Commit 202e49a8 authored by Xoib's avatar Xoib

allow the backup process to work after a hostname change

parent 13093f17
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment