barkuppier
[feisty_meow.git] / scripts / customize / fred / scripts / update_barkuptree.sh
index 0c8eb67480bc8f9ad926f4ee1fa6ecfeed4aa5ba..251101f83723450d7468db4ef1cd1323c6d97d2c 100644 (file)
@@ -1,7 +1,13 @@
+#!/bin/bash
 
+# updates the mounted barkuptree drive with stuff on wildmutt.
+# very specific currently.
 
-#hmmm: plug in good checking stuff from the updater for soapbox.
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
 rsync -av /z/pooling/archive_backups/* /media/fred/barkuptreedrive/archive_backups/
+check_result "synching archive backups"
 rsync -av /z/walrus/* /media/fred/barkuptreedrive/walrus/ 
+check_result "synching walrus"
 rsync -av /z/musix/* /media/fred/barkuptreedrive/musix/
+check_result "synching musix"