다음의 미러
https://github.com/mail-in-a-box/mailinabox.git
동기화됨 2026-09-13 00:28:01 +02:00
changelog, comments for duplicity --allow-source-mismatch
이 커밋은 다음에 포함됨:
+1
-1
@@ -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)
|
||||
-------------------
|
||||
|
||||
+3
-2
@@ -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",
|
||||
|
||||
새 이슈에서 참조
사용자 차단