浏览代码

docs: correct create exclude comment

Marian Beermann 8 年之前
父节点
当前提交
4cd1cc6a28
共有 1 个文件被更改,包括 2 次插入1 次删除
  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'