You must log in or register to comment.
It’s equivalent to
cp -r
, but:- the copy is read-only
- reuses unchanged files
- easier to share (
btrfs sub send
)
Sounds just like git (unless you do some special operations to change the copies)
It’s equivalent to cp -r
, but:
btrfs sub send
)Sounds just like git (unless you do some special operations to change the copies)