X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fdisk_synch%2Fupdate_barkuptree.sh;h=fcefd5de0f621d9fa400b2c6aae7ed0714fa1c2e;hb=170a8e062d9283e65716e7aa55930ade13a66f7a;hp=bb5492317b13d76f47915c58f8545328dae3df03;hpb=7b89ef73b80a77a4ebf1109c47a381249bae6bdc;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"