X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=backup;fp=backup;h=b2543237706ca9add6492fc6367f8f5ce7cf1ad4;hp=97046da9b460df5d51f9793415627fa31c0f6fe6;hb=a19965604739934ff1e3c11951291d128c11ca0b;hpb=3afaf24d18e8d2b1c45974d5c6126b88ea2026dd diff --git a/backup b/backup index 97046da..b254323 100755 --- 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"