Displaying 2 results from an estimated 2 matches for "3ac41625".
2019 Apr 23
0
--delete-missing-args doesn't delete
..._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20190423/3ac41625/signature.sig>
2019 Apr 23
2
--delete-missing-args doesn't delete
I'm generating a list of files to sync, and would like all the files not
in my list to be deleted from the destination. I thought that
--delete-missing-args would do just that, but it doesn't delete anything.
Would someone have an idea of what I'm doing wrong?
This is what I tried :
~$ mkdir -p /tmp/source /tmp/dest
~$ for i in {1..3}; do echo "keep $i" >