rsync
This commit is contained in:
parent
b68b95d3f3
commit
6f53c3d3b2
5 changed files with 5 additions and 15 deletions
|
@ -31,5 +31,4 @@ RTFD
|
||||||
:maxdepth: 4
|
:maxdepth: 4
|
||||||
:caption: Dispatch
|
:caption: Dispatch
|
||||||
|
|
||||||
script
|
|
||||||
tasks
|
tasks
|
||||||
|
|
|
@ -6,3 +6,4 @@ Storage
|
||||||
|
|
||||||
mdadm/index
|
mdadm/index
|
||||||
parted/index
|
parted/index
|
||||||
|
rsync/index
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#####
|
|
||||||
Rsync
|
Rsync
|
||||||
#####
|
=====
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
********
|
|
||||||
Snippets
|
Snippets
|
||||||
********
|
========
|
||||||
|
|
||||||
Simulate sync with deletion
|
Simulate sync with deletion
|
||||||
===========================
|
---------------------------
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: shell
|
||||||
|
|
||||||
rsync \
|
rsync \
|
||||||
--archive \
|
--archive \
|
|
@ -1,8 +0,0 @@
|
||||||
######
|
|
||||||
Script
|
|
||||||
######
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
|
|
||||||
rsync/index
|
|
Loading…
Reference in a new issue