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:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user