Skip to content

Exclude btrfs docker submount from being backed up

Jelle van der Waa requested to merge borg_client_btrfs into master

The backup script fails on our Gitlab machine as it tries to remove a snapshot of the docker submount, which we do not want to backup anyway.

btrfs subvolume snapshot -r /var/lib/docker/btrfs /var/lib/docker/btrfs/backup-snapshot ERROR: Not a Btrfs subvolume: Invalid argument

Merge request reports