The copy problem is really the backup problem
The copy problem is really the backup problem
Posted Jun 4, 2019 9:18 UTC (Tue) by jezuch (subscriber, #52988)In reply to: The copy problem is really the backup problem by mcr
Parent article: The Linux "copy problem"
At least on btrfs that's:
btrfs subvolume snapshot -r
btrfs send
btrfs receive
But it does not work on per-file basis, unfortunately. And yes, btrfs defines its own serialization format.
