فهرست منبع

Merge pull request #2333 from fmikker/feature/faq-backing-up-root-partition

Added FAQ section about backing up root partition
TW 8 سال پیش
والد
کامیت
d81311e21d
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      docs/faq.rst

+ 4 - 0
docs/faq.rst

@@ -353,6 +353,10 @@ How can I restore huge file(s) over a unstable connection?
 If you can not manage to extract the whole big file in one go, you can extract
 all the part files (see above) and manually concatenate them together.
 
+Can i backup my root partition (/) with borg?
+--------------------------------------------
+Backing up your entire root partition works just fine, but remember to exclude directories that make no sense to backup, such as /dev, /proc, /sys, /tmp and /run.
+
 If it crashes with a UnicodeError, what can I do?
 -------------------------------------------------