source→in
This commit is contained in:
parent
56de30bb57
commit
4097336b90
113 changed files with 0 additions and 0 deletions
7
in/rsync/index.rst
Normal file
7
in/rsync/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
#####
|
||||
Rsync
|
||||
#####
|
||||
|
||||
.. toctree::
|
||||
|
||||
snippets
|
17
in/rsync/snippets.rst
Normal file
17
in/rsync/snippets.rst
Normal file
|
@ -0,0 +1,17 @@
|
|||
********
|
||||
Snippets
|
||||
********
|
||||
|
||||
Simulate sync with deletion
|
||||
===========================
|
||||
|
||||
.. code:: bash
|
||||
|
||||
rsync \
|
||||
--archive \
|
||||
--no-whole-file \
|
||||
--progress \
|
||||
--verbose \
|
||||
--delete --dry-run
|
||||
"/local/directory/" \
|
||||
"user@host:/remote/directory/"
|
Loading…
Add table
Add a link
Reference in a new issue