content
This commit is contained in:
parent
5dba54b9d5
commit
2c273a2626
100 changed files with 1534 additions and 0 deletions
17
source/rsync/snippets.rst
Normal file
17
source/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