new folder being stored on barkuptree
[feisty_meow.git] / scripts / customize / fred / scripts / update_barkuptree.sh
index 0c8eb67480bc8f9ad926f4ee1fa6ecfeed4aa5ba..d87999cc9943629972d3b9f1ec25717ee375daf2 100644 (file)
@@ -1,7 +1,26 @@
+#!/bin/bash
 
+# updates the mounted barkuptree drive with stuff on wildmutt.
+# very specific currently.
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+
+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"
+
+# copy over our somewhat attenuated but still important walrus archives.
+netcp /z/walrus/* $BARKY/walrus/ 
+check_result "synching walrus"
+
+# copy all the music files for future reference.
+netcp /z/musix/* $BARKY/musix/
+check_result "synching musix"
+
+# back up the photo archives.
+netcp /z/imaginations/* $BARKY/imaginations/
+check_result "synching imaginations"
 
-#hmmm: plug in good checking stuff from the updater for soapbox.
 
-rsync -av /z/pooling/archive_backups/* /media/fred/barkuptreedrive/archive_backups/
-rsync -av /z/walrus/* /media/fred/barkuptreedrive/walrus/ 
-rsync -av /z/musix/* /media/fred/barkuptreedrive/musix/