1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

allow the backup process to work after a hostname change

This commit is contained in:
Xoib 2015-05-13 13:52:23 +02:00
parent 13093f1732
commit 202e49a897

View File

@ -191,7 +191,8 @@ def perform_backup(full_backup):
"--volsize", "250",
"--gpg-options", "--cipher-algo=AES256",
env["STORAGE_ROOT"],
"file://" + backup_dir
"file://" + backup_dir,
"--allow-source-mismatch"
],
env_with_passphrase)
finally: