diff --git a/in/index.rst b/in/index.rst index 874fb16..b0fe705 100644 --- a/in/index.rst +++ b/in/index.rst @@ -31,5 +31,4 @@ RTFD :maxdepth: 4 :caption: Dispatch - script tasks diff --git a/in/public/storage/index.rst b/in/public/storage/index.rst index ba2e6c8..b6793dc 100644 --- a/in/public/storage/index.rst +++ b/in/public/storage/index.rst @@ -6,3 +6,4 @@ Storage mdadm/index parted/index + rsync/index diff --git a/in/rsync/index.rst b/in/public/storage/rsync/index.rst similarity index 73% rename from in/rsync/index.rst rename to in/public/storage/rsync/index.rst index b580cf6..8ce703b 100644 --- a/in/rsync/index.rst +++ b/in/public/storage/rsync/index.rst @@ -1,6 +1,5 @@ -##### Rsync -##### +===== .. toctree:: diff --git a/in/rsync/snippets.rst b/in/public/storage/rsync/snippets.rst similarity index 75% rename from in/rsync/snippets.rst rename to in/public/storage/rsync/snippets.rst index c26a232..e2458b5 100644 --- a/in/rsync/snippets.rst +++ b/in/public/storage/rsync/snippets.rst @@ -1,11 +1,10 @@ -******** Snippets -******** +======== Simulate sync with deletion -=========================== +--------------------------- -.. code:: bash +.. code:: shell rsync \ --archive \ diff --git a/in/script.rst b/in/script.rst deleted file mode 100644 index bd01566..0000000 --- a/in/script.rst +++ /dev/null @@ -1,8 +0,0 @@ -###### -Script -###### - -.. toctree:: - :maxdepth: 2 - - rsync/index