From: Fred T. Hamster Date: Wed, 8 Feb 2017 19:02:33 +0000 (-0500) Subject: barkuppier X-Git-Tag: 2.140.90~202 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b633fbb338874b684bb0879a92a012697e550adf barkuppier --- diff --git a/scripts/customize/fred/scripts/update_barkuptree.sh b/scripts/customize/fred/scripts/update_barkuptree.sh index 0c8eb674..251101f8 100644 --- a/scripts/customize/fred/scripts/update_barkuptree.sh +++ b/scripts/customize/fred/scripts/update_barkuptree.sh @@ -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"