X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fdisk_synch%2Fupdate_barkuptree.sh;fp=scripts%2Fcustomize%2Ffred%2Fscripts%2Fdisk_synch%2Fupdate_barkuptree.sh;h=0000000000000000000000000000000000000000;hb=c589a3686d4508c9c5ea7841deb9be251460ddc3;hp=fcefd5de0f621d9fa400b2c6aae7ed0714fa1c2e;hpb=4c595ba63a6c5203e104fe83fee43d69d3ff7aef;p=feisty_meow.git diff --git a/scripts/customize/fred/scripts/disk_synch/update_barkuptree.sh b/scripts/customize/fred/scripts/disk_synch/update_barkuptree.sh deleted file mode 100644 index fcefd5de..00000000 --- a/scripts/customize/fred/scripts/disk_synch/update_barkuptree.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/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/ -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" - -