Skip to content
  • Jelle van der Waa's avatar
    Exclude btrfs docker submount from being backed up · 580f91f9
    Jelle van der Waa authored
    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
    580f91f9