rsync commands | |
---|---|
Subject: | |
rsync arguments while reviewing rsync with con jobs crontab
| |
2015-01-24 22:24:50 | gstlouis |
reference | gstlouis |
2015-01-24 22:25:43 | |
argument definitions | gstlouis |
2016-04-01 19:00:08 | |
In order to keep two directories truly in sync, it is necessary to delete files from the destination directory if they are removed from the source. By default, rsync does not delete anything from the destination directory. We can change this behavior with the --delete option. Before using this option, use the --dry-run option and do testing to prevent data loss: rsync -a --delete source destination | gstlouis |
2015-07-08 22:14:42 | |
https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps | gstlouis |
2015-07-08 22:14:55 | |