Displaying 1 result from an estimated 1 matches for "notouch".
Did you mean:
notmuch
2012 Jul 13
1
[Bug 9041] New: Feature request: Better handling of btrfs based sources
...rfs 1.0G 56K 382M 1% /test/rsync
# I create a subvolume within the btrfs filesystem
> btrfs sub create btrfs/current
Create subvolume 'btrfs/current'
# I copy 2 mp3 files into the subvolume
> cp -v *.mp3 btrfs/current/
`ChangeMe.mp3' -> `btrfs/current/ChangeMe.mp3'
`NoTouching.mp3' -> `btrfs/current/NoTouching.mp3'
# Now I snapshot that subvolume
> btrfs sub snapshot btrfs/current btrfs/old
Create a snapshot of 'btrfs/current' in 'btrfs/old'
# As you can see there are now two subvolumes that contain the exact same 2
# files with the sam...