X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fdisk_synch%2Fupdate_barkuptree.sh;h=bb5492317b13d76f47915c58f8545328dae3df03;hb=2464c9f16bbfcf8feafe08a8db55576456570fd3;hp=d87999cc9943629972d3b9f1ec25717ee375daf2;hpb=b4b11bb8121b10d0e645d1b12b7b22b38faa9c3b;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 d87999cc..bb549231 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/ -check_result "synching archons" +test_or_fail "synching archons" # copy over our somewhat attenuated but still important walrus archives. netcp /z/walrus/* $BARKY/walrus/ -check_result "synching walrus" +test_or_fail "synching walrus" # copy all the music files for future reference. netcp /z/musix/* $BARKY/musix/ -check_result "synching musix" +test_or_fail "synching musix" # back up the photo archives. netcp /z/imaginations/* $BARKY/imaginations/ -check_result "synching imaginations" +test_or_fail "synching imaginations"