X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fdisk_synch%2Fupdate_barkuptree.sh;h=fcefd5de0f621d9fa400b2c6aae7ed0714fa1c2e;hb=aefe05f8885a70fa3d051f8dba761a888060de62;hp=bb5492317b13d76f47915c58f8545328dae3df03;hpb=4449adcb354c8617994a11ee1d62f1f642764fa5;p=feisty_meow.git diff --git a/scripts/customize/fred/scripts/disk_synch/update_barkuptree.sh b/scripts/customize/fred/scripts/disk_synch/update_barkuptree.sh index bb549231..fcefd5de 100644 --- a/scripts/customize/fred/scripts/disk_synch/update_barkuptree.sh +++ b/scripts/customize/fred/scripts/disk_synch/update_barkuptree.sh @@ -9,18 +9,18 @@ export BARKY=/media/fred/barkuptreedrive # copy up the archived bluray discs, and possibly future archived formats. netcp /z/archons/* $BARKY/bkup_archons/ -test_or_fail "synching archons" +test_or_die "synching archons" # copy over our somewhat attenuated but still important walrus archives. netcp /z/walrus/* $BARKY/walrus/ -test_or_fail "synching walrus" +test_or_die "synching walrus" # copy all the music files for future reference. netcp /z/musix/* $BARKY/musix/ -test_or_fail "synching musix" +test_or_die "synching musix" # back up the photo archives. netcp /z/imaginations/* $BARKY/imaginations/ -test_or_fail "synching imaginations" +test_or_die "synching imaginations"