]> piware.de Git - bin.git/blobdiff - backup
backup: Add --allow-source-mismatch for changing localhost names
[bin.git] / backup
diff --git a/backup b/backup
index 97046da9b460df5d51f9793415627fa31c0f6fe6..b2543237706ca9add6492fc6367f8f5ce7cf1ad4 100755 (executable)
--- a/backup
+++ b/backup
@@ -26,5 +26,5 @@ fi
 
 notify-send "Backup started"
 mkdir -p $(dirname $LOG)
-env PASSPHRASE="$(cat ~/.backup-passphrase)" duplicity --full-if-older-than 1M --exclude-filelist .duplicity-ignore . rsync://piware.de/backup/donald >> $LOG || { notify-send "BACKUP FAILED!"; exit 1; }
+env PASSPHRASE="$(cat ~/.backup-passphrase)" duplicity --allow-source-mismatch --full-if-older-than 1M --exclude-filelist .duplicity-ignore . rsync://piware.de/backup/donald >> $LOG || { notify-send "BACKUP FAILED!"; exit 1; }
 notify-send "Backup finished successfully"