Displaying 2 results from an estimated 2 matches for "5a673f20".
Did you mean:
5a6732f2
2017 Nov 19
0
Rsync to just upload new/updated files without comparing source/destination
..._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 224 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20171119/5a673f20/signature.sig>
2017 Nov 19
2
Rsync to just upload new/updated files without comparing source/destination
Thanks for info. I was under the assumption that rsync will execute
followings steps:
1. Compare first to identify different files (new/updated) --> This is where
i am worried due to data size
2. Upload new/updated files
3 Remove source file
As per your comment, rsync will compare after uploading to check if files
are identical ?
Additionally i don't expect to delete directories as i want