瀏覽代碼

Add --one-file-system note for root backup

rugk 8 年之前
父節點
當前提交
5ddf7e7922
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/faq.rst

+ 2 - 1
docs/faq.rst

@@ -358,7 +358,8 @@ Can I backup my root partition (/) with Borg?
 
 
 Backing up your entire root partition works just fine, but remember to
 Backing up your entire root partition works just fine, but remember to
 exclude directories that make no sense to backup, such as /dev, /proc,
 exclude directories that make no sense to backup, such as /dev, /proc,
-/sys, /tmp and /run.
+/sys, /tmp and /run, and to use --one-file-system if you only want to
+backup the root partition (and not any mounted devices e.g.).
 
 
 If it crashes with a UnicodeError, what can I do?
 If it crashes with a UnicodeError, what can I do?
 -------------------------------------------------
 -------------------------------------------------