]> git.wh0rd.org - home.git/commitdiff
backup-dvd: add another sync
authorMike Frysinger <vapier@gentoo.org>
Sun, 24 May 2015 04:06:44 +0000 (00:06 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 24 May 2015 04:06:44 +0000 (00:06 -0400)
.bin/backup-dvd

index 55b622e608291a946a43971b110fbc5504b13662..16cb052ed7a6b1d51fc0dc78e90bd5f6c0c01f13 100755 (executable)
@@ -127,6 +127,7 @@ backup_dvd() {
                -o "${out}"
                -n "${Volume}"
        )
+       sync
        if ! e dvdbackup -M "${opts[@]}" ; then
                e dvdbackup -F "${opts[@]}" || exit 1
        fi