dd,mdadm,parted,rsync,storage

This commit is contained in:
Marc Beninca 2019-08-25 10:44:25 +02:00
parent cb00653688
commit 545ff2f6a3
11 changed files with 19 additions and 23 deletions

View 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