Displaying 2 results from an estimated 2 matches for "143fbbf7".
2016 Jun 09
0
Can rsync assume that the destination directory is empty ?
..._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20160609/143fbbf7/signature.sig>
2016 Jun 09
2
Can rsync assume that the destination directory is empty ?
Hello,
I'm currently using rsync to backup up to 1 TB of small files of
relatively small files (hundreds of Ko mostly)
My backup strategy is to use a full backup and then backup the diff
every day using hardlink with the previous backup. This means that each
time I use rsync, the destination directory is empty.
Using strace, I can see that rsync call a 'lstat' command to try to