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

Support tags #6

Open einarf opened 4 years ago

einarf commented 4 years ago

It could be nice to support tags. Each snapshot in restic can be tagged. Possibly tag each snapshot with the service name.

Silthus commented 4 years ago

Is this feature still planned? This would also solve #15 as the snapshots for each volume can be tagged differently. I would also allows adding additional tags via docker labels to allow customization.

The prune task should also filter accordingly to not prune other files in the repository (as it currently does) - see #31

einarf commented 4 years ago

No ETA on this, but you can always make a pull request.