|
|
|
|
|
by mort96
480 days ago
|
|
For apps which write a new file and replace atomically, the CoW mechanism doesn't come into play at all. The new file is a new file. I don't understand what makes you think there's a significant risk of corruption. Are you talking about the risk of something modifying a file while the dedupe is happening? Or do you think there's risk associated with just having deduplicated files on disk? |
|