findmnt output not being properly parsed #954

Closed
opened 2024-12-11 16:56:39 +00:00 by achilleas · 17 comments

What I'm trying to do and why

It looks like the output of findmnt for the btrfs integration isn't being properly parsed. When I run any create job, I get the following in the output:

ERROR: cannot access '├─/home': No such file or directory
ERROR: can't access '├─/home'

(see below for full debug output)

Steps to reproduce

Here's a small reproducer, from scratch, with a simple config file.

› cat config.yaml
---
source_directories:
  - .

working_directory: "/home/achilleas/projects"

archive_name_format: "projects"

repositories:
  - path: "/home/achilleas/backups"
    label: backups

Initialising:

› sudo borgmatic -c config.yaml -v2 init -e none
BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg --version --debug --show-rc
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Borg 1.4.0
backups: Running actions for repository
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-actions hook
backups: Creating repository
BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg info --json /home/achilleas/backups
Repository /home/achilleas/backups does not exist.
BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg init --encryption none --debug /home/achilleas/backups >
using builtin fallback logging configuration
33 self tests completed in 0.06 seconds
Initializing repository at "/home/achilleas/backups"
Encryption NOT enabled.
Use the "--encryption=repokey|keyfile" to enable encryption.
check_free_space: few segments, not requiring a full free segment
check_free_space: calculated working space for compact as 0 bytes
check_free_space: required bytes 169138, free bytes 56169017344
security: initializing unencrypted repository
security: saving state for d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67 to /root/.config/borg/security/d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67
security: current location   /home/achilleas/backups
security: key type           2
security: manifest timestamp 2024-12-11T16:44:16.505697
security: read previous location '/home/achilleas/backups'
security: read manifest timestamp '2024-12-11T16:44:16.505697'
security: determined newest manifest timestamp as 2024-12-11T16:44:16.505697
security: repository checks ok, allowing access
Synchronizing chunks cache...
Archives: 0, w/ cached Idx: 0, w/ outdated Idx: 0, w/o cached Idx: 0.
Verified integrity of /home/achilleas/backups/index.1
Done.
security: saving state for d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67 to /root/.config/borg/security/d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67
security: current location   /home/achilleas/backups
security: key type           2
security: manifest timestamp 2024-12-11T16:44:16.505697
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-actions hook

summary:
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Loading configuration file
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Successfully ran configuration file

Creating an archive (note the ERRORs):

