Merge branch 'release-2.140.93'
[feisty_meow.git] / scripts / customize / fred / scripts / disk_synch / update_barkuptree.sh
index d87999cc9943629972d3b9f1ec25717ee375daf2..fcefd5de0f621d9fa400b2c6aae7ed0714fa1c2e 100644 (file)
@@ -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_die "synching archons"
 
 # copy over our somewhat attenuated but still important walrus archives.
 netcp /z/walrus/* $BARKY/walrus/ 
-check_result "synching walrus"
+test_or_die "synching walrus"
 
 # copy all the music files for future reference.
 netcp /z/musix/* $BARKY/musix/
-check_result "synching musix"
+test_or_die "synching musix"
 
 # back up the photo archives.
 netcp /z/imaginations/* $BARKY/imaginations/
-check_result "synching imaginations"
+test_or_die "synching imaginations"