Re: Having rsync issues when modified part of file isnt at end
Brought to you by:
thesun
From: Shachar S. <sh...@sh...> - 2015-02-04 19:05:02
|
On 04/02/15 11:58, Guillaume Friloux wrote: > Ok, did the tests without --inplace, it saves the BW, but completly > nullify the benefits of ZFS snapshots. I will point out that this discussion has transgressed beyond the realm of rsyncrypto, and into the rsync turf. However: Using rsync, you can compare with files in one directory, but write the results to another directory. If you do that, you can create a secondary director of just the files that changed. Use "cat" to copy them back to the original location, and hopefully that would salvage your zfs usage. As I said, however, this is more rsync than rsyncrypto related. As a side note, please don't disable gzip in rsyncrypto. that feature was meant solely for the tests. Certain entropy assumption behind the cryptanalysis of rsyncrypto do not hold when the entropy of the file is low. In other words, when rsyncrypto does not compress, it is less secure as an encryption. Shachar |