ZettaIO / restic-compose-backup

Automatic restic backup of a docker-compose setup. https://hub.docker.com/r/zettaio/restic-compose-backup
MIT License
29 stars 16 forks source link

bug: prune affects other backups in the repository as well #31

Open Silthus opened 4 years ago

Silthus commented 4 years ago

Due to missing labels the cleanup task also prunes other snapshots that have not been taken with rcb. You can reproduce this by creating two manual backups, e.g. of the temp directory and then run rcb. It will remove the older one of the two backups.