1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-06 16:07:22 +01:00

Ensure users and groups are created so that duplicity properly restores permissions

This commit is contained in:
downtownallday
2022-06-27 13:06:59 -04:00
parent 6be8d732aa
commit d4cbaaf356
2 changed files with 50 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ secret_key="$3" # /path/to/secret_key.txt
restore_to="$4" # eg. /home/user-data
shift; shift; shift; shift;
H1 "Restore from backup files"
tests/bin/restore_backup.sh \
"$storage_user" \
"$duplicity_files" \