In the event of a total server failure, what are the steps to restore these “incremental backups” using a command line tool or such?
v-restore-user-full-restic user snapshot key
the key is found in /usr/local/hestia/data/users/{user}/restic.conf
can I install v-restore-user-full-restic tool without fully installing hestia and it’s web interface?
No you need to install Hestia first
It is only for the user data …
That’s unfortunate, because I want to be able to download a copy of my website in my personal windows machine without using hestia I don’t think I can install hestia in windows without wsl at least
You can use restic to download the full backup to your server
You can find the commands:
Thank you for the quick reply, by looking at that script, I have managed to make a small script to pull the backup I’ve put it inside docker so that I can use it in windows if I want.
there is only 1 problem now, with a compromised origin server: where to find the snapshot’s name?
restic --repo “$REPO$user” --password-file $USER_DATA/restic.conf snapshots