Replies: 3 comments 8 replies
-
Potentially it could just store a config file on disk, representing the current snapshot versions as seen in version: 0.0.1
restore_all: false
items:
- path: /volumes
id: 19928e1c
restore: false
- path: /databases/mysql/all_databases.sql
id: 7a642f37
restore: false The container could update the ids automatically as the backups occurred. On container startup, if any of the individual |
Beta Was this translation helpful? Give feedback.
-
This is a bit more complex than I was expecting. I worry that keeping a config file in sync with the current state would introduce risk for something to go wrong. Permission issues could prevent the file from being written to, and you'd also have the recursive problem where the config file to restore the backup would also need to be backed up. What do you think about just adding a single command like |
Beta Was this translation helpful? Give feedback.
-
Just wanted to call out a few options in the
|
Beta Was this translation helpful? Give feedback.
-
Currently, stack-back only provides backup functionality, and restores have to happen manually with the restic CLI. We will be adding the functionality to restore backups to stack-back in a future release.
This discussion is for external users and collaborators to provide input on what the restore functionality should look like in stack-back.
Beta Was this translation helpful? Give feedback.
All reactions