› sudo borgmatic -c config.yaml -v2
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-everything hook
BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg --version --debug --show-rc
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Borg 1.4.0
backups: Running actions for repository
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-actions hook
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-backup hook
backups: Creating archive
backups: Using runtime directory /tmp/borgmatic-52jczce2/borgmatic
/home/achilleas/backups: Calling bootstrap hook function remove_data_source_dumps
/home/achilleas/backups: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap
/home/achilleas/backups: Calling btrfs hook function remove_data_source_dumps
findmnt -n -t btrfs
btrfs subvolume list /
btrfs subvolume list ├─/home
ERROR: cannot access '├─/home': No such file or directory
ERROR: can't access '├─/home'
/home/achilleas/backups: Command '('btrfs', 'subvolume', 'list', '├─/home')' returned non-zero exit status 1.
/home/achilleas/backups: Calling lvm hook function remove_data_source_dumps
lsblk --output name,path,mountpoint,type --json --list
/home/achilleas/backups: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots
lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s
/home/achilleas/backups: Calling mariadb hook function remove_data_source_dumps
/home/achilleas/backups: Removing MariaDB data source dumps
/home/achilleas/backups: Calling mongodb hook function remove_data_source_dumps
/home/achilleas/backups: Removing MongoDB data source dumps
/home/achilleas/backups: Calling mysql hook function remove_data_source_dumps
/home/achilleas/backups: Removing MySQL data source dumps
/home/achilleas/backups: Calling postgresql hook function remove_data_source_dumps
/home/achilleas/backups: Removing PostgreSQL data source dumps
/home/achilleas/backups: Calling sqlite hook function remove_data_source_dumps
/home/achilleas/backups: Removing SQLite data source dumps
/home/achilleas/backups: Calling zfs hook function remove_data_source_dumps
zfs list -H -t filesystem -o mountpoint
/home/achilleas/backups: Could not find "zfs" command
/home/achilleas/backups: Calling bootstrap hook function dump_data_sources
BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg create --debug --show-rc /home/achilleas/backups::projects /home/achilleas/projects/. /tmp/borgmatic-52jczce2/./borgmatic/bootstrap
using builtin fallback logging configuration
33 self tests completed in 0.06 seconds
Verified integrity of /home/achilleas/backups/index.1
TAM-verified manifest
security: read previous location '/home/achilleas/backups'
security: read manifest timestamp '2024-12-11T16:44:16.505697'
security: determined newest manifest timestamp as 2024-12-11T16:44:16.505697
security: repository checks ok, allowing access
Creating archive at "/home/achilleas/backups::projects"
Verified integrity of /root/.cache/borg/d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67/chunks
Reading files cache ...
security: read previous location '/home/achilleas/backups'
security: read manifest timestamp '2024-12-11T16:44:16.505697'
security: determined newest manifest timestamp as 2024-12-11T16:44:16.505697
security: repository checks ok, allowing access
Processing files ...
Cleaned up 0 uncommitted segment files (== everything after segment 1).
Verified integrity of /home/achilleas/backups/hints.1
check_free_space: few segments, not requiring a full free segment
check_free_space: calculated working space for compact as 24 bytes
check_free_space: required bytes 121222052, free bytes 21329739776
security: saving state for d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67 to /root/.config/borg/security/d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67
security: current location   /home/achilleas/backups
security: key type           2
security: manifest timestamp 2024-12-11T16:49:57.344697
terminating with success status, rc 0
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling bootstrap hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing bootstrap manifest at /tmp/borgmatic-52jczce2/borgmatic/bootstrap/manifest.json
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling btrfs hook function remove_data_source_dumps
findmnt -n -t btrfs
btrfs subvolume list /
btrfs subvolume list ├─/home
ERROR: cannot access '├─/home': No such file or directory
ERROR: can't access '├─/home'
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Command '('btrfs', 'subvolume', 'list', '├─/home')' returned non-zero exit status 1.
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling lvm hook function remove_data_source_dumps
lsblk --output name,path,mountpoint,type --json --list
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots
lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mariadb hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MariaDB data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mongodb hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MongoDB data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mysql hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MySQL data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling postgresql hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing PostgreSQL data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling sqlite hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing SQLite data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling zfs hook function remove_data_source_dumps
zfs list -H -t filesystem -o mountpoint
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Could not find "zfs" command
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-backup hook
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-prune hook
backups: Pruning archives
BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg prune --glob-archives projects --debug --show-rc /home/achilleas/backups
using builtin fallback logging configuration
33 self tests completed in 0.06 seconds
Verified integrity of /home/achilleas/backups/index.71
TAM-verified manifest
security: read previous location '/home/achilleas/backups'
security: read manifest timestamp '2024-12-11T16:49:57.344697'
security: determined newest manifest timestamp as 2024-12-11T16:49:57.344697
security: repository checks ok, allowing access
Command Error: At least one of the "keep-within", "keep-last", "keep-secondly", "keep-minutely", "keep-hourly", "keep-daily", "keep-weekly", "keep-monthly" or "keep-yearly" settings must be specified.
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5391, in main
    exit_code = archiver.run(args)
                ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5309, in run
    rc = func(args)
         ^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 191, in wrapper
    return method(self, args, repository=repository, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 1522, in do_prune
    raise CommandError('At least one of the "keep-within", "keep-last", '
borg.helpers.errors.CommandError: Command Error: At least one of the "keep-within", "keep-last", "keep-secondly", "keep-minutely", "keep-hourly", "keep-daily", "keep-weekly", "keep-monthly" or "keep-yearly" settings must be specified.
Platform: Linux Jack 6.12.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 06 Dec 2024 11:15:43 +0000 x86_64
Linux: Unknown Linux
Borg: 1.4.0  Python: CPython 3.12.7 msgpack: 1.0.5 fuse: llfuse 1.5.0 [pyfuse3,llfuse]
PID: 892752  CWD: /home/achilleas/projects
sys.argv: ['/usr/bin/borg', 'prune', '--glob-archives', 'projects', '--debug', '--show-rc', '/home/achilleas/backups']
SSH_ORIGINAL_COMMAND: None
terminating with error status, rc 4
backups: Error running actions for repository
Command 'borg prune --glob-archives projects --debug --show-rc /home/achilleas/backups' returned non-zero exit status 4.
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for on-error hook
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: An error occurred
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-everything hook

summary:
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Loading configuration file
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: An error occurred
backups: Error running actions for repository
...
security: read previous location '/home/achilleas/backups'
security: read manifest timestamp '2024-12-11T16:49:57.344697'
security: determined newest manifest timestamp as 2024-12-11T16:49:57.344697
security: repository checks ok, allowing access
Command Error: At least one of the "keep-within", "keep-last", "keep-secondly", "keep-minutely", "keep-hourly", "keep-daily", "keep-weekly", "keep-monthly" or "keep-yearly" settings must be specified.
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5391, in main
    exit_code = archiver.run(args)
                ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5309, in run
    rc = func(args)
         ^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 191, in wrapper
    return method(self, args, repository=repository, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 1522, in do_prune
    raise CommandError('At least one of the "keep-within", "keep-last", '
borg.helpers.errors.CommandError: Command Error: At least one of the "keep-within", "keep-last", "keep-secondly", "keep-minutely", "keep-hourly", "keep-daily", "keep-weekly", "keep-monthly" or "keep-yearly" settings must be specified.
Platform: Linux Jack 6.12.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 06 Dec 2024 11:15:43 +0000 x86_64
Linux: Unknown Linux
Borg: 1.4.0  Python: CPython 3.12.7 msgpack: 1.0.5 fuse: llfuse 1.5.0 [pyfuse3,llfuse]
PID: 892752  CWD: /home/achilleas/projects
sys.argv: ['/usr/bin/borg', 'prune', '--glob-archives', 'projects', '--debug', '--show-rc', '/home/achilleas/backups']
SSH_ORIGINAL_COMMAND: None
terminating with error status, rc 4
Command 'borg prune --glob-archives projects --debug --show-rc /home/achilleas/backups' returned non-zero exit status 4.

Need some help? https://torsion.org/borgmatic/#issues

Actual behavior

See reproducer.

Expected behavior

No findmnt errors.

Other notes / implementation ideas

findmnt has a --json option which should avoid this and similar problems in the future.

Current findmnt version is:

findmnt from util-linux 2.40.2

Sample output from findmnt:

› findmnt -n -t btrfs | head -n3
/          /dev/nvme1n1p2[/+subvol/root] btrfs rw,noatime,compress=lzo,ssd,discard=async,space_cache,subvolid=256,subvol=/+subvol/root
├─/home    /dev/nvme1n1p2[/+subvol/home] btrfs rw,noatime,compress=lzo,ssd,discard=async,space_cache,subvolid=257,subvol=/+subvol/home
└─/scratch /dev/sda2[/+subvol/scratch]   btrfs rw,noatime,compress=lzo,ssd,discard=async,space_cache,subvolid=27185,subvol=/+subvol/scratch

borgmatic version

1.9.4

borgmatic installation method

Arch Linux package

Borg version

borg 1.4.0

Python version

Python 3.12.7

Database version (if applicable)

No response

Operating system and version

Arch Linux

### What I'm trying to do and why It looks like the output of `findmnt` for the btrfs integration isn't being properly parsed. When I run any create job, I get the following in the output: ``` ERROR: cannot access '├─/home': No such file or directory ERROR: can't access '├─/home' ``` (see below for full debug output) ### Steps to reproduce Here's a small reproducer, from scratch, with a simple config file. ``` › cat config.yaml --- source_directories: - . working_directory: "/home/achilleas/projects" archive_name_format: "projects" repositories: - path: "/home/achilleas/backups" label: backups ``` Initialising: ``` › sudo borgmatic -c config.yaml -v2 init -e none BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg --version --debug --show-rc /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Borg 1.4.0 backups: Running actions for repository /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-actions hook backups: Creating repository BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg info --json /home/achilleas/backups Repository /home/achilleas/backups does not exist. BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg init --encryption none --debug /home/achilleas/backups > using builtin fallback logging configuration 33 self tests completed in 0.06 seconds Initializing repository at "/home/achilleas/backups" Encryption NOT enabled. Use the "--encryption=repokey|keyfile" to enable encryption. check_free_space: few segments, not requiring a full free segment check_free_space: calculated working space for compact as 0 bytes check_free_space: required bytes 169138, free bytes 56169017344 security: initializing unencrypted repository security: saving state for d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67 to /root/.config/borg/security/d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67 security: current location /home/achilleas/backups security: key type 2 security: manifest timestamp 2024-12-11T16:44:16.505697 security: read previous location '/home/achilleas/backups' security: read manifest timestamp '2024-12-11T16:44:16.505697' security: determined newest manifest timestamp as 2024-12-11T16:44:16.505697 security: repository checks ok, allowing access Synchronizing chunks cache... Archives: 0, w/ cached Idx: 0, w/ outdated Idx: 0, w/o cached Idx: 0. Verified integrity of /home/achilleas/backups/index.1 Done. security: saving state for d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67 to /root/.config/borg/security/d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67 security: current location /home/achilleas/backups security: key type 2 security: manifest timestamp 2024-12-11T16:44:16.505697 /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-actions hook summary: /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Loading configuration file /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Successfully ran configuration file ``` Creating an archive (note the ERRORs): ``` › sudo borgmatic -c config.yaml -v2 /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-everything hook BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg --version --debug --show-rc /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Borg 1.4.0 backups: Running actions for repository /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-actions hook /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-backup hook backups: Creating archive backups: Using runtime directory /tmp/borgmatic-52jczce2/borgmatic /home/achilleas/backups: Calling bootstrap hook function remove_data_source_dumps /home/achilleas/backups: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap /home/achilleas/backups: Calling btrfs hook function remove_data_source_dumps findmnt -n -t btrfs btrfs subvolume list / btrfs subvolume list ├─/home ERROR: cannot access '├─/home': No such file or directory ERROR: can't access '├─/home' /home/achilleas/backups: Command '('btrfs', 'subvolume', 'list', '├─/home')' returned non-zero exit status 1. /home/achilleas/backups: Calling lvm hook function remove_data_source_dumps lsblk --output name,path,mountpoint,type --json --list /home/achilleas/backups: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s /home/achilleas/backups: Calling mariadb hook function remove_data_source_dumps /home/achilleas/backups: Removing MariaDB data source dumps /home/achilleas/backups: Calling mongodb hook function remove_data_source_dumps /home/achilleas/backups: Removing MongoDB data source dumps /home/achilleas/backups: Calling mysql hook function remove_data_source_dumps /home/achilleas/backups: Removing MySQL data source dumps /home/achilleas/backups: Calling postgresql hook function remove_data_source_dumps /home/achilleas/backups: Removing PostgreSQL data source dumps /home/achilleas/backups: Calling sqlite hook function remove_data_source_dumps /home/achilleas/backups: Removing SQLite data source dumps /home/achilleas/backups: Calling zfs hook function remove_data_source_dumps zfs list -H -t filesystem -o mountpoint /home/achilleas/backups: Could not find "zfs" command /home/achilleas/backups: Calling bootstrap hook function dump_data_sources BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg create --debug --show-rc /home/achilleas/backups::projects /home/achilleas/projects/. /tmp/borgmatic-52jczce2/./borgmatic/bootstrap using builtin fallback logging configuration 33 self tests completed in 0.06 seconds Verified integrity of /home/achilleas/backups/index.1 TAM-verified manifest security: read previous location '/home/achilleas/backups' security: read manifest timestamp '2024-12-11T16:44:16.505697' security: determined newest manifest timestamp as 2024-12-11T16:44:16.505697 security: repository checks ok, allowing access Creating archive at "/home/achilleas/backups::projects" Verified integrity of /root/.cache/borg/d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67/chunks Reading files cache ... security: read previous location '/home/achilleas/backups' security: read manifest timestamp '2024-12-11T16:44:16.505697' security: determined newest manifest timestamp as 2024-12-11T16:44:16.505697 security: repository checks ok, allowing access Processing files ... Cleaned up 0 uncommitted segment files (== everything after segment 1). Verified integrity of /home/achilleas/backups/hints.1 check_free_space: few segments, not requiring a full free segment check_free_space: calculated working space for compact as 24 bytes check_free_space: required bytes 121222052, free bytes 21329739776 security: saving state for d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67 to /root/.config/borg/security/d7a1b51797b53f74d275bc1339ccc4f1f24f375c2e3d17650f0f0c275ee64d67 security: current location /home/achilleas/backups security: key type 2 security: manifest timestamp 2024-12-11T16:49:57.344697 terminating with success status, rc 0 /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling bootstrap hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing bootstrap manifest at /tmp/borgmatic-52jczce2/borgmatic/bootstrap/manifest.json /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling btrfs hook function remove_data_source_dumps findmnt -n -t btrfs btrfs subvolume list / btrfs subvolume list ├─/home ERROR: cannot access '├─/home': No such file or directory ERROR: can't access '├─/home' /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Command '('btrfs', 'subvolume', 'list', '├─/home')' returned non-zero exit status 1. /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling lvm hook function remove_data_source_dumps lsblk --output name,path,mountpoint,type --json --list /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mariadb hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MariaDB data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mongodb hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MongoDB data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mysql hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MySQL data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling postgresql hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing PostgreSQL data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling sqlite hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing SQLite data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling zfs hook function remove_data_source_dumps zfs list -H -t filesystem -o mountpoint /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Could not find "zfs" command /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-backup hook /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-prune hook backups: Pruning archives BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg prune --glob-archives projects --debug --show-rc /home/achilleas/backups using builtin fallback logging configuration 33 self tests completed in 0.06 seconds Verified integrity of /home/achilleas/backups/index.71 TAM-verified manifest security: read previous location '/home/achilleas/backups' security: read manifest timestamp '2024-12-11T16:49:57.344697' security: determined newest manifest timestamp as 2024-12-11T16:49:57.344697 security: repository checks ok, allowing access Command Error: At least one of the "keep-within", "keep-last", "keep-secondly", "keep-minutely", "keep-hourly", "keep-daily", "keep-weekly", "keep-monthly" or "keep-yearly" settings must be specified. Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5391, in main exit_code = archiver.run(args) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5309, in run rc = func(args) ^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 191, in wrapper return method(self, args, repository=repository, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 1522, in do_prune raise CommandError('At least one of the "keep-within", "keep-last", ' borg.helpers.errors.CommandError: Command Error: At least one of the "keep-within", "keep-last", "keep-secondly", "keep-minutely", "keep-hourly", "keep-daily", "keep-weekly", "keep-monthly" or "keep-yearly" settings must be specified. Platform: Linux Jack 6.12.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 06 Dec 2024 11:15:43 +0000 x86_64 Linux: Unknown Linux Borg: 1.4.0 Python: CPython 3.12.7 msgpack: 1.0.5 fuse: llfuse 1.5.0 [pyfuse3,llfuse] PID: 892752 CWD: /home/achilleas/projects sys.argv: ['/usr/bin/borg', 'prune', '--glob-archives', 'projects', '--debug', '--show-rc', '/home/achilleas/backups'] SSH_ORIGINAL_COMMAND: None terminating with error status, rc 4 backups: Error running actions for repository Command 'borg prune --glob-archives projects --debug --show-rc /home/achilleas/backups' returned non-zero exit status 4. /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for on-error hook /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: An error occurred /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-everything hook summary: /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Loading configuration file /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: An error occurred backups: Error running actions for repository ... security: read previous location '/home/achilleas/backups' security: read manifest timestamp '2024-12-11T16:49:57.344697' security: determined newest manifest timestamp as 2024-12-11T16:49:57.344697 security: repository checks ok, allowing access Command Error: At least one of the "keep-within", "keep-last", "keep-secondly", "keep-minutely", "keep-hourly", "keep-daily", "keep-weekly", "keep-monthly" or "keep-yearly" settings must be specified. Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5391, in main exit_code = archiver.run(args) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5309, in run rc = func(args) ^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 191, in wrapper return method(self, args, repository=repository, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 1522, in do_prune raise CommandError('At least one of the "keep-within", "keep-last", ' borg.helpers.errors.CommandError: Command Error: At least one of the "keep-within", "keep-last", "keep-secondly", "keep-minutely", "keep-hourly", "keep-daily", "keep-weekly", "keep-monthly" or "keep-yearly" settings must be specified. Platform: Linux Jack 6.12.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 06 Dec 2024 11:15:43 +0000 x86_64 Linux: Unknown Linux Borg: 1.4.0 Python: CPython 3.12.7 msgpack: 1.0.5 fuse: llfuse 1.5.0 [pyfuse3,llfuse] PID: 892752 CWD: /home/achilleas/projects sys.argv: ['/usr/bin/borg', 'prune', '--glob-archives', 'projects', '--debug', '--show-rc', '/home/achilleas/backups'] SSH_ORIGINAL_COMMAND: None terminating with error status, rc 4 Command 'borg prune --glob-archives projects --debug --show-rc /home/achilleas/backups' returned non-zero exit status 4. Need some help? https://torsion.org/borgmatic/#issues ``` ### Actual behavior See reproducer. ### Expected behavior No `findmnt` errors. ### Other notes / implementation ideas `findmnt` has a `--json` option which should avoid this and similar problems in the future. Current findmnt version is: ``` findmnt from util-linux 2.40.2 ``` Sample output from findmnt: ``` › findmnt -n -t btrfs | head -n3 / /dev/nvme1n1p2[/+subvol/root] btrfs rw,noatime,compress=lzo,ssd,discard=async,space_cache,subvolid=256,subvol=/+subvol/root ├─/home /dev/nvme1n1p2[/+subvol/home] btrfs rw,noatime,compress=lzo,ssd,discard=async,space_cache,subvolid=257,subvol=/+subvol/home └─/scratch /dev/sda2[/+subvol/scratch] btrfs rw,noatime,compress=lzo,ssd,discard=async,space_cache,subvolid=27185,subvol=/+subvol/scratch ``` ### borgmatic version 1.9.4 ### borgmatic installation method Arch Linux package ### Borg version borg 1.4.0 ### Python version Python 3.12.7 ### Database version (if applicable) _No response_ ### Operating system and version Arch Linux
Author

According to the docs, the btrfs snapshot feature is only used when the btrfs: option is added. But it looks like the findmnt runs anyway, breaking the archive creation. What's worse is I think this is causing my backups to fail without warning. The process succeeds but the create command is failing or creating empty archives.

According to [the docs](https://torsion.org/borgmatic/docs/how-to/snapshot-your-filesystems/#btrfs), the btrfs snapshot feature is only used when the `btrfs:` option is added. But it looks like the `findmnt` runs anyway, breaking the archive creation. What's worse is I think this is causing my backups to fail without warning. The process succeeds but the `create` command is failing or creating empty archives.
Owner

What's going on here is that the cleanup steps for all data source hooks (database + filesystem) are run unconditionally, with the idea that if a prior borgmatic run crashed or was interrupted, there may be leftover files from a hook previously running that need cleaning up—even if that hook isn't currently enabled in config. This is especially important with the database hooks, because a stale named pipe used for database streaming will cause Borg to hang.

In the case of snapshot hooks like the btrfs hook, there's perhaps less of a hang concern if there's a just stale snapshot left behind, so perhaps it's less important to run the cleanup steps of the hook unconditionally.

So that's one consideration here. The other is that regardless of when the cleanup steps run, findmnt shouldn't be blowing up. The findmnt docs say that --list mode (which is supposed to prevent the hierarchy from getting displayed e.g. with characters like ├─) is implicitly enabled when when -t is used—which it is here. But can you try adding --list to the findmnt command to see if it "fixes" the output? E.g.:

findmnt -n -t btrfs --list

Switching to JSON output would probably be possible here though.

What's going on here is that the cleanup steps for all data source hooks (database + filesystem) are run unconditionally, with the idea that if a prior borgmatic run crashed or was interrupted, there may be leftover files from a hook previously running that need cleaning up—even if that hook isn't currently enabled in config. This is especially important with the database hooks, because a stale named pipe used for database streaming *will* cause Borg to hang. In the case of snapshot hooks like the btrfs hook, there's perhaps less of a hang concern if there's a just stale snapshot left behind, so perhaps it's less important to run the cleanup steps of the hook unconditionally. So that's one consideration here. The other is that regardless of when the cleanup steps run, `findmnt` shouldn't be blowing up. The `findmnt` docs say that `--list` mode (which is supposed to prevent the hierarchy from getting displayed e.g. with characters like `├─`) is implicitly enabled when when `-t` is used—which it is here. But can you try adding `--list` to the `findmnt` command to see if it "fixes" the output? E.g.: ```bash findmnt -n -t btrfs --list ``` Switching to JSON output would probably be possible here though.
Author

Thanks. Adding --list fixes that issue, but now another one cropped up:
With

---
source_directories:
  - .

working_directory: "/home/achilleas/projects"

btrfs:
  findmnt_command: findmnt -n -t btrfs --list

repositories:
  - path: "/home/achilleas/backups"
    label: backups

I get:


› sudo borgmatic -c config.yaml -v2
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-everything hook
BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg --version --debug --show-rc
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Borg 1.4.0
backups: Running actions for repository
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-actions hook
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-backup hook
backups: Creating archive
backups: Using runtime directory /tmp/borgmatic-dtf5le9s/borgmatic
/home/achilleas/backups: Calling bootstrap hook function remove_data_source_dumps
/home/achilleas/backups: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap
/home/achilleas/backups: Calling btrfs hook function remove_data_source_dumps
findmnt -n -t btrfs --list -n -t btrfs
btrfs subvolume list /
btrfs subvolume list /home
btrfs subvolume list /scratch
/home/achilleas/backups: Looking for snapshots to remove in /var/lib/portables/.borgmatic-snapshot-*/var/lib/portables
/home/achilleas/backups: Looking for snapshots to remove in /var/lib/machines/.borgmatic-snapshot-*/var/lib/machines
/home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/reproducible-container/.borgmatic-snapshot-*/scratch/workdirs/reproducible-container
/home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/osbuild-chroot/.borgmatic-snapshot-*/scratch/workdirs/osbuild-chroot
/home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/json-monitor/.borgmatic-snapshot-*/scratch/workdirs/json-monitor
/home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/coreos-liveiso/.borgmatic-snapshot-*/scratch/workdirs/coreos-liveiso
/home/achilleas/backups: Looking for snapshots to remove in /scratch/osbuild-store/.borgmatic-snapshot-*/scratch/osbuild-store
/home/achilleas/backups: Looking for snapshots to remove in /scratch/backup/.borgmatic-snapshot-*/scratch/backup
/home/achilleas/backups: Looking for snapshots to remove in /scratch/+subvol/scratch/.borgmatic-snapshot-*/scratch/+subvol/scratch
/home/achilleas/backups: Looking for snapshots to remove in /scratch/.borgmatic-snapshot-*/scratch
/home/achilleas/backups: Looking for snapshots to remove in /home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/home/achilleas/projects/kde/vm
/home/achilleas/backups: Looking for snapshots to remove in /home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/home/achilleas/.local/share/Steam
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18653/snapshot/.borgmatic-snapshot-*/home/.snapshots/18653/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18652/snapshot/.borgmatic-snapshot-*/home/.snapshots/18652/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18651/snapshot/.borgmatic-snapshot-*/home/.snapshots/18651/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18650/snapshot/.borgmatic-snapshot-*/home/.snapshots/18650/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18649/snapshot/.borgmatic-snapshot-*/home/.snapshots/18649/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18648/snapshot/.borgmatic-snapshot-*/home/.snapshots/18648/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18647/snapshot/.borgmatic-snapshot-*/home/.snapshots/18647/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18646/snapshot/.borgmatic-snapshot-*/home/.snapshots/18646/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18645/snapshot/.borgmatic-snapshot-*/home/.snapshots/18645/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18644/snapshot/.borgmatic-snapshot-*/home/.snapshots/18644/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18643/snapshot/.borgmatic-snapshot-*/home/.snapshots/18643/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18642/snapshot/.borgmatic-snapshot-*/home/.snapshots/18642/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18641/snapshot/.borgmatic-snapshot-*/home/.snapshots/18641/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18639/snapshot/.borgmatic-snapshot-*/home/.snapshots/18639/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18638/snapshot/.borgmatic-snapshot-*/home/.snapshots/18638/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18636/snapshot/.borgmatic-snapshot-*/home/.snapshots/18636/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18634/snapshot/.borgmatic-snapshot-*/home/.snapshots/18634/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18632/snapshot/.borgmatic-snapshot-*/home/.snapshots/18632/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18630/snapshot/.borgmatic-snapshot-*/home/.snapshots/18630/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18628/snapshot/.borgmatic-snapshot-*/home/.snapshots/18628/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18626/snapshot/.borgmatic-snapshot-*/home/.snapshots/18626/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/home/.snapshots/18625/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18623/snapshot/.borgmatic-snapshot-*/home/.snapshots/18623/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18621/snapshot/.borgmatic-snapshot-*/home/.snapshots/18621/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/home/.snapshots/18607/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/home/.snapshots/18591/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/home/.snapshots/18574/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/home/.snapshots/18551/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/home/.snapshots/18519/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/home/.snapshots/18506/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/home/.snapshots/18490/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/home/.snapshots/18458/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/home/.snapshots/18424/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/home/.snapshots/18394/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/home/.snapshots/18365/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18341/snapshot/.borgmatic-snapshot-*/home/.snapshots/18341/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18321/snapshot/.borgmatic-snapshot-*/home/.snapshots/18321/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/home/.snapshots/18128/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/home/.snapshots/17863/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/home/.snapshots/17476/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/home/.snapshots/17039/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/home/.snapshots/16943/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/.borgmatic-snapshot-*/home/.snapshots
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/home/+subvol/root/var/lib/portables
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/home/+subvol/root/var/lib/machines
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17989/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17989/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17988/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17988/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17987/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17987/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17986/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17986/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17985/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17985/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17984/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17984/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17983/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17983/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17982/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17982/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17981/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17981/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17980/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17980/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17979/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17979/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17978/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17978/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17977/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17977/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17974/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17974/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17959/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17959/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17957/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17957/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17955/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17955/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17953/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17953/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17951/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17951/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17949/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17949/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17947/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17947/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17946/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17944/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17944/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17942/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17942/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17928/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17912/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17911/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17894/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17893/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17870/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17844/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17837/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17837/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17824/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17810/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17675/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17425/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17132/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16686/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16200/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16092/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/.borgmatic-snapshot-*/home/+subvol/root/.snapshots
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.borgmatic-snapshot-*/home/+subvol/root
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/home/.borgmatic-snapshot-*/home/+subvol/home
/home/achilleas/backups: Looking for snapshots to remove in /home/.borgmatic-snapshot-*/home
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17989/snapshot/.borgmatic-snapshot-*/.snapshots/17989/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17988/snapshot/.borgmatic-snapshot-*/.snapshots/17988/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17987/snapshot/.borgmatic-snapshot-*/.snapshots/17987/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17986/snapshot/.borgmatic-snapshot-*/.snapshots/17986/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17985/snapshot/.borgmatic-snapshot-*/.snapshots/17985/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17984/snapshot/.borgmatic-snapshot-*/.snapshots/17984/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17983/snapshot/.borgmatic-snapshot-*/.snapshots/17983/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17982/snapshot/.borgmatic-snapshot-*/.snapshots/17982/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17981/snapshot/.borgmatic-snapshot-*/.snapshots/17981/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17980/snapshot/.borgmatic-snapshot-*/.snapshots/17980/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17979/snapshot/.borgmatic-snapshot-*/.snapshots/17979/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17978/snapshot/.borgmatic-snapshot-*/.snapshots/17978/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17977/snapshot/.borgmatic-snapshot-*/.snapshots/17977/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17974/snapshot/.borgmatic-snapshot-*/.snapshots/17974/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17959/snapshot/.borgmatic-snapshot-*/.snapshots/17959/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17957/snapshot/.borgmatic-snapshot-*/.snapshots/17957/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17955/snapshot/.borgmatic-snapshot-*/.snapshots/17955/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17953/snapshot/.borgmatic-snapshot-*/.snapshots/17953/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17951/snapshot/.borgmatic-snapshot-*/.snapshots/17951/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17949/snapshot/.borgmatic-snapshot-*/.snapshots/17949/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17947/snapshot/.borgmatic-snapshot-*/.snapshots/17947/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17946/snapshot/.borgmatic-snapshot-*/.snapshots/17946/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17944/snapshot/.borgmatic-snapshot-*/.snapshots/17944/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17942/snapshot/.borgmatic-snapshot-*/.snapshots/17942/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17928/snapshot/.borgmatic-snapshot-*/.snapshots/17928/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17912/snapshot/.borgmatic-snapshot-*/.snapshots/17912/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17911/snapshot/.borgmatic-snapshot-*/.snapshots/17911/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17894/snapshot/.borgmatic-snapshot-*/.snapshots/17894/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17893/snapshot/.borgmatic-snapshot-*/.snapshots/17893/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17870/snapshot/.borgmatic-snapshot-*/.snapshots/17870/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17844/snapshot/.borgmatic-snapshot-*/.snapshots/17844/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17837/snapshot/.borgmatic-snapshot-*/.snapshots/17837/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17824/snapshot/.borgmatic-snapshot-*/.snapshots/17824/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17810/snapshot/.borgmatic-snapshot-*/.snapshots/17810/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17675/snapshot/.borgmatic-snapshot-*/.snapshots/17675/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17425/snapshot/.borgmatic-snapshot-*/.snapshots/17425/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17132/snapshot/.borgmatic-snapshot-*/.snapshots/17132/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16686/snapshot/.borgmatic-snapshot-*/.snapshots/16686/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16200/snapshot/.borgmatic-snapshot-*/.snapshots/16200/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16092/snapshot/.borgmatic-snapshot-*/.snapshots/16092/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/.borgmatic-snapshot-*/.snapshots
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/root/.borgmatic-snapshot-*/+subvol/root
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/+subvol/home/achilleas/projects/kde/vm
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/+subvol/home/achilleas/.local/share/Steam
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18653/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18653/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18652/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18652/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18651/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18651/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18650/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18650/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18649/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18649/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18648/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18648/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18647/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18647/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18646/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18646/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18645/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18645/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18644/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18644/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18643/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18643/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18642/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18642/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18641/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18641/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18639/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18639/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18638/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18638/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18636/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18636/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18634/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18634/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18632/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18632/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18630/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18630/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18628/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18628/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18626/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18626/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18625/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18623/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18623/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18621/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18621/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18607/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18591/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18574/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18551/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18519/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18506/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18490/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18458/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18424/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18394/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18365/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18341/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18341/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18321/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18321/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18128/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17863/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17476/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17039/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/16943/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/.borgmatic-snapshot-*/+subvol/home/.snapshots
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.borgmatic-snapshot-*/+subvol/home
/home/achilleas/backups: Looking for snapshots to remove in /.borgmatic-snapshot-*
/home/achilleas/backups: Calling lvm hook function remove_data_source_dumps
lsblk --output name,path,mountpoint,type --json --list
/home/achilleas/backups: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots
lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s
/home/achilleas/backups: Calling mariadb hook function remove_data_source_dumps
/home/achilleas/backups: Removing MariaDB data source dumps
/home/achilleas/backups: Calling mongodb hook function remove_data_source_dumps
/home/achilleas/backups: Removing MongoDB data source dumps
/home/achilleas/backups: Calling mysql hook function remove_data_source_dumps
/home/achilleas/backups: Removing MySQL data source dumps
/home/achilleas/backups: Calling postgresql hook function remove_data_source_dumps
/home/achilleas/backups: Removing PostgreSQL data source dumps
/home/achilleas/backups: Calling sqlite hook function remove_data_source_dumps
/home/achilleas/backups: Removing SQLite data source dumps
/home/achilleas/backups: Calling zfs hook function remove_data_source_dumps
zfs list -H -t filesystem -o mountpoint
/home/achilleas/backups: Could not find "zfs" command
/home/achilleas/backups: Calling bootstrap hook function dump_data_sources
/home/achilleas/backups: Calling btrfs hook function dump_data_sources
/home/achilleas/backups: Snapshotting Btrfs subvolumes
findmnt -n -t btrfs --list -n -t btrfs
btrfs subvolume list /
btrfs subvolume list /home
btrfs subvolume list /scratch
/home/achilleas/backups: Creating Btrfs snapshot for / subvolume
btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/
ERROR: Could not create subvolume: File exists
backups: Error running actions for repository
Command 'btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/' returned non-zero exit status 1.
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for on-error hook
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: An error occurred
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-everything hook

summary:
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Loading configuration file
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: An error occurred
backups: Error running actions for repository
ERROR: Could not create subvolume: File exists
Command 'btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/' returned non-zero exit status 1.

Need some help? https://torsion.org/borgmatic/#issues
Thanks. Adding `--list` fixes that issue, but now another one cropped up: With ```yaml --- source_directories: - . working_directory: "/home/achilleas/projects" btrfs: findmnt_command: findmnt -n -t btrfs --list repositories: - path: "/home/achilleas/backups" label: backups ``` I get: ``` › sudo borgmatic -c config.yaml -v2 /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-everything hook BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg --version --debug --show-rc /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Borg 1.4.0 backups: Running actions for repository /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-actions hook /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-backup hook backups: Creating archive backups: Using runtime directory /tmp/borgmatic-dtf5le9s/borgmatic /home/achilleas/backups: Calling bootstrap hook function remove_data_source_dumps /home/achilleas/backups: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap /home/achilleas/backups: Calling btrfs hook function remove_data_source_dumps findmnt -n -t btrfs --list -n -t btrfs btrfs subvolume list / btrfs subvolume list /home btrfs subvolume list /scratch /home/achilleas/backups: Looking for snapshots to remove in /var/lib/portables/.borgmatic-snapshot-*/var/lib/portables /home/achilleas/backups: Looking for snapshots to remove in /var/lib/machines/.borgmatic-snapshot-*/var/lib/machines /home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/reproducible-container/.borgmatic-snapshot-*/scratch/workdirs/reproducible-container /home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/osbuild-chroot/.borgmatic-snapshot-*/scratch/workdirs/osbuild-chroot /home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/json-monitor/.borgmatic-snapshot-*/scratch/workdirs/json-monitor /home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/coreos-liveiso/.borgmatic-snapshot-*/scratch/workdirs/coreos-liveiso /home/achilleas/backups: Looking for snapshots to remove in /scratch/osbuild-store/.borgmatic-snapshot-*/scratch/osbuild-store /home/achilleas/backups: Looking for snapshots to remove in /scratch/backup/.borgmatic-snapshot-*/scratch/backup /home/achilleas/backups: Looking for snapshots to remove in /scratch/+subvol/scratch/.borgmatic-snapshot-*/scratch/+subvol/scratch /home/achilleas/backups: Looking for snapshots to remove in /scratch/.borgmatic-snapshot-*/scratch /home/achilleas/backups: Looking for snapshots to remove in /home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/home/achilleas/projects/kde/vm /home/achilleas/backups: Looking for snapshots to remove in /home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/home/achilleas/.local/share/Steam /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18653/snapshot/.borgmatic-snapshot-*/home/.snapshots/18653/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18652/snapshot/.borgmatic-snapshot-*/home/.snapshots/18652/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18651/snapshot/.borgmatic-snapshot-*/home/.snapshots/18651/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18650/snapshot/.borgmatic-snapshot-*/home/.snapshots/18650/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18649/snapshot/.borgmatic-snapshot-*/home/.snapshots/18649/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18648/snapshot/.borgmatic-snapshot-*/home/.snapshots/18648/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18647/snapshot/.borgmatic-snapshot-*/home/.snapshots/18647/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18646/snapshot/.borgmatic-snapshot-*/home/.snapshots/18646/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18645/snapshot/.borgmatic-snapshot-*/home/.snapshots/18645/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18644/snapshot/.borgmatic-snapshot-*/home/.snapshots/18644/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18643/snapshot/.borgmatic-snapshot-*/home/.snapshots/18643/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18642/snapshot/.borgmatic-snapshot-*/home/.snapshots/18642/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18641/snapshot/.borgmatic-snapshot-*/home/.snapshots/18641/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18639/snapshot/.borgmatic-snapshot-*/home/.snapshots/18639/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18638/snapshot/.borgmatic-snapshot-*/home/.snapshots/18638/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18636/snapshot/.borgmatic-snapshot-*/home/.snapshots/18636/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18634/snapshot/.borgmatic-snapshot-*/home/.snapshots/18634/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18632/snapshot/.borgmatic-snapshot-*/home/.snapshots/18632/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18630/snapshot/.borgmatic-snapshot-*/home/.snapshots/18630/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18628/snapshot/.borgmatic-snapshot-*/home/.snapshots/18628/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18626/snapshot/.borgmatic-snapshot-*/home/.snapshots/18626/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/home/.snapshots/18625/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18623/snapshot/.borgmatic-snapshot-*/home/.snapshots/18623/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18621/snapshot/.borgmatic-snapshot-*/home/.snapshots/18621/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/home/.snapshots/18607/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/home/.snapshots/18591/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/home/.snapshots/18574/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/home/.snapshots/18551/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/home/.snapshots/18519/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/home/.snapshots/18506/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/home/.snapshots/18490/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/home/.snapshots/18458/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/home/.snapshots/18424/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/home/.snapshots/18394/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/home/.snapshots/18365/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18341/snapshot/.borgmatic-snapshot-*/home/.snapshots/18341/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18321/snapshot/.borgmatic-snapshot-*/home/.snapshots/18321/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/home/.snapshots/18128/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/home/.snapshots/17863/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/home/.snapshots/17476/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/home/.snapshots/17039/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/home/.snapshots/16943/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/.borgmatic-snapshot-*/home/.snapshots /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/home/+subvol/root/var/lib/portables /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/home/+subvol/root/var/lib/machines /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17989/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17989/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17988/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17988/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17987/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17987/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17986/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17986/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17985/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17985/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17984/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17984/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17983/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17983/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17982/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17982/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17981/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17981/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17980/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17980/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17979/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17979/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17978/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17978/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17977/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17977/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17974/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17974/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17959/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17959/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17957/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17957/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17955/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17955/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17953/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17953/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17951/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17951/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17949/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17949/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17947/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17947/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17946/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17944/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17944/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17942/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17942/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17928/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17912/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17911/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17894/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17893/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17870/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17844/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17837/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17837/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17824/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17810/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17675/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17425/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17132/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16686/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16200/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16092/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/.borgmatic-snapshot-*/home/+subvol/root/.snapshots /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.borgmatic-snapshot-*/home/+subvol/root /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/home/.borgmatic-snapshot-*/home/+subvol/home /home/achilleas/backups: Looking for snapshots to remove in /home/.borgmatic-snapshot-*/home /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17989/snapshot/.borgmatic-snapshot-*/.snapshots/17989/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17988/snapshot/.borgmatic-snapshot-*/.snapshots/17988/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17987/snapshot/.borgmatic-snapshot-*/.snapshots/17987/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17986/snapshot/.borgmatic-snapshot-*/.snapshots/17986/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17985/snapshot/.borgmatic-snapshot-*/.snapshots/17985/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17984/snapshot/.borgmatic-snapshot-*/.snapshots/17984/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17983/snapshot/.borgmatic-snapshot-*/.snapshots/17983/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17982/snapshot/.borgmatic-snapshot-*/.snapshots/17982/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17981/snapshot/.borgmatic-snapshot-*/.snapshots/17981/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17980/snapshot/.borgmatic-snapshot-*/.snapshots/17980/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17979/snapshot/.borgmatic-snapshot-*/.snapshots/17979/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17978/snapshot/.borgmatic-snapshot-*/.snapshots/17978/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17977/snapshot/.borgmatic-snapshot-*/.snapshots/17977/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17974/snapshot/.borgmatic-snapshot-*/.snapshots/17974/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17959/snapshot/.borgmatic-snapshot-*/.snapshots/17959/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17957/snapshot/.borgmatic-snapshot-*/.snapshots/17957/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17955/snapshot/.borgmatic-snapshot-*/.snapshots/17955/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17953/snapshot/.borgmatic-snapshot-*/.snapshots/17953/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17951/snapshot/.borgmatic-snapshot-*/.snapshots/17951/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17949/snapshot/.borgmatic-snapshot-*/.snapshots/17949/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17947/snapshot/.borgmatic-snapshot-*/.snapshots/17947/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17946/snapshot/.borgmatic-snapshot-*/.snapshots/17946/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17944/snapshot/.borgmatic-snapshot-*/.snapshots/17944/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17942/snapshot/.borgmatic-snapshot-*/.snapshots/17942/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17928/snapshot/.borgmatic-snapshot-*/.snapshots/17928/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17912/snapshot/.borgmatic-snapshot-*/.snapshots/17912/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17911/snapshot/.borgmatic-snapshot-*/.snapshots/17911/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17894/snapshot/.borgmatic-snapshot-*/.snapshots/17894/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17893/snapshot/.borgmatic-snapshot-*/.snapshots/17893/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17870/snapshot/.borgmatic-snapshot-*/.snapshots/17870/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17844/snapshot/.borgmatic-snapshot-*/.snapshots/17844/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17837/snapshot/.borgmatic-snapshot-*/.snapshots/17837/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17824/snapshot/.borgmatic-snapshot-*/.snapshots/17824/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17810/snapshot/.borgmatic-snapshot-*/.snapshots/17810/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17675/snapshot/.borgmatic-snapshot-*/.snapshots/17675/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17425/snapshot/.borgmatic-snapshot-*/.snapshots/17425/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17132/snapshot/.borgmatic-snapshot-*/.snapshots/17132/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16686/snapshot/.borgmatic-snapshot-*/.snapshots/16686/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16200/snapshot/.borgmatic-snapshot-*/.snapshots/16200/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16092/snapshot/.borgmatic-snapshot-*/.snapshots/16092/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/.borgmatic-snapshot-*/.snapshots /home/achilleas/backups: Looking for snapshots to remove in /+subvol/root/.borgmatic-snapshot-*/+subvol/root /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/+subvol/home/achilleas/projects/kde/vm /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/+subvol/home/achilleas/.local/share/Steam /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18653/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18653/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18652/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18652/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18651/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18651/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18650/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18650/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18649/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18649/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18648/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18648/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18647/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18647/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18646/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18646/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18645/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18645/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18644/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18644/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18643/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18643/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18642/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18642/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18641/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18641/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18639/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18639/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18638/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18638/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18636/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18636/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18634/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18634/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18632/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18632/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18630/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18630/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18628/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18628/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18626/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18626/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18625/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18623/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18623/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18621/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18621/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18607/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18591/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18574/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18551/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18519/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18506/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18490/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18458/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18424/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18394/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18365/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18341/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18341/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18321/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18321/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18128/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17863/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17476/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17039/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/16943/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/.borgmatic-snapshot-*/+subvol/home/.snapshots /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.borgmatic-snapshot-*/+subvol/home /home/achilleas/backups: Looking for snapshots to remove in /.borgmatic-snapshot-* /home/achilleas/backups: Calling lvm hook function remove_data_source_dumps lsblk --output name,path,mountpoint,type --json --list /home/achilleas/backups: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s /home/achilleas/backups: Calling mariadb hook function remove_data_source_dumps /home/achilleas/backups: Removing MariaDB data source dumps /home/achilleas/backups: Calling mongodb hook function remove_data_source_dumps /home/achilleas/backups: Removing MongoDB data source dumps /home/achilleas/backups: Calling mysql hook function remove_data_source_dumps /home/achilleas/backups: Removing MySQL data source dumps /home/achilleas/backups: Calling postgresql hook function remove_data_source_dumps /home/achilleas/backups: Removing PostgreSQL data source dumps /home/achilleas/backups: Calling sqlite hook function remove_data_source_dumps /home/achilleas/backups: Removing SQLite data source dumps /home/achilleas/backups: Calling zfs hook function remove_data_source_dumps zfs list -H -t filesystem -o mountpoint /home/achilleas/backups: Could not find "zfs" command /home/achilleas/backups: Calling bootstrap hook function dump_data_sources /home/achilleas/backups: Calling btrfs hook function dump_data_sources /home/achilleas/backups: Snapshotting Btrfs subvolumes findmnt -n -t btrfs --list -n -t btrfs btrfs subvolume list / btrfs subvolume list /home btrfs subvolume list /scratch /home/achilleas/backups: Creating Btrfs snapshot for / subvolume btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/ ERROR: Could not create subvolume: File exists backups: Error running actions for repository Command 'btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/' returned non-zero exit status 1. /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for on-error hook /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: An error occurred /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-everything hook summary: /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Loading configuration file /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: An error occurred backups: Error running actions for repository ERROR: Could not create subvolume: File exists Command 'btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/' returned non-zero exit status 1. Need some help? https://torsion.org/borgmatic/#issues ```
Author

Seems there's some interesting interactions happening between borgmatic and snapper snapshots.

Seems there's some interesting interactions happening between borgmatic and snapper snapshots.
Owner

Oh, I was just suggesting trying out that findmnt command with --list manually on the command-line, not adding it to the findmnt_command option.. It'll result in duplicate flags.. -n and -t btrfs will get passed to findmnt twice. findmnt doesn't seem to mind, but by specifying the btrfs: option you are enabling borgmatic's Btrfs hook, which is causing it to try to snapshot any Btrfs subvolumes that are specified in source_directories.

Anyway, about the error..

/home/achilleas/backups: Creating Btrfs snapshot for / subvolume
btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/
ERROR: Could not create subvolume: File exists

I'm honestly not sure how this ("file exists") is possible, since borgmatic generates the subvolume paths on the fly based on the process ID of the current borgmatic process. You mentioned that there might be an interaction with Snapper here, but presumably Snapper wouldn't be creating conflicting snapshots with "borgmatic" in the name, especially not with the borgmatic process ID.

Could I get a look at the output of btrfs subvolume list / to see whether there's possibly some conflict? Also what about the output of ls /.borgmatic-snapshot-* as well?

Thanks!

Oh, I was just suggesting trying out that `findmnt` command with `--list` manually on the command-line, not adding it to the `findmnt_command` option.. It'll result in duplicate flags.. `-n` and `-t btrfs` will get passed to `findmnt` twice. `findmnt` doesn't seem to mind, but by specifying the `btrfs:` option you are enabling borgmatic's Btrfs hook, which is causing it to try to snapshot any Btrfs subvolumes that are specified in `source_directories`. Anyway, about the error.. ``` /home/achilleas/backups: Creating Btrfs snapshot for / subvolume btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/ ERROR: Could not create subvolume: File exists ``` I'm honestly not sure how this ("file exists") is possible, since borgmatic generates the subvolume paths on the fly based on the process ID of the current borgmatic process. You mentioned that there might be an interaction with Snapper here, but presumably Snapper wouldn't be creating conflicting snapshots with "borgmatic" in the name, especially not with the borgmatic process ID. Could I get a look at the output of `btrfs subvolume list /` to see whether there's possibly some conflict? Also what about the output of `ls /.borgmatic-snapshot-*` as well? Thanks!
Owner

FWIW, I've switched the use of findmnt in main to use --json as you suggested.

FWIW, I've switched the use of findmnt in main to use `--json` as you suggested.
Author

Oh, I was just suggesting trying out that findmnt command with --list manually on the command-line, not adding it to the findmnt_command option.. It'll result in duplicate flags.. -n and -t btrfs will get passed to findmnt twice. findmnt doesn't seem to mind, but by specifying the btrfs: option you are enabling borgmatic's Btrfs hook, which is causing it to try to snapshot any Btrfs subvolumes that are specified in source_directories.

Ah, my bad. Misunderstood. Thanks for clarifying.

Anyway, about the error..

/home/achilleas/backups: Creating Btrfs snapshot for / subvolume
btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/
ERROR: Could not create subvolume: File exists

I'm honestly not sure how this ("file exists") is possible, since borgmatic generates the subvolume paths on the fly based on the process ID of the current borgmatic process. You mentioned that there might be an interaction with Snapper here, but presumably Snapper wouldn't be creating conflicting snapshots with "borgmatic" in the name, especially not with the borgmatic process ID.

Yes, it's weird.

Could I get a look at the output of btrfs subvolume list / to see whether there's possibly some conflict?

› sudo btrfs subvolume list /
ID 256 gen 1359763 top level 5 path +subvol/root
ID 257 gen 1359763 top level 5 path +subvol/home
ID 260 gen 17 top level 256 path var/lib/portables
ID 261 gen 18 top level 256 path var/lib/machines
ID 387 gen 1359660 top level 256 path .snapshots
ID 388 gen 1359660 top level 257 path +subvol/home/.snapshots
ID 34273 gen 1358232 top level 257 path +subvol/home/achilleas/projects/kde/vm
ID 38452 gen 1264789 top level 388 path +subvol/home/.snapshots/16943/snapshot
ID 38454 gen 1264789 top level 387 path .snapshots/16092/snapshot
ID 38657 gen 1264789 top level 387 path .snapshots/16200/snapshot
ID 38658 gen 1264789 top level 388 path +subvol/home/.snapshots/17039/snapshot
ID 40008 gen 1290106 top level 387 path .snapshots/16686/snapshot
ID 40009 gen 1290107 top level 388 path +subvol/home/.snapshots/17476/snapshot
ID 40909 gen 1310800 top level 387 path .snapshots/17132/snapshot
ID 40910 gen 1310801 top level 388 path +subvol/home/.snapshots/17863/snapshot
ID 41522 gen 1325397 top level 387 path .snapshots/17425/snapshot
ID 41523 gen 1325398 top level 388 path +subvol/home/.snapshots/18128/snapshot
ID 42040 gen 1353882 top level 257 path +subvol/home/achilleas/.local/share/Steam
ID 42205 gen 1338441 top level 387 path .snapshots/17675/snapshot
ID 42330 gen 1338814 top level 388 path +subvol/home/.snapshots/18365/snapshot
ID 42389 gen 1340496 top level 388 path +subvol/home/.snapshots/18394/snapshot
ID 42450 gen 1342189 top level 388 path +subvol/home/.snapshots/18424/snapshot
ID 42551 gen 1344210 top level 388 path +subvol/home/.snapshots/18458/snapshot
ID 42646 gen 1346039 top level 388 path +subvol/home/.snapshots/18490/snapshot
ID 42660 gen 1346148 top level 387 path .snapshots/17810/snapshot
ID 42689 gen 1346867 top level 387 path .snapshots/17824/snapshot
ID 42690 gen 1346868 top level 388 path +subvol/home/.snapshots/18506/snapshot
ID 42786 gen 1347684 top level 388 path +subvol/home/.snapshots/18519/snapshot
ID 42802 gen 1348038 top level 387 path .snapshots/17844/snapshot
ID 42882 gen 1349547 top level 387 path .snapshots/17870/snapshot
ID 42883 gen 1349549 top level 388 path +subvol/home/.snapshots/18551/snapshot
ID 42947 gen 1350854 top level 387 path .snapshots/17893/snapshot
ID 42948 gen 1350864 top level 387 path .snapshots/17894/snapshot
ID 42949 gen 1350866 top level 388 path +subvol/home/.snapshots/18574/snapshot
ID 42985 gen 1351910 top level 387 path .snapshots/17911/snapshot
ID 42986 gen 1351911 top level 388 path +subvol/home/.snapshots/18591/snapshot
ID 42987 gen 1351917 top level 387 path .snapshots/17912/snapshot
ID 43020 gen 1352800 top level 387 path .snapshots/17928/snapshot
ID 43021 gen 1352801 top level 388 path +subvol/home/.snapshots/18607/snapshot
ID 43060 gen 1353888 top level 387 path .snapshots/17946/snapshot
ID 43061 gen 1353889 top level 388 path +subvol/home/.snapshots/18625/snapshot
ID 43197 gen 1358003 top level 387 path .snapshots/17991/snapshot
ID 43198 gen 1358004 top level 388 path +subvol/home/.snapshots/18655/snapshot
ID 43224 gen 1358500 top level 387 path .snapshots/18004/snapshot
ID 43225 gen 1358501 top level 388 path +subvol/home/.snapshots/18668/snapshot
ID 43230 gen 1358620 top level 387 path .snapshots/18007/snapshot
ID 43231 gen 1358621 top level 388 path +subvol/home/.snapshots/18671/snapshot
ID 43236 gen 1358740 top level 387 path .snapshots/18010/snapshot
ID 43237 gen 1358741 top level 388 path +subvol/home/.snapshots/18674/snapshot
ID 43242 gen 1358861 top level 387 path .snapshots/18013/snapshot
ID 43243 gen 1358862 top level 388 path +subvol/home/.snapshots/18677/snapshot
ID 43249 gen 1358981 top level 387 path .snapshots/18016/snapshot
ID 43250 gen 1358982 top level 388 path +subvol/home/.snapshots/18680/snapshot
ID 43253 gen 1359100 top level 387 path .snapshots/18018/snapshot
ID 43254 gen 1359101 top level 388 path +subvol/home/.snapshots/18682/snapshot
ID 43257 gen 1359218 top level 387 path .snapshots/18020/snapshot
ID 43258 gen 1359219 top level 388 path +subvol/home/.snapshots/18684/snapshot
ID 43259 gen 1359336 top level 387 path .snapshots/18021/snapshot
ID 43260 gen 1359337 top level 388 path +subvol/home/.snapshots/18685/snapshot
ID 43263 gen 1359455 top level 387 path .snapshots/18023/snapshot
ID 43264 gen 1359456 top level 388 path +subvol/home/.snapshots/18687/snapshot
ID 43268 gen 1359499 top level 387 path .snapshots/18025/snapshot
ID 43269 gen 1359500 top level 388 path +subvol/home/.snapshots/18689/snapshot
ID 43273 gen 1359531 top level 387 path .snapshots/18027/snapshot
ID 43274 gen 1359532 top level 388 path +subvol/home/.snapshots/18691/snapshot
ID 43275 gen 1359636 top level 387 path .snapshots/18028/snapshot
ID 43276 gen 1359637 top level 388 path +subvol/home/.snapshots/18692/snapshot
ID 43277 gen 1359657 top level 387 path .snapshots/18029/snapshot
ID 43278 gen 1359658 top level 388 path +subvol/home/.snapshots/18693/snapshot
ID 43279 gen 1359659 top level 387 path .snapshots/18030/snapshot
ID 43280 gen 1359660 top level 388 path +subvol/home/.snapshots/18694/snapshot

Also what about the output of ls /.borgmatic-snapshot-* as well?

They're always empty after the failure occurs and borgmatic exits.

> Oh, I was just suggesting trying out that `findmnt` command with `--list` manually on the command-line, not adding it to the `findmnt_command` option.. It'll result in duplicate flags.. `-n` and `-t btrfs` will get passed to `findmnt` twice. `findmnt` doesn't seem to mind, but by specifying the `btrfs:` option you are enabling borgmatic's Btrfs hook, which is causing it to try to snapshot any Btrfs subvolumes that are specified in `source_directories`. > Ah, my bad. Misunderstood. Thanks for clarifying. > Anyway, about the error.. > > ``` > /home/achilleas/backups: Creating Btrfs snapshot for / subvolume > btrfs subvolume snapshot -r / /.borgmatic-snapshot-944413/ > ERROR: Could not create subvolume: File exists > ``` > > I'm honestly not sure how this ("file exists") is possible, since borgmatic generates the subvolume paths on the fly based on the process ID of the current borgmatic process. You mentioned that there might be an interaction with Snapper here, but presumably Snapper wouldn't be creating conflicting snapshots with "borgmatic" in the name, especially not with the borgmatic process ID. > Yes, it's weird. > Could I get a look at the output of `btrfs subvolume list /` to see whether there's possibly some conflict? ``` › sudo btrfs subvolume list / ID 256 gen 1359763 top level 5 path +subvol/root ID 257 gen 1359763 top level 5 path +subvol/home ID 260 gen 17 top level 256 path var/lib/portables ID 261 gen 18 top level 256 path var/lib/machines ID 387 gen 1359660 top level 256 path .snapshots ID 388 gen 1359660 top level 257 path +subvol/home/.snapshots ID 34273 gen 1358232 top level 257 path +subvol/home/achilleas/projects/kde/vm ID 38452 gen 1264789 top level 388 path +subvol/home/.snapshots/16943/snapshot ID 38454 gen 1264789 top level 387 path .snapshots/16092/snapshot ID 38657 gen 1264789 top level 387 path .snapshots/16200/snapshot ID 38658 gen 1264789 top level 388 path +subvol/home/.snapshots/17039/snapshot ID 40008 gen 1290106 top level 387 path .snapshots/16686/snapshot ID 40009 gen 1290107 top level 388 path +subvol/home/.snapshots/17476/snapshot ID 40909 gen 1310800 top level 387 path .snapshots/17132/snapshot ID 40910 gen 1310801 top level 388 path +subvol/home/.snapshots/17863/snapshot ID 41522 gen 1325397 top level 387 path .snapshots/17425/snapshot ID 41523 gen 1325398 top level 388 path +subvol/home/.snapshots/18128/snapshot ID 42040 gen 1353882 top level 257 path +subvol/home/achilleas/.local/share/Steam ID 42205 gen 1338441 top level 387 path .snapshots/17675/snapshot ID 42330 gen 1338814 top level 388 path +subvol/home/.snapshots/18365/snapshot ID 42389 gen 1340496 top level 388 path +subvol/home/.snapshots/18394/snapshot ID 42450 gen 1342189 top level 388 path +subvol/home/.snapshots/18424/snapshot ID 42551 gen 1344210 top level 388 path +subvol/home/.snapshots/18458/snapshot ID 42646 gen 1346039 top level 388 path +subvol/home/.snapshots/18490/snapshot ID 42660 gen 1346148 top level 387 path .snapshots/17810/snapshot ID 42689 gen 1346867 top level 387 path .snapshots/17824/snapshot ID 42690 gen 1346868 top level 388 path +subvol/home/.snapshots/18506/snapshot ID 42786 gen 1347684 top level 388 path +subvol/home/.snapshots/18519/snapshot ID 42802 gen 1348038 top level 387 path .snapshots/17844/snapshot ID 42882 gen 1349547 top level 387 path .snapshots/17870/snapshot ID 42883 gen 1349549 top level 388 path +subvol/home/.snapshots/18551/snapshot ID 42947 gen 1350854 top level 387 path .snapshots/17893/snapshot ID 42948 gen 1350864 top level 387 path .snapshots/17894/snapshot ID 42949 gen 1350866 top level 388 path +subvol/home/.snapshots/18574/snapshot ID 42985 gen 1351910 top level 387 path .snapshots/17911/snapshot ID 42986 gen 1351911 top level 388 path +subvol/home/.snapshots/18591/snapshot ID 42987 gen 1351917 top level 387 path .snapshots/17912/snapshot ID 43020 gen 1352800 top level 387 path .snapshots/17928/snapshot ID 43021 gen 1352801 top level 388 path +subvol/home/.snapshots/18607/snapshot ID 43060 gen 1353888 top level 387 path .snapshots/17946/snapshot ID 43061 gen 1353889 top level 388 path +subvol/home/.snapshots/18625/snapshot ID 43197 gen 1358003 top level 387 path .snapshots/17991/snapshot ID 43198 gen 1358004 top level 388 path +subvol/home/.snapshots/18655/snapshot ID 43224 gen 1358500 top level 387 path .snapshots/18004/snapshot ID 43225 gen 1358501 top level 388 path +subvol/home/.snapshots/18668/snapshot ID 43230 gen 1358620 top level 387 path .snapshots/18007/snapshot ID 43231 gen 1358621 top level 388 path +subvol/home/.snapshots/18671/snapshot ID 43236 gen 1358740 top level 387 path .snapshots/18010/snapshot ID 43237 gen 1358741 top level 388 path +subvol/home/.snapshots/18674/snapshot ID 43242 gen 1358861 top level 387 path .snapshots/18013/snapshot ID 43243 gen 1358862 top level 388 path +subvol/home/.snapshots/18677/snapshot ID 43249 gen 1358981 top level 387 path .snapshots/18016/snapshot ID 43250 gen 1358982 top level 388 path +subvol/home/.snapshots/18680/snapshot ID 43253 gen 1359100 top level 387 path .snapshots/18018/snapshot ID 43254 gen 1359101 top level 388 path +subvol/home/.snapshots/18682/snapshot ID 43257 gen 1359218 top level 387 path .snapshots/18020/snapshot ID 43258 gen 1359219 top level 388 path +subvol/home/.snapshots/18684/snapshot ID 43259 gen 1359336 top level 387 path .snapshots/18021/snapshot ID 43260 gen 1359337 top level 388 path +subvol/home/.snapshots/18685/snapshot ID 43263 gen 1359455 top level 387 path .snapshots/18023/snapshot ID 43264 gen 1359456 top level 388 path +subvol/home/.snapshots/18687/snapshot ID 43268 gen 1359499 top level 387 path .snapshots/18025/snapshot ID 43269 gen 1359500 top level 388 path +subvol/home/.snapshots/18689/snapshot ID 43273 gen 1359531 top level 387 path .snapshots/18027/snapshot ID 43274 gen 1359532 top level 388 path +subvol/home/.snapshots/18691/snapshot ID 43275 gen 1359636 top level 387 path .snapshots/18028/snapshot ID 43276 gen 1359637 top level 388 path +subvol/home/.snapshots/18692/snapshot ID 43277 gen 1359657 top level 387 path .snapshots/18029/snapshot ID 43278 gen 1359658 top level 388 path +subvol/home/.snapshots/18693/snapshot ID 43279 gen 1359659 top level 387 path .snapshots/18030/snapshot ID 43280 gen 1359660 top level 388 path +subvol/home/.snapshots/18694/snapshot ``` > Also what about the output of `ls /.borgmatic-snapshot-*` as well? They're always empty after the failure occurs and borgmatic exits.
Author

I'll install the latest version of borgmatic from source and try again, with the findmnt --json, and let you know what's up.
Perhaps the snapshot creation failure is unrelated and we could move this to a different issue.

I'll install the latest version of borgmatic from source and try again, with the `findmnt --json`, and let you know what's up. Perhaps the snapshot creation failure is unrelated and we could move this to a different issue.
Author

Everything seems to be working nicely now, thanks.

Installed from source (pipx install .), commit ID ebb3bca4b3.

Click for log
› sudo ~achilleas/.local/bin/borgmatic -c config.yaml create -v2
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-everything hook
BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg --version --debug --show-rc
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Borg 1.4.0
backups: Running actions for repository
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-actions hook
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-backup hook
backups: Creating archive
backups: Using runtime directory /tmp/borgmatic-lntt2lv9/borgmatic
/home/achilleas/backups: Calling bootstrap hook function remove_data_source_dumps
/home/achilleas/backups: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap
/home/achilleas/backups: Calling btrfs hook function remove_data_source_dumps
findmnt -t btrfs --json --list
btrfs subvolume list /
btrfs subvolume list /home
btrfs subvolume list /scratch
/home/achilleas/backups: Looking for snapshots to remove in /var/lib/portables/.borgmatic-snapshot-*/var/lib/portables
/home/achilleas/backups: Looking for snapshots to remove in /var/lib/machines/.borgmatic-snapshot-*/var/lib/machines
/home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/reproducible-container/.borgmatic-snapshot-*/scratch/workdirs/reproducible-container
/home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/osbuild-chroot/.borgmatic-snapshot-*/scratch/workdirs/osbuild-chroot
/home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/json-monitor/.borgmatic-snapshot-*/scratch/workdirs/json-monitor
/home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/coreos-liveiso/.borgmatic-snapshot-*/scratch/workdirs/coreos-liveiso
/home/achilleas/backups: Looking for snapshots to remove in /scratch/osbuild-store/.borgmatic-snapshot-*/scratch/osbuild-store
/home/achilleas/backups: Looking for snapshots to remove in /scratch/backup/.borgmatic-snapshot-*/scratch/backup
/home/achilleas/backups: Looking for snapshots to remove in /scratch/+subvol/scratch/.borgmatic-snapshot-*/scratch/+subvol/scratch
/home/achilleas/backups: Looking for snapshots to remove in /scratch/.borgmatic-snapshot-*/scratch
/home/achilleas/backups: Looking for snapshots to remove in /home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/home/achilleas/projects/kde/vm
/home/achilleas/backups: Looking for snapshots to remove in /home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/home/achilleas/.local/share/Steam
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/home/.snapshots/18714/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/home/.snapshots/18713/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/home/.snapshots/18712/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/home/.snapshots/18711/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/home/.snapshots/18710/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/home/.snapshots/18707/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/home/.snapshots/18704/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/home/.snapshots/18701/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/home/.snapshots/18698/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/home/.snapshots/18695/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/home/.snapshots/18693/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/home/.snapshots/18691/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/home/.snapshots/18689/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/home/.snapshots/18687/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/home/.snapshots/18685/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/home/.snapshots/18655/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/home/.snapshots/18625/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/home/.snapshots/18607/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/home/.snapshots/18591/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/home/.snapshots/18574/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/home/.snapshots/18551/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/home/.snapshots/18519/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/home/.snapshots/18506/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/home/.snapshots/18490/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/home/.snapshots/18458/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/home/.snapshots/18424/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/home/.snapshots/18394/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/home/.snapshots/18365/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/home/.snapshots/18128/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/home/.snapshots/17863/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/home/.snapshots/17476/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/home/.snapshots/17039/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/home/.snapshots/16943/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/.borgmatic-snapshot-*/home/.snapshots
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/home/+subvol/root/var/lib/portables
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/home/+subvol/root/var/lib/machines
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18050/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18049/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18048/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18047/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18046/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18043/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18040/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18037/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18034/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18031/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18029/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18027/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18025/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18023/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18021/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17991/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17946/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17928/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17912/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17911/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17894/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17893/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17870/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17844/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17824/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17810/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17675/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17425/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17132/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16686/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16200/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16092/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/.borgmatic-snapshot-*/home/+subvol/root/.snapshots
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.borgmatic-snapshot-*/home/+subvol/root
/home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/home/.borgmatic-snapshot-*/home/+subvol/home
/home/achilleas/backups: Looking for snapshots to remove in /home/.borgmatic-snapshot-*/home
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18050/snapshot/.borgmatic-snapshot-*/.snapshots/18050/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18049/snapshot/.borgmatic-snapshot-*/.snapshots/18049/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18048/snapshot/.borgmatic-snapshot-*/.snapshots/18048/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18047/snapshot/.borgmatic-snapshot-*/.snapshots/18047/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18046/snapshot/.borgmatic-snapshot-*/.snapshots/18046/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18043/snapshot/.borgmatic-snapshot-*/.snapshots/18043/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18040/snapshot/.borgmatic-snapshot-*/.snapshots/18040/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18037/snapshot/.borgmatic-snapshot-*/.snapshots/18037/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18034/snapshot/.borgmatic-snapshot-*/.snapshots/18034/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18031/snapshot/.borgmatic-snapshot-*/.snapshots/18031/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18029/snapshot/.borgmatic-snapshot-*/.snapshots/18029/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18027/snapshot/.borgmatic-snapshot-*/.snapshots/18027/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18025/snapshot/.borgmatic-snapshot-*/.snapshots/18025/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18023/snapshot/.borgmatic-snapshot-*/.snapshots/18023/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18021/snapshot/.borgmatic-snapshot-*/.snapshots/18021/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17991/snapshot/.borgmatic-snapshot-*/.snapshots/17991/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17946/snapshot/.borgmatic-snapshot-*/.snapshots/17946/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17928/snapshot/.borgmatic-snapshot-*/.snapshots/17928/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17912/snapshot/.borgmatic-snapshot-*/.snapshots/17912/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17911/snapshot/.borgmatic-snapshot-*/.snapshots/17911/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17894/snapshot/.borgmatic-snapshot-*/.snapshots/17894/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17893/snapshot/.borgmatic-snapshot-*/.snapshots/17893/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17870/snapshot/.borgmatic-snapshot-*/.snapshots/17870/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17844/snapshot/.borgmatic-snapshot-*/.snapshots/17844/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17824/snapshot/.borgmatic-snapshot-*/.snapshots/17824/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17810/snapshot/.borgmatic-snapshot-*/.snapshots/17810/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17675/snapshot/.borgmatic-snapshot-*/.snapshots/17675/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17425/snapshot/.borgmatic-snapshot-*/.snapshots/17425/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17132/snapshot/.borgmatic-snapshot-*/.snapshots/17132/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16686/snapshot/.borgmatic-snapshot-*/.snapshots/16686/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16200/snapshot/.borgmatic-snapshot-*/.snapshots/16200/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16092/snapshot/.borgmatic-snapshot-*/.snapshots/16092/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /.snapshots/.borgmatic-snapshot-*/.snapshots
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/root/.borgmatic-snapshot-*/+subvol/root
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/+subvol/home/achilleas/projects/kde/vm
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/+subvol/home/achilleas/.local/share/Steam
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18714/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18713/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18712/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18711/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18710/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18707/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18704/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18701/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18698/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18695/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18693/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18691/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18689/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18687/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18685/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18655/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18625/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18607/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18591/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18574/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18551/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18519/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18506/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18490/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18458/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18424/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18394/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18365/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18128/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17863/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17476/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17039/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/16943/snapshot
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/.borgmatic-snapshot-*/+subvol/home/.snapshots
/home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.borgmatic-snapshot-*/+subvol/home
/home/achilleas/backups: Looking for snapshots to remove in /.borgmatic-snapshot-*
/home/achilleas/backups: Calling lvm hook function remove_data_source_dumps
lsblk --output name,path,mountpoint,type --json --list
/home/achilleas/backups: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots
lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s
/home/achilleas/backups: Calling mariadb hook function remove_data_source_dumps
/home/achilleas/backups: Removing MariaDB data source dumps
/home/achilleas/backups: Calling mongodb hook function remove_data_source_dumps
/home/achilleas/backups: Removing MongoDB data source dumps
/home/achilleas/backups: Calling mysql hook function remove_data_source_dumps
/home/achilleas/backups: Removing MySQL data source dumps
/home/achilleas/backups: Calling postgresql hook function remove_data_source_dumps
/home/achilleas/backups: Removing PostgreSQL data source dumps
/home/achilleas/backups: Calling sqlite hook function remove_data_source_dumps
/home/achilleas/backups: Removing SQLite data source dumps
/home/achilleas/backups: Calling zfs hook function remove_data_source_dumps
zfs list -H -t filesystem -o mountpoint
/home/achilleas/backups: Could not find "zfs" command
/home/achilleas/backups: Calling bootstrap hook function dump_data_sources
BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg create --debug --show-rc /home/achilleas/backups::{hostname}-{now:%Y-%m-%dT%H:%M:%S.%f} /home/achilleas/projects/. /tmp/borgmatic-lntt2lv9/./borgmatic/bootstrap
using builtin fallback logging configuration
33 self tests completed in 0.07 seconds
Verified integrity of /home/achilleas/backups/index.1
TAM-verified manifest
security: read previous location '/home/achilleas/backups'
security: read manifest timestamp '2024-12-11T18:45:11.678894'
security: determined newest manifest timestamp as 2024-12-11T18:45:11.678894
security: repository checks ok, allowing access
Creating archive at "/home/achilleas/backups::Jack-2024-12-14T13:29:33.401738"
Verified integrity of /root/.cache/borg/2f8c27a62828211f1c2154dd5e5ed2636cedbccc968fae7be4b9774332e1d8e4/chunks
Reading files cache ...
security: read previous location '/home/achilleas/backups'
security: read manifest timestamp '2024-12-11T18:45:11.678894'
security: determined newest manifest timestamp as 2024-12-11T18:45:11.678894
security: repository checks ok, allowing access
Processing files ...
Cleaned up 0 uncommitted segment files (== everything after segment 1).
Verified integrity of /home/achilleas/backups/hints.1
check_free_space: few segments, not requiring a full free segment
check_free_space: calculated working space for compact as 24 bytes
check_free_space: required bytes 71308332, free bytes 67994247168
security: saving state for 2f8c27a62828211f1c2154dd5e5ed2636cedbccc968fae7be4b9774332e1d8e4 to /root/.config/borg/security/2f8c27a62828211f1c2154dd5e5ed2636cedbccc968fae7be4b9774332e1d8e4
security: current location   /home/achilleas/backups
security: key type           2
security: manifest timestamp 2024-12-14T12:31:46.927329
terminating with success status, rc 0
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling bootstrap hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing bootstrap manifest at /tmp/borgmatic-lntt2lv9/borgmatic/bootstrap/manifest.json
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling btrfs hook function remove_data_source_dumps
findmnt -t btrfs --json --list
btrfs subvolume list /
btrfs subvolume list /home
btrfs subvolume list /scratch
btrfs subvolume list /tmp/borg/cc779884914eaa60ef78725a3f683f19
btrfs subvolume list /tmp/borg/cc779884914eaa60ef78725a3f683f19/home
btrfs subvolume list /.snapshots/18051/snapshot/home
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /var/lib/portables/.borgmatic-snapshot-*/var/lib/portables
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /var/lib/machines/.borgmatic-snapshot-*/var/lib/machines
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/var/lib/portables
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/var/lib/machines
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18051/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18051/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18050/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18049/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18048/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18047/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18046/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18043/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18040/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18037/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18034/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18031/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18029/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18027/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18025/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18023/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18021/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17991/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17946/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17928/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17912/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17911/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17894/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17893/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17870/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17844/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17824/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17810/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17675/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17425/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17132/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16686/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16200/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16092/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/achilleas/projects/kde/vm
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/achilleas/.local/share/Steam
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18715/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18714/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18713/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18712/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18711/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18710/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18707/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18704/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18701/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18698/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18695/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18693/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18691/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18689/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18687/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18685/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18655/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18625/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18607/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18591/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18574/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18551/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18519/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18506/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18490/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18458/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18424/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18394/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18365/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18128/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17863/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17476/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17039/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/16943/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/var/lib/portables
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/var/lib/machines
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18051/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18051/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18050/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18049/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18048/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18047/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18046/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18043/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18040/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18037/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18034/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18031/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18029/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18027/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18025/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18023/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18021/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17991/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17946/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17928/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17912/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17911/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17894/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17893/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17870/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17844/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17824/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17810/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17675/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17425/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17132/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16686/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16200/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16092/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/achilleas/projects/kde/vm
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/achilleas/.local/share/Steam
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18715/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18714/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18713/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18712/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18711/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18710/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18707/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18704/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18701/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18698/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18695/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18693/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18691/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18689/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18687/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18685/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18655/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18625/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18607/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18591/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18574/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18551/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18519/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18506/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18490/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18458/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18424/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18394/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18365/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18128/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17863/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17476/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17039/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/16943/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/workdirs/reproducible-container/.borgmatic-snapshot-*/scratch/workdirs/reproducible-container
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/workdirs/osbuild-chroot/.borgmatic-snapshot-*/scratch/workdirs/osbuild-chroot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/workdirs/json-monitor/.borgmatic-snapshot-*/scratch/workdirs/json-monitor
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/workdirs/coreos-liveiso/.borgmatic-snapshot-*/scratch/workdirs/coreos-liveiso
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/osbuild-store/.borgmatic-snapshot-*/scratch/osbuild-store
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/backup/.borgmatic-snapshot-*/scratch/backup
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/+subvol/scratch/.borgmatic-snapshot-*/scratch/+subvol/scratch
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/.borgmatic-snapshot-*/scratch
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/home/achilleas/projects/kde/vm
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/home/achilleas/.local/share/Steam
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/home/.snapshots/18715/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/home/.snapshots/18714/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/home/.snapshots/18713/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/home/.snapshots/18712/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/home/.snapshots/18711/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/home/.snapshots/18710/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/home/.snapshots/18707/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/home/.snapshots/18704/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/home/.snapshots/18701/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/home/.snapshots/18698/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/home/.snapshots/18695/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/home/.snapshots/18693/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/home/.snapshots/18691/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/home/.snapshots/18689/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/home/.snapshots/18687/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/home/.snapshots/18685/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/home/.snapshots/18655/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/home/.snapshots/18625/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/home/.snapshots/18607/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/home/.snapshots/18591/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/home/.snapshots/18574/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/home/.snapshots/18551/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/home/.snapshots/18519/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/home/.snapshots/18506/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/home/.snapshots/18490/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/home/.snapshots/18458/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/home/.snapshots/18424/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/home/.snapshots/18394/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/home/.snapshots/18365/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/home/.snapshots/18128/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/home/.snapshots/17863/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/home/.snapshots/17476/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/home/.snapshots/17039/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/home/.snapshots/16943/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/.borgmatic-snapshot-*/home/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/home/+subvol/root/var/lib/portables
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/home/+subvol/root/var/lib/machines
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18051/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18051/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18050/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18049/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18048/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18047/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18046/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18043/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18040/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18037/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18034/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18031/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18029/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18027/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18025/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18023/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18021/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17991/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17946/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17928/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17912/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17911/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17894/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17893/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17870/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17844/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17824/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17810/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17675/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17425/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17132/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16686/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16200/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16092/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/.borgmatic-snapshot-*/home/+subvol/root/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.borgmatic-snapshot-*/home/+subvol/root
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/home/.borgmatic-snapshot-*/home/+subvol/home
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.borgmatic-snapshot-*/home
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/var/lib/portables
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/var/lib/machines
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18051/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18051/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18050/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18049/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18048/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18047/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18046/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18043/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18040/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18037/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18034/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18031/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18029/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18027/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18025/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18023/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18021/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17991/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17946/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17928/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17912/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17911/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17894/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17893/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17870/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17844/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17824/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17810/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17675/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17425/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17132/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16686/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16200/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16092/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/achilleas/projects/kde/vm
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/achilleas/.local/share/Steam
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18715/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18714/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18713/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18712/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18711/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18710/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18707/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18704/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18701/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18698/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18695/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18693/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18691/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18689/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18687/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18685/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18655/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18625/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18607/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18591/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18574/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18551/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18519/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18506/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18490/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18458/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18424/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18394/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18365/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18128/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17863/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17476/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17039/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/16943/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18050/snapshot/.borgmatic-snapshot-*/.snapshots/18050/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18049/snapshot/.borgmatic-snapshot-*/.snapshots/18049/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18048/snapshot/.borgmatic-snapshot-*/.snapshots/18048/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18047/snapshot/.borgmatic-snapshot-*/.snapshots/18047/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18046/snapshot/.borgmatic-snapshot-*/.snapshots/18046/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18043/snapshot/.borgmatic-snapshot-*/.snapshots/18043/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18040/snapshot/.borgmatic-snapshot-*/.snapshots/18040/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18037/snapshot/.borgmatic-snapshot-*/.snapshots/18037/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18034/snapshot/.borgmatic-snapshot-*/.snapshots/18034/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18031/snapshot/.borgmatic-snapshot-*/.snapshots/18031/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18029/snapshot/.borgmatic-snapshot-*/.snapshots/18029/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18027/snapshot/.borgmatic-snapshot-*/.snapshots/18027/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18025/snapshot/.borgmatic-snapshot-*/.snapshots/18025/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18023/snapshot/.borgmatic-snapshot-*/.snapshots/18023/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18021/snapshot/.borgmatic-snapshot-*/.snapshots/18021/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17991/snapshot/.borgmatic-snapshot-*/.snapshots/17991/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17946/snapshot/.borgmatic-snapshot-*/.snapshots/17946/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17928/snapshot/.borgmatic-snapshot-*/.snapshots/17928/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17912/snapshot/.borgmatic-snapshot-*/.snapshots/17912/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17911/snapshot/.borgmatic-snapshot-*/.snapshots/17911/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17894/snapshot/.borgmatic-snapshot-*/.snapshots/17894/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17893/snapshot/.borgmatic-snapshot-*/.snapshots/17893/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17870/snapshot/.borgmatic-snapshot-*/.snapshots/17870/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17844/snapshot/.borgmatic-snapshot-*/.snapshots/17844/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17824/snapshot/.borgmatic-snapshot-*/.snapshots/17824/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17810/snapshot/.borgmatic-snapshot-*/.snapshots/17810/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17675/snapshot/.borgmatic-snapshot-*/.snapshots/17675/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17425/snapshot/.borgmatic-snapshot-*/.snapshots/17425/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17132/snapshot/.borgmatic-snapshot-*/.snapshots/17132/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/16686/snapshot/.borgmatic-snapshot-*/.snapshots/16686/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/16200/snapshot/.borgmatic-snapshot-*/.snapshots/16200/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/16092/snapshot/.borgmatic-snapshot-*/.snapshots/16092/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/.borgmatic-snapshot-*/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/root/.borgmatic-snapshot-*/+subvol/root
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/+subvol/home/achilleas/projects/kde/vm
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/+subvol/home/achilleas/.local/share/Steam
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18715/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18714/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18713/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18712/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18711/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18710/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18707/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18704/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18701/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18698/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18695/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18693/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18691/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18689/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18687/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18685/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18655/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18625/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18607/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18591/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18574/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18551/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18519/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18506/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18490/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18458/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18424/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18394/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18365/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18128/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17863/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17476/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17039/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/16943/snapshot
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/.borgmatic-snapshot-*/+subvol/home/.snapshots
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.borgmatic-snapshot-*/+subvol/home
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.borgmatic-snapshot-*
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling lvm hook function remove_data_source_dumps
lsblk --output name,path,mountpoint,type --json --list
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots
lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mariadb hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MariaDB data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mongodb hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MongoDB data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mysql hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MySQL data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling postgresql hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing PostgreSQL data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling sqlite hook function remove_data_source_dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing SQLite data source dumps
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling zfs hook function remove_data_source_dumps
zfs list -H -t filesystem -o mountpoint
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Could not find "zfs" command
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-backup hook
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-actions hook
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-everything hook

summary:
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Loading configuration file
/home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Successfully ran configuration file

› sudo ~achilleas/.local/bin/borgmatic -c config.yaml list
backups: Listing archives
Jack-2024-12-14T13:29:33.401738      Sat, 2024-12-14 13:29:33 [c00ce56f4094721d7d4c8c277e4489927c46bc738ddae66524bef9f08f1c947d]

Everything seems to be working nicely now, thanks. Installed from source (`pipx install .`), commit ID ebb3bca4b316dbe398a4b9b52078c1fb22d7e698. <details> <summary>Click for log</summary> ``` › sudo ~achilleas/.local/bin/borgmatic -c config.yaml create -v2 /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-everything hook BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg --version --debug --show-rc /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Borg 1.4.0 backups: Running actions for repository /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-actions hook /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for pre-backup hook backups: Creating archive backups: Using runtime directory /tmp/borgmatic-lntt2lv9/borgmatic /home/achilleas/backups: Calling bootstrap hook function remove_data_source_dumps /home/achilleas/backups: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap /home/achilleas/backups: Calling btrfs hook function remove_data_source_dumps findmnt -t btrfs --json --list btrfs subvolume list / btrfs subvolume list /home btrfs subvolume list /scratch /home/achilleas/backups: Looking for snapshots to remove in /var/lib/portables/.borgmatic-snapshot-*/var/lib/portables /home/achilleas/backups: Looking for snapshots to remove in /var/lib/machines/.borgmatic-snapshot-*/var/lib/machines /home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/reproducible-container/.borgmatic-snapshot-*/scratch/workdirs/reproducible-container /home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/osbuild-chroot/.borgmatic-snapshot-*/scratch/workdirs/osbuild-chroot /home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/json-monitor/.borgmatic-snapshot-*/scratch/workdirs/json-monitor /home/achilleas/backups: Looking for snapshots to remove in /scratch/workdirs/coreos-liveiso/.borgmatic-snapshot-*/scratch/workdirs/coreos-liveiso /home/achilleas/backups: Looking for snapshots to remove in /scratch/osbuild-store/.borgmatic-snapshot-*/scratch/osbuild-store /home/achilleas/backups: Looking for snapshots to remove in /scratch/backup/.borgmatic-snapshot-*/scratch/backup /home/achilleas/backups: Looking for snapshots to remove in /scratch/+subvol/scratch/.borgmatic-snapshot-*/scratch/+subvol/scratch /home/achilleas/backups: Looking for snapshots to remove in /scratch/.borgmatic-snapshot-*/scratch /home/achilleas/backups: Looking for snapshots to remove in /home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/home/achilleas/projects/kde/vm /home/achilleas/backups: Looking for snapshots to remove in /home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/home/achilleas/.local/share/Steam /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/home/.snapshots/18714/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/home/.snapshots/18713/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/home/.snapshots/18712/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/home/.snapshots/18711/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/home/.snapshots/18710/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/home/.snapshots/18707/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/home/.snapshots/18704/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/home/.snapshots/18701/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/home/.snapshots/18698/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/home/.snapshots/18695/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/home/.snapshots/18693/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/home/.snapshots/18691/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/home/.snapshots/18689/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/home/.snapshots/18687/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/home/.snapshots/18685/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/home/.snapshots/18655/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/home/.snapshots/18625/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/home/.snapshots/18607/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/home/.snapshots/18591/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/home/.snapshots/18574/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/home/.snapshots/18551/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/home/.snapshots/18519/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/home/.snapshots/18506/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/home/.snapshots/18490/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/home/.snapshots/18458/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/home/.snapshots/18424/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/home/.snapshots/18394/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/home/.snapshots/18365/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/home/.snapshots/18128/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/home/.snapshots/17863/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/home/.snapshots/17476/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/home/.snapshots/17039/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/home/.snapshots/16943/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/.snapshots/.borgmatic-snapshot-*/home/.snapshots /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/home/+subvol/root/var/lib/portables /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/home/+subvol/root/var/lib/machines /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18050/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18049/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18048/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18047/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18046/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18043/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18040/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18037/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18034/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18031/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18029/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18027/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18025/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18023/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18021/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17991/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17946/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17928/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17912/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17911/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17894/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17893/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17870/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17844/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17824/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17810/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17675/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17425/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17132/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16686/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16200/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16092/snapshot /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.snapshots/.borgmatic-snapshot-*/home/+subvol/root/.snapshots /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/root/.borgmatic-snapshot-*/home/+subvol/root /home/achilleas/backups: Looking for snapshots to remove in /home/+subvol/home/.borgmatic-snapshot-*/home/+subvol/home /home/achilleas/backups: Looking for snapshots to remove in /home/.borgmatic-snapshot-*/home /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18050/snapshot/.borgmatic-snapshot-*/.snapshots/18050/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18049/snapshot/.borgmatic-snapshot-*/.snapshots/18049/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18048/snapshot/.borgmatic-snapshot-*/.snapshots/18048/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18047/snapshot/.borgmatic-snapshot-*/.snapshots/18047/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18046/snapshot/.borgmatic-snapshot-*/.snapshots/18046/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18043/snapshot/.borgmatic-snapshot-*/.snapshots/18043/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18040/snapshot/.borgmatic-snapshot-*/.snapshots/18040/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18037/snapshot/.borgmatic-snapshot-*/.snapshots/18037/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18034/snapshot/.borgmatic-snapshot-*/.snapshots/18034/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18031/snapshot/.borgmatic-snapshot-*/.snapshots/18031/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18029/snapshot/.borgmatic-snapshot-*/.snapshots/18029/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18027/snapshot/.borgmatic-snapshot-*/.snapshots/18027/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18025/snapshot/.borgmatic-snapshot-*/.snapshots/18025/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18023/snapshot/.borgmatic-snapshot-*/.snapshots/18023/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/18021/snapshot/.borgmatic-snapshot-*/.snapshots/18021/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17991/snapshot/.borgmatic-snapshot-*/.snapshots/17991/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17946/snapshot/.borgmatic-snapshot-*/.snapshots/17946/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17928/snapshot/.borgmatic-snapshot-*/.snapshots/17928/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17912/snapshot/.borgmatic-snapshot-*/.snapshots/17912/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17911/snapshot/.borgmatic-snapshot-*/.snapshots/17911/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17894/snapshot/.borgmatic-snapshot-*/.snapshots/17894/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17893/snapshot/.borgmatic-snapshot-*/.snapshots/17893/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17870/snapshot/.borgmatic-snapshot-*/.snapshots/17870/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17844/snapshot/.borgmatic-snapshot-*/.snapshots/17844/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17824/snapshot/.borgmatic-snapshot-*/.snapshots/17824/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17810/snapshot/.borgmatic-snapshot-*/.snapshots/17810/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17675/snapshot/.borgmatic-snapshot-*/.snapshots/17675/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17425/snapshot/.borgmatic-snapshot-*/.snapshots/17425/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/17132/snapshot/.borgmatic-snapshot-*/.snapshots/17132/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16686/snapshot/.borgmatic-snapshot-*/.snapshots/16686/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16200/snapshot/.borgmatic-snapshot-*/.snapshots/16200/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/16092/snapshot/.borgmatic-snapshot-*/.snapshots/16092/snapshot /home/achilleas/backups: Looking for snapshots to remove in /.snapshots/.borgmatic-snapshot-*/.snapshots /home/achilleas/backups: Looking for snapshots to remove in /+subvol/root/.borgmatic-snapshot-*/+subvol/root /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/+subvol/home/achilleas/projects/kde/vm /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/+subvol/home/achilleas/.local/share/Steam /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18714/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18713/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18712/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18711/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18710/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18707/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18704/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18701/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18698/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18695/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18693/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18691/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18689/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18687/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18685/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18655/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18625/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18607/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18591/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18574/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18551/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18519/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18506/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18490/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18458/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18424/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18394/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18365/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18128/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17863/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17476/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17039/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/16943/snapshot /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.snapshots/.borgmatic-snapshot-*/+subvol/home/.snapshots /home/achilleas/backups: Looking for snapshots to remove in /+subvol/home/.borgmatic-snapshot-*/+subvol/home /home/achilleas/backups: Looking for snapshots to remove in /.borgmatic-snapshot-* /home/achilleas/backups: Calling lvm hook function remove_data_source_dumps lsblk --output name,path,mountpoint,type --json --list /home/achilleas/backups: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s /home/achilleas/backups: Calling mariadb hook function remove_data_source_dumps /home/achilleas/backups: Removing MariaDB data source dumps /home/achilleas/backups: Calling mongodb hook function remove_data_source_dumps /home/achilleas/backups: Removing MongoDB data source dumps /home/achilleas/backups: Calling mysql hook function remove_data_source_dumps /home/achilleas/backups: Removing MySQL data source dumps /home/achilleas/backups: Calling postgresql hook function remove_data_source_dumps /home/achilleas/backups: Removing PostgreSQL data source dumps /home/achilleas/backups: Calling sqlite hook function remove_data_source_dumps /home/achilleas/backups: Removing SQLite data source dumps /home/achilleas/backups: Calling zfs hook function remove_data_source_dumps zfs list -H -t filesystem -o mountpoint /home/achilleas/backups: Could not find "zfs" command /home/achilleas/backups: Calling bootstrap hook function dump_data_sources BORG_RELOCATED_REPO_ACCESS_IS_OK=*** BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=*** BORG_EXIT_CODES=*** borg create --debug --show-rc /home/achilleas/backups::{hostname}-{now:%Y-%m-%dT%H:%M:%S.%f} /home/achilleas/projects/. /tmp/borgmatic-lntt2lv9/./borgmatic/bootstrap using builtin fallback logging configuration 33 self tests completed in 0.07 seconds Verified integrity of /home/achilleas/backups/index.1 TAM-verified manifest security: read previous location '/home/achilleas/backups' security: read manifest timestamp '2024-12-11T18:45:11.678894' security: determined newest manifest timestamp as 2024-12-11T18:45:11.678894 security: repository checks ok, allowing access Creating archive at "/home/achilleas/backups::Jack-2024-12-14T13:29:33.401738" Verified integrity of /root/.cache/borg/2f8c27a62828211f1c2154dd5e5ed2636cedbccc968fae7be4b9774332e1d8e4/chunks Reading files cache ... security: read previous location '/home/achilleas/backups' security: read manifest timestamp '2024-12-11T18:45:11.678894' security: determined newest manifest timestamp as 2024-12-11T18:45:11.678894 security: repository checks ok, allowing access Processing files ... Cleaned up 0 uncommitted segment files (== everything after segment 1). Verified integrity of /home/achilleas/backups/hints.1 check_free_space: few segments, not requiring a full free segment check_free_space: calculated working space for compact as 24 bytes check_free_space: required bytes 71308332, free bytes 67994247168 security: saving state for 2f8c27a62828211f1c2154dd5e5ed2636cedbccc968fae7be4b9774332e1d8e4 to /root/.config/borg/security/2f8c27a62828211f1c2154dd5e5ed2636cedbccc968fae7be4b9774332e1d8e4 security: current location /home/achilleas/backups security: key type 2 security: manifest timestamp 2024-12-14T12:31:46.927329 terminating with success status, rc 0 /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling bootstrap hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for bootstrap manifest files to remove in /tmp/borgmatic-*/borgmatic/bootstrap /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing bootstrap manifest at /tmp/borgmatic-lntt2lv9/borgmatic/bootstrap/manifest.json /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling btrfs hook function remove_data_source_dumps findmnt -t btrfs --json --list btrfs subvolume list / btrfs subvolume list /home btrfs subvolume list /scratch btrfs subvolume list /tmp/borg/cc779884914eaa60ef78725a3f683f19 btrfs subvolume list /tmp/borg/cc779884914eaa60ef78725a3f683f19/home btrfs subvolume list /.snapshots/18051/snapshot/home /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /var/lib/portables/.borgmatic-snapshot-*/var/lib/portables /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /var/lib/machines/.borgmatic-snapshot-*/var/lib/machines /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/var/lib/portables /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/var/lib/machines /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18051/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18051/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18050/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18049/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18048/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18047/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18046/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18043/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18040/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18037/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18034/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18031/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18029/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18027/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18025/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18023/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/18021/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17991/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17946/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17928/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17912/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17911/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17894/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17893/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17870/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17844/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17824/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17810/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17675/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17425/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/17132/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16686/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16200/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/16092/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/root /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/achilleas/projects/kde/vm /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/achilleas/.local/share/Steam /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18715/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18714/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18713/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18712/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18711/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18710/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18707/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18704/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18701/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18698/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18695/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18693/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18691/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18689/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18687/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18685/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18655/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18625/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18607/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18591/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18574/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18551/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18519/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18506/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18490/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18458/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18424/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18394/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18365/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/18128/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17863/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17476/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/17039/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/16943/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home/+subvol/home /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/home/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/home /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/var/lib/portables /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/var/lib/machines /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18051/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18051/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18050/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18049/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18048/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18047/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18046/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18043/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18040/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18037/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18034/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18031/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18029/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18027/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18025/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18023/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/18021/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17991/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17946/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17928/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17912/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17911/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17894/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17893/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17870/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17844/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17824/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17810/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17675/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17425/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/17132/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16686/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16200/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/16092/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/root /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/achilleas/projects/kde/vm /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/achilleas/.local/share/Steam /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18715/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18714/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18713/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18712/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18711/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18710/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18707/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18704/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18701/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18698/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18695/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18693/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18691/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18689/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18687/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18685/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18655/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18625/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18607/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18591/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18574/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18551/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18519/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18506/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18490/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18458/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18424/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18394/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18365/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/18128/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17863/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17476/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/17039/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/16943/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19/+subvol/home /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borg/cc779884914eaa60ef78725a3f683f19/.borgmatic-snapshot-*/tmp/borg/cc779884914eaa60ef78725a3f683f19 /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/workdirs/reproducible-container/.borgmatic-snapshot-*/scratch/workdirs/reproducible-container /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/workdirs/osbuild-chroot/.borgmatic-snapshot-*/scratch/workdirs/osbuild-chroot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/workdirs/json-monitor/.borgmatic-snapshot-*/scratch/workdirs/json-monitor /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/workdirs/coreos-liveiso/.borgmatic-snapshot-*/scratch/workdirs/coreos-liveiso /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/osbuild-store/.borgmatic-snapshot-*/scratch/osbuild-store /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/backup/.borgmatic-snapshot-*/scratch/backup /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/+subvol/scratch/.borgmatic-snapshot-*/scratch/+subvol/scratch /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /scratch/.borgmatic-snapshot-*/scratch /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/home/achilleas/projects/kde/vm /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/home/achilleas/.local/share/Steam /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/home/.snapshots/18715/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/home/.snapshots/18714/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/home/.snapshots/18713/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/home/.snapshots/18712/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/home/.snapshots/18711/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/home/.snapshots/18710/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/home/.snapshots/18707/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/home/.snapshots/18704/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/home/.snapshots/18701/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/home/.snapshots/18698/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/home/.snapshots/18695/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/home/.snapshots/18693/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/home/.snapshots/18691/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/home/.snapshots/18689/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/home/.snapshots/18687/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/home/.snapshots/18685/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/home/.snapshots/18655/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/home/.snapshots/18625/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/home/.snapshots/18607/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/home/.snapshots/18591/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/home/.snapshots/18574/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/home/.snapshots/18551/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/home/.snapshots/18519/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/home/.snapshots/18506/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/home/.snapshots/18490/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/home/.snapshots/18458/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/home/.snapshots/18424/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/home/.snapshots/18394/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/home/.snapshots/18365/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/home/.snapshots/18128/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/home/.snapshots/17863/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/home/.snapshots/17476/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/home/.snapshots/17039/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/home/.snapshots/16943/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.snapshots/.borgmatic-snapshot-*/home/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/home/+subvol/root/var/lib/portables /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/home/+subvol/root/var/lib/machines /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18051/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18051/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18050/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18049/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18048/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18047/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18046/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18043/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18040/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18037/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18034/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18031/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18029/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18027/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18025/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18023/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/18021/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17991/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17946/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17928/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17912/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17911/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17894/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17893/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17870/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17844/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17824/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17810/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17675/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17425/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/17132/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16686/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16200/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/home/+subvol/root/.snapshots/16092/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.snapshots/.borgmatic-snapshot-*/home/+subvol/root/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/root/.borgmatic-snapshot-*/home/+subvol/root /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/+subvol/home/.borgmatic-snapshot-*/home/+subvol/home /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /home/.borgmatic-snapshot-*/home /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/var/lib/portables/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/var/lib/portables /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/var/lib/machines/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/var/lib/machines /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18051/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18051/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18050/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18050/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18049/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18049/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18048/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18048/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18047/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18047/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18046/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18046/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18043/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18043/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18040/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18040/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18037/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18037/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18034/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18034/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18031/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18031/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18029/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18029/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18027/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18027/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18025/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18025/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18023/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18023/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18021/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/18021/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17991/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17991/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17946/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17946/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17928/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17928/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17912/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17912/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17911/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17911/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17894/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17894/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17893/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17893/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17870/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17870/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17844/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17844/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17824/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17824/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17810/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17810/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17675/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17675/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17425/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17425/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17132/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/17132/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16686/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16686/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16200/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16200/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16092/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots/16092/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.snapshots/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/root/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/root /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/achilleas/projects/kde/vm /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/achilleas/.local/share/Steam /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18715/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18714/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18713/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18712/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18711/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18710/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18707/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18704/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18701/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18698/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18695/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18693/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18691/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18689/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18687/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18685/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18655/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18625/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18607/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18591/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18574/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18551/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18519/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18506/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18490/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18458/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18424/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18394/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18365/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/18128/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17863/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17476/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/17039/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots/16943/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.snapshots/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/+subvol/home/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home/+subvol/home /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/home/.borgmatic-snapshot-*/.snapshots/18051/snapshot/home /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18051/snapshot/.borgmatic-snapshot-*/.snapshots/18051/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18050/snapshot/.borgmatic-snapshot-*/.snapshots/18050/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18049/snapshot/.borgmatic-snapshot-*/.snapshots/18049/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18048/snapshot/.borgmatic-snapshot-*/.snapshots/18048/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18047/snapshot/.borgmatic-snapshot-*/.snapshots/18047/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18046/snapshot/.borgmatic-snapshot-*/.snapshots/18046/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18043/snapshot/.borgmatic-snapshot-*/.snapshots/18043/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18040/snapshot/.borgmatic-snapshot-*/.snapshots/18040/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18037/snapshot/.borgmatic-snapshot-*/.snapshots/18037/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18034/snapshot/.borgmatic-snapshot-*/.snapshots/18034/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18031/snapshot/.borgmatic-snapshot-*/.snapshots/18031/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18029/snapshot/.borgmatic-snapshot-*/.snapshots/18029/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18027/snapshot/.borgmatic-snapshot-*/.snapshots/18027/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18025/snapshot/.borgmatic-snapshot-*/.snapshots/18025/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18023/snapshot/.borgmatic-snapshot-*/.snapshots/18023/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/18021/snapshot/.borgmatic-snapshot-*/.snapshots/18021/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17991/snapshot/.borgmatic-snapshot-*/.snapshots/17991/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17946/snapshot/.borgmatic-snapshot-*/.snapshots/17946/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17928/snapshot/.borgmatic-snapshot-*/.snapshots/17928/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17912/snapshot/.borgmatic-snapshot-*/.snapshots/17912/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17911/snapshot/.borgmatic-snapshot-*/.snapshots/17911/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17894/snapshot/.borgmatic-snapshot-*/.snapshots/17894/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17893/snapshot/.borgmatic-snapshot-*/.snapshots/17893/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17870/snapshot/.borgmatic-snapshot-*/.snapshots/17870/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17844/snapshot/.borgmatic-snapshot-*/.snapshots/17844/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17824/snapshot/.borgmatic-snapshot-*/.snapshots/17824/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17810/snapshot/.borgmatic-snapshot-*/.snapshots/17810/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17675/snapshot/.borgmatic-snapshot-*/.snapshots/17675/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17425/snapshot/.borgmatic-snapshot-*/.snapshots/17425/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/17132/snapshot/.borgmatic-snapshot-*/.snapshots/17132/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/16686/snapshot/.borgmatic-snapshot-*/.snapshots/16686/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/16200/snapshot/.borgmatic-snapshot-*/.snapshots/16200/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/16092/snapshot/.borgmatic-snapshot-*/.snapshots/16092/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.snapshots/.borgmatic-snapshot-*/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/root/.borgmatic-snapshot-*/+subvol/root /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/achilleas/projects/kde/vm/.borgmatic-snapshot-*/+subvol/home/achilleas/projects/kde/vm /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/achilleas/.local/share/Steam/.borgmatic-snapshot-*/+subvol/home/achilleas/.local/share/Steam /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18715/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18715/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18714/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18714/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18713/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18713/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18712/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18712/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18711/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18711/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18710/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18710/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18707/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18707/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18704/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18704/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18701/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18701/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18698/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18698/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18695/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18695/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18693/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18693/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18691/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18691/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18689/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18689/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18687/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18687/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18685/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18685/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18655/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18655/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18625/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18625/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18607/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18607/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18591/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18591/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18574/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18574/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18551/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18551/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18519/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18519/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18506/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18506/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18490/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18490/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18458/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18458/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18424/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18424/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18394/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18394/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18365/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18365/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/18128/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/18128/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/17863/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17863/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/17476/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17476/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/17039/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/17039/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/16943/snapshot/.borgmatic-snapshot-*/+subvol/home/.snapshots/16943/snapshot /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.snapshots/.borgmatic-snapshot-*/+subvol/home/.snapshots /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /+subvol/home/.borgmatic-snapshot-*/+subvol/home /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /.borgmatic-snapshot-* /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling lvm hook function remove_data_source_dumps lsblk --output name,path,mountpoint,type --json --list /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Looking for snapshots to remove in /tmp/borgmatic-*/borgmatic/lvm_snapshots lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mariadb hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MariaDB data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mongodb hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MongoDB data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling mysql hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing MySQL data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling postgresql hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing PostgreSQL data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling sqlite hook function remove_data_source_dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Removing SQLite data source dumps /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Calling zfs hook function remove_data_source_dumps zfs list -H -t filesystem -o mountpoint /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Could not find "zfs" command /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-backup hook /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-actions hook /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: No commands to run for post-everything hook summary: /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Loading configuration file /home/achilleas/projects/me/borgmatic-reproducer/config.yaml: Successfully ran configuration file › sudo ~achilleas/.local/bin/borgmatic -c config.yaml list backups: Listing archives Jack-2024-12-14T13:29:33.401738 Sat, 2024-12-14 13:29:33 [c00ce56f4094721d7d4c8c277e4489927c46bc738ddae66524bef9f08f1c947d] ``` </details>

Hey, I think I have the same or similar issue, if this would fit a new bug report let me know. I'm using the latest borgmatic version available on Arch Linux (1.9.4) and was confused that I suddenly started to see ERROR and WARNING messages when running my backups -- without borgmatic acknowledging those at all.

$ borgmatic
ERROR: can't perform the search: Operation not permitted
  WARNING: Running as a non-root user. Functionality may be unavailable.

The backup finished as always. I then looked into the verbose output and found the reason, which looked quite similar to the issue here:

/home/bioxz/.config/borgmatic.d/home-dev.yaml: Calling bootstrap hook function remove_data_source_dumps
/home/bioxz/.config/borgmatic.d/home-dev.yaml: Looking for bootstrap manifest files to remove in /run/user/1000/borgmatic/bootstrap
/home/bioxz/.config/borgmatic.d/home-dev.yaml: Removing bootstrap manifest at /run/user/1000/borgmatic/bootstrap/manifest.json
/home/bioxz/.config/borgmatic.d/home-dev.yaml: Calling btrfs hook function remove_data_source_dumps
findmnt -n -t btrfs
btrfs subvolume list /
ERROR: can't perform the search: Operation not permitted
/home/bioxz/.config/borgmatic.d/home-dev.yaml: Command '('btrfs', 'subvolume', 'list', '/')' returned non-zero exit status 1.
/home/bioxz/.config/borgmatic.d/home-dev.yaml: Calling lvm hook function remove_data_source_dumps
lsblk --output name,path,mountpoint,type --json --list
/home/bioxz/.config/borgmatic.d/home-dev.yaml: Looking for snapshots to remove in /run/user/1000/borgmatic/lvm_snapshots
lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s
  WARNING: Running as a non-root user. Functionality may be unavailable.
/home/bioxz/.config/borgmatic.d/home-dev.yaml: Command '('lvs', '--report-format', 'json', '--options', 'lv_name,lv_path', '--select', 'lv_attr =~ ^s')' returned non-zero exit status 5.
/home/bioxz/.config/borgmatic.d/home-dev.yaml: Calling mariadb hook function remove_data_source_dumps
...

and so on (no further errors or warnings appear).

In addition to btrfs the lvs command also created a non-parsed message on my system. I have neither a btrfs nor a lvs section in my config. These messages are different than those in this thread, but I think it is related enough to fit in here.

Hey, I think I have the same or similar issue, if this would fit a new bug report let me know. I'm using the latest borgmatic version available on Arch Linux (1.9.4) and was confused that I suddenly started to see ERROR and WARNING messages when running my backups -- without borgmatic acknowledging those at all. ``` $ borgmatic ERROR: can't perform the search: Operation not permitted WARNING: Running as a non-root user. Functionality may be unavailable. ``` The backup finished as always. I then looked into the verbose output and found the reason, which looked quite similar to the issue here: ``` /home/bioxz/.config/borgmatic.d/home-dev.yaml: Calling bootstrap hook function remove_data_source_dumps /home/bioxz/.config/borgmatic.d/home-dev.yaml: Looking for bootstrap manifest files to remove in /run/user/1000/borgmatic/bootstrap /home/bioxz/.config/borgmatic.d/home-dev.yaml: Removing bootstrap manifest at /run/user/1000/borgmatic/bootstrap/manifest.json /home/bioxz/.config/borgmatic.d/home-dev.yaml: Calling btrfs hook function remove_data_source_dumps findmnt -n -t btrfs btrfs subvolume list / ERROR: can't perform the search: Operation not permitted /home/bioxz/.config/borgmatic.d/home-dev.yaml: Command '('btrfs', 'subvolume', 'list', '/')' returned non-zero exit status 1. /home/bioxz/.config/borgmatic.d/home-dev.yaml: Calling lvm hook function remove_data_source_dumps lsblk --output name,path,mountpoint,type --json --list /home/bioxz/.config/borgmatic.d/home-dev.yaml: Looking for snapshots to remove in /run/user/1000/borgmatic/lvm_snapshots lvs --report-format json --options lv_name,lv_path --select lv_attr =~ ^s WARNING: Running as a non-root user. Functionality may be unavailable. /home/bioxz/.config/borgmatic.d/home-dev.yaml: Command '('lvs', '--report-format', 'json', '--options', 'lv_name,lv_path', '--select', 'lv_attr =~ ^s')' returned non-zero exit status 5. /home/bioxz/.config/borgmatic.d/home-dev.yaml: Calling mariadb hook function remove_data_source_dumps ... ``` and so on (no further errors or warnings appear). In addition to _btrfs_ the _lvs_ command also created a non-parsed message on my system. I have neither a btrfs nor a lvs section in my config. These messages are different than those in this thread, but I think it is related enough to fit in here.
Author

In your case, it seems it's an issue with running borgmatic as non-root. It wants to do a btrfs subvolume list, which requires root privileges:

btrfs subvolume list /
ERROR: can't perform the search: Operation not permitted

findmnt is working fine it seems, presumably because you only have a root btrfs volume.

In your case, it seems it's an issue with running `borgmatic` as non-root. It wants to do a `btrfs subvolume list`, which requires root privileges: ``` btrfs subvolume list / ERROR: can't perform the search: Operation not permitted ``` `findmnt` is working fine it seems, presumably because you only have a root btrfs volume.

In your case, it seems it's an issue with running borgmatic as non-root. It wants to do a btrfs subvolume list, which requires root privileges:

You're completely right with that one, but I read the initial issue (also from the title) in the way that borgmatic is not parsing the output of the command correctly and thus showing it to us on the command line. This happens here as well (for the btrfs, but also lvs hook). Thus different messages, but the same issue. It's okay if the called program throws an error (e.g. because root permission are required), but this shouldn't be shown to the user, especially if the hooks aren't used.

> In your case, it seems it's an issue with running `borgmatic` as non-root. It wants to do a `btrfs subvolume list`, which requires root privileges: You're completely right with that one, but I read the initial issue (also from the title) in the way that borgmatic is not parsing the output of the command correctly and thus showing it to us on the command line. This happens here as well (for the btrfs, but also lvs hook). Thus different messages, but the same issue. It's okay if the called program throws an error (e.g. because root permission are required), but this shouldn't be shown to the user, especially if the hooks aren't used.
Owner

@bioxz Yeah, borgmatic is trying to cleanup snapshots, and the fact that you're a non-root user is causing those non-fatal errors you're seeing. Refer to this comment from above:

What's going on here is that the cleanup steps for all data source hooks (database + filesystem) are run unconditionally, with the idea that if a prior borgmatic run crashed or was interrupted, there may be leftover files from a hook previously running that need cleaning up—even if that hook isn't currently enabled in config. This is especially important with the database hooks, because a stale named pipe used for database streaming will cause Borg to hang.

In the case of snapshot hooks like the btrfs hook, there's perhaps less of a hang concern if there's a just stale snapshot left behind, so perhaps it's less important to run the cleanup steps of the hook unconditionally.

I think though based on the behavior you and others are seeing here, it's probably not worth it to call the cleanup steps of these snapshot hooks unconditionally anymore. So if you wouldn't mind filing a separate ticket for that, I'll look into only running the cleanup steps when the hooks are configured. However I probably won't change the database hooks in particular, because of the real risk of Borg hangs if those cleanups don't run. Thank you!

@achilleas I'm glad to hear everything seems to be working well now. I do still wonder about that potential interaction between borgmatic's Btrfs support and Snapper. So if you do ever enable the Btrfs hook, we may need to revisit that.

@bioxz Yeah, borgmatic is trying to cleanup snapshots, and the fact that you're a non-root user is causing those non-fatal errors you're seeing. Refer to this comment from above: > What's going on here is that the cleanup steps for all data source hooks (database + filesystem) are run unconditionally, with the idea that if a prior borgmatic run crashed or was interrupted, there may be leftover files from a hook previously running that need cleaning up—even if that hook isn't currently enabled in config. This is especially important with the database hooks, because a stale named pipe used for database streaming will cause Borg to hang. > > In the case of snapshot hooks like the btrfs hook, there's perhaps less of a hang concern if there's a just stale snapshot left behind, so perhaps it's less important to run the cleanup steps of the hook unconditionally. I think though based on the behavior you and others are seeing here, it's probably not worth it to call the cleanup steps of these snapshot hooks unconditionally anymore. So if you wouldn't mind filing a separate ticket for that, I'll look into only running the cleanup steps when the hooks are configured. However I probably won't change the database hooks in particular, because of the real risk of Borg hangs if those cleanups don't run. Thank you! @achilleas I'm glad to hear everything seems to be working well now. I do still wonder about that potential interaction between borgmatic's Btrfs support and Snapper. So if you do ever enable the Btrfs hook, we may need to revisit that.
Owner

I went ahead and implemented the change to the filesystem hooks so their cleanup steps don't trigger if the hooks are not configured: 48dca28c74

This is in main and will be part of the next release.

I went ahead and implemented the change to the filesystem hooks so their cleanup steps don't trigger if the hooks are not configured: 48dca28c74918c28695dcdfeefed93b7958adc01 This is in main and will be part of the next release.
Owner

Released in borgmatic 1.9.5!

Released in borgmatic 1.9.5!

Thank you, 1.9.5 is now available on Arch Linux and the output clean as it was before!

Thank you, 1.9.5 is now available on Arch Linux and the output clean as it was before!
Owner

Glad to hear it!

Glad to hear it!
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#954
No description provided.