mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
changelog, comments for duplicity --allow-source-mismatch
This commit is contained in:
parent
202e49a897
commit
141a09b31e
@ -5,7 +5,7 @@ In Development
|
||||
--------------
|
||||
|
||||
* ownCloud updated to version 8.0.3.
|
||||
|
||||
* Backups broke if the box's hostname was changed after installation.
|
||||
|
||||
v0.09 (May 8, 2015)
|
||||
-------------------
|
||||
|
@ -180,8 +180,9 @@ def perform_backup(full_backup):
|
||||
if len(passphrase) < 43: raise Exception("secret_key.txt's first line is too short!")
|
||||
env_with_passphrase = { "PASSPHRASE" : passphrase }
|
||||
|
||||
# Update the backup mirror directory which mirrors the current
|
||||
# STORAGE_ROOT (but excluding the backups themselves!).
|
||||
# Run a backup of STORAGE_ROOT (but excluding the backups themselves!).
|
||||
# --allow-source-mismatch is needed in case the box's hostname is changed
|
||||
# after the first backup. See #396.
|
||||
try:
|
||||
shell('check_call', [
|
||||
"/usr/bin/duplicity",
|
||||
|
Loading…
Reference in New Issue
Block a user