X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fupdate_barkuptree.sh;h=d87999cc9943629972d3b9f1ec25717ee375daf2;hb=139878f9d2e62bb942812748bab565725e9f842d;hp=a21d76df195257589985115d9e3445ca5c92da2c;hpb=ebf5c9c190a5dabd0c0ec79ef610c2ce9cf2a8a4;p=feisty_meow.git diff --git a/scripts/customize/fred/scripts/update_barkuptree.sh b/scripts/customize/fred/scripts/update_barkuptree.sh index a21d76df..d87999cc 100644 --- a/scripts/customize/fred/scripts/update_barkuptree.sh +++ b/scripts/customize/fred/scripts/update_barkuptree.sh @@ -7,11 +7,20 @@ 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/ check_result "synching archons" + +# copy over our somewhat attenuated but still important walrus archives. netcp /z/walrus/* $BARKY/walrus/ check_result "synching walrus" + +# copy all the music files for future reference. netcp /z/musix/* $BARKY/musix/ check_result "synching musix" +# back up the photo archives. +netcp /z/imaginations/* $BARKY/imaginations/ +check_result "synching imaginations" +