good abstraction of updater code
[feisty_meow.git] / scripts / customize / fred / scripts / archival / update_barkuptree.sh
diff --git a/scripts/customize/fred/scripts/archival/update_barkuptree.sh b/scripts/customize/fred/scripts/archival/update_barkuptree.sh
new file mode 100644 (file)
index 0000000..9b0103f
--- /dev/null
@@ -0,0 +1,28 @@
+#!/bin/bash
+
+# updates the mounted barkuptree drive with stuff on wildmutt.
+# very specific currently.
+
+source "$FEISTY_MEOW_SCRIPTS/core/general_updater.sh"
+
+update_archive_drive /media/fred/barkuptreedrive
+
+#gone below
+
+# copy up the archived bluray discs, and possibly future archived formats.
+#netcp /z/archons/* $BARKY/bkup_archons/
+#test_or_die "synching archons"
+
+# copy over our somewhat attenuated but still important walrus archives.
+#netcp /z/walrus/* $BARKY/walrus/ 
+#test_or_die "synching walrus"
+
+# copy all the music files for future reference.
+#netcp /z/musix/* $BARKY/musix/
+#test_or_die "synching musix"
+
+# back up the photo archives.
+#netcp /z/imaginations/* $BARKY/imaginations/
+#test_or_die "synching imaginations"
+
+