1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-07 23:18:43 +00:00

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

This commit is contained in:
rugk 2017-04-15 12:38:58 +02:00 committed by GitHub
parent 9ae4bf023e
commit 5ddf7e7922

View file

@ -358,7 +358,8 @@ 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.
/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?
-------------------------------------------------