restor should cleanup files upfront

This commit is contained in:
jem 2020-12-12 17:30:45 +01:00
parent 31c139079f
commit fce672be0b

View file

@ -12,6 +12,7 @@ function main() {
file_env RESTIC_PASSWORD_FILE file_env RESTIC_PASSWORD_FILE
# files # files
rm -rf /var/backups/*
restic -r $RESTIC_REPOSITORY/files restore latest --target /var/backups/ restic -r $RESTIC_REPOSITORY/files restore latest --target /var/backups/
# db # db
@ -25,6 +26,6 @@ function main() {
} }
source /usr/local/lib/funtions.sh source /usr/local/lib/functions.sh
main main