From b633fbb338874b684bb0879a92a012697e550adf Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 8 Feb 2017 14:02:33 -0500 Subject: [PATCH] barkuppier --- scripts/customize/fred/scripts/update_barkuptree.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" -- 2.34.1