rtfd/in/public/storage/rsync/snippets.rst
Marc Beninca 6f53c3d3b2 rsync
2018-11-21 15:45:20 +01:00

16 lines
244 B
ReStructuredText

Snippets
========
Simulate sync with deletion
---------------------------
.. code:: shell
rsync \
--archive \
--no-whole-file \
--progress \
--verbose \
--delete --dry-run
"/local/directory/" \
"user@host:/remote/directory/"