-
-
Notifications
You must be signed in to change notification settings - Fork 835
Description
Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
BUG
System information. For client/server mode post info for both machines.
Desktop computer that backups to slave HDD
Your borg version (borg -V).
1.1.6
Operating system (distribution) and version.
Antergos up-to-date, rolling release distro
Hardware / network configuration, and filesystems used.
BTRFS
How much data is handled by borg?
200GB
Full borg commandline that lead to the problem (leave away excludes and passwords)
borg create --one-file-system ...
I can't remember the exact full command exactly because it was in a script that I wrote, which I can't recover due to data loss.
I remember that I used the above in combination with exclude /tmp and exclude /var/cache/pacman/pkg
I also used encryption and zstd compression, level 6
Describe the problem you're observing.
Borg skipped all my btrfs subvolumes during bavkups due to the --one-file-system argument. I thought it was skipping external filesystems only as is described in the documentation. Well it now seems that it skipped even btrfs subvolumes like my /home folder in all my backups.
I was surprised to find it out now because the total amount of back-up size, not taking into account compression and deduplication, was around the size of my partition, so I thought it was a complete back-up. Unfortunately now I found out that in all those back-ups, the /home folder was ignored...
Note that btrfs subvolumes are also handled by fstab, so they are mounted at boot time
Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.
Yes, use --one-file-system