The Linux "copy problem"
The Linux "copy problem"
Posted Jun 20, 2019 6:51 UTC (Thu) by jezuch (subscriber, #52988)In reply to: The Linux "copy problem" by nevyn
Parent article: The Linux "copy problem"
I think people were concerned with loss of redundancy. Some claimed that they make a copy because they want to *really* have an actual copy and making it COW by default is surprising to the user by basically changing the contract of the command.
That's how I remember it at least.
Anyway, when I copy something it's mostly because I screwed up and I am restoring things from a btrfs backup snapshot. Making a real copy would cause unnecessary duplication in the backup - and would be unnecessarily slow and drive-thrashing. But that's just my use case.
