rtfd/in/public/storage/rsync/snippets.rst

17 lines
244 B
ReStructuredText
Raw Normal View History

2017-12-02 22:02:37 +00:00
Snippets
2018-11-21 14:45:20 +00:00
========
2017-12-02 22:02:37 +00:00
Simulate sync with deletion
2018-11-21 14:45:20 +00:00
---------------------------
2017-12-02 22:02:37 +00:00
2018-11-21 14:45:20 +00:00
.. code:: shell
2017-12-02 22:02:37 +00:00
rsync \
--archive \
--no-whole-file \
--progress \
--verbose \
--delete --dry-run
"/local/directory/" \
"user@host:/remote/directory/"