From: Mike Frysinger Date: Sun, 24 May 2015 04:06:44 +0000 (-0400) Subject: backup-dvd: add another sync X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=16cc66463e5748555514333018445615467cfc5b;p=home.git backup-dvd: add another sync --- diff --git a/.bin/backup-dvd b/.bin/backup-dvd index 55b622e..16cb052 100755 --- a/.bin/backup-dvd +++ b/.bin/backup-dvd @@ -127,6 +127,7 @@ backup_dvd() { -o "${out}" -n "${Volume}" ) + sync if ! e dvdbackup -M "${opts[@]}" ; then e dvdbackup -F "${opts[@]}" || exit 1 fi