On 14/09/17 14:08, Nix wrote: > Ah, so it's like bup only immediately accessible without Python and FUSE > installed, and probably less reliable (but hopefully this will change.) > Except it doesn't do full deduplication (if you change a file, it gets > backed up, even if you change it to the same contents as it had before: > yeah, perhaps this is a tad contrived). Actually, yes it does ... at least the way I suggested. The whole point of an in-place rsync is it does a comparison, and only writes the data IF IT CHANGES. So a "change it to itself" change will be detected and ignored by rsync (okay, it may well update the inode, but then that HAS changed :-) Cheers, Wol -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html