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 restore backup #35

Open ghost opened 3 years ago

ghost commented 3 years ago

It could be nice to support restore backups. Something like: rcb restore snapshotID

einarf commented 3 years ago

Yep. That would be nice. The plan was to do some code cleanup before adding new features. Things needs to be a bit more "pluggable" so it's easy to extend different types of backup. That will make restore a bit cleaner to deal with.

The project is still kind of in "prototype mode" meaning the design is very suboptimal.