1
0
miroir de https://github.com/mail-in-a-box/mailinabox.git synchronisé 2026-04-01 21:27:22 +02:00

Fix always creating full backups when rsyncing

With the row uncommented backup.py always creates full backups and rsyncs them to the destination configured.
Commented away backup.py returns to normal and creates incremental backups.

However, listing on webgui is still broken. CLI --list and --status now also works.
Cette révision appartient à :
David
2019-01-21 19:06:33 +01:00
révisé par GitHub
Parent c60e3dc842
révision 7b163a6d00

Voir le fichier

@@ -15,7 +15,7 @@ from exclusiveprocess import Lock
from utils import load_environment, shell, wait_for_service, fix_boto
rsync_ssh_options = [
"--ssh-options='-i /root/.ssh/id_rsa_miab'",
# "--ssh-options='-i /root/.ssh/id_rsa_miab'",
"--rsync-options=-e \"/usr/bin/ssh -oStrictHostKeyChecking=no -oBatchMode=yes -p 22 -i /root/.ssh/id_rsa_miab\"",
]