Ver código fonte

docs: correct create exclude comment

Marian Beermann 8 anos atrás
pai
commit
4cd1cc6a28
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      docs/usage/create.rst

+ 2 - 1
docs/usage/create.rst

@@ -16,7 +16,8 @@ Examples
         ~/src                             \
         --exclude '*.pyc'
 
-    # Do the same using a shell-style pattern
+    # Backup home directories excluding image thumbnails (i.e. only
+    # /home/<one directory>/.thumbnails is excluded, not /home/*/*/.thumbnails etc.)
     $ borg create /path/to/repo::my-files /home \
         --exclude 'sh:/home/*/.thumbnails'