in→docs
This commit is contained in:
parent
c3af60bbfd
commit
96f5a0771a
109 changed files with 0 additions and 0 deletions
6
docs/public/rsync/index.rst
Normal file
6
docs/public/rsync/index.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
rsync
|
||||
=====
|
||||
|
||||
.. toctree::
|
||||
|
||||
snippets
|
18
docs/public/rsync/snippets.rst
Normal file
18
docs/public/rsync/snippets.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
Snippets
|
||||
========
|
||||
|
||||
Simulate sync with deletion
|
||||
---------------------------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
rsync \
|
||||
--archive \
|
||||
--chown user:group \
|
||||
--no-whole-file \
|
||||
--progress \
|
||||
--verbose \
|
||||
"/local/directory/" \
|
||||
"user@host:/remote/directory/" \
|
||||
--delete --delete-before --delete-after \
|
||||
--dry-run
|
Loading…
Add table
Add a link
Reference in a new issue