Displaying 2 results from an estimated 2 matches for "0da1d344".
2016 Jun 05
0
Deletion of destination files
..._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
-------------- 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/20160605/0da1d344/signature.sig>
2016 Jun 05
4
Deletion of destination files
Hi to all rsync users.
rsync's `--delete' option works fine in the following example: I'm sending all
the content of /home/rodolfo from machine1 to /home/rodolfo in machine2:
$ rsync --dry-run -vrtul --delete --exclude='/.*' . 192.168.0.2:/home/rodolfo
, and --delete works perfectly. Instead, in this other example:
$ rsync --dry-run -vrt --delete --modify-window=1 file1