I ran the command docker-compose exec borgmatic-mailcow borgmatic init –encryption repokey-blake2 to initialize the repository with now error.
I’m backing up to a mounted external hard drive with the setting in the docker-compose.override.yml volume setting - /media/backup/borgmatic/mailcow:/mnt/borg-repository and the conf.yaml with the repositories path set to - path: /mnt/borg-repository
When I run the command docker-compose exec borgmatic-mailcow borgmatic list i have output shown below
local: Listing archives
mailcow-2024-01-19T20:07:10.417094 Fri, 2024-01-19 20:07:10 [d98c78f5dd993f74ab528a58c880ba12b1694c25ce1651c1b5a0ed14c7cdcaf2]
mailcow-2024-01-19T20:14:01.968786 Fri, 2024-01-19 20:14:02 [3373af651cfd964376ecab735e56887bc77516a2c6765c0f9ce2fa5116f11edd]
mailcow-2024-01-19T21:46:06.034542 Fri, 2024-01-19 21:46:06 [52680551a2231deeab5d214d7d9dbcb6b149b1da30e2a70588e356b91dacc7d9]
Why is it when i go to the repository archive directory /media/backup/borgmatic/mailcow the folder is empty. should there be a data folder, config, hints, index, and integrity files.
If so, how do I get the folder and files to show up in the backup directory.
Your help would be much appreciated.