allow the backup process to work after a hostname change
This commit is contained in:
parent
13093f1732
commit
202e49a897
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@ def perform_backup(full_backup):
|
||||||
"--volsize", "250",
|
"--volsize", "250",
|
||||||
"--gpg-options", "--cipher-algo=AES256",
|
"--gpg-options", "--cipher-algo=AES256",
|
||||||
env["STORAGE_ROOT"],
|
env["STORAGE_ROOT"],
|
||||||
"file://" + backup_dir
|
"file://" + backup_dir,
|
||||||
|
"--allow-source-mismatch"
|
||||||
],
|
],
|
||||||
env_with_passphrase)
|
env_with_passphrase)
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Reference in a new issue