rtfd/in/rsync/snippets.rst
2018-05-10 12:19:20 +02:00

17 lines
252 B
ReStructuredText

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