X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Farchival%2Fupdate_barkuptree.sh;fp=scripts%2Fcustomize%2Ffred%2Fscripts%2Farchival%2Fupdate_barkuptree.sh;h=9b0103f867c3ddeb4c4bc42628f7409419c2c4a3;hb=81a3f3b9ce06d5e9f179da2dcfdac07ec1fe0ac4;hp=0000000000000000000000000000000000000000;hpb=fbfb7321ab7a30cde5b99047854e18841d280f29;p=feisty_meow.git diff --git a/scripts/customize/fred/scripts/archival/update_barkuptree.sh b/scripts/customize/fred/scripts/archival/update_barkuptree.sh new file mode 100644 index 00000000..9b0103f8 --- /dev/null +++ b/scripts/customize/fred/scripts/archival/update_barkuptree.sh @@ -0,0 +1,28 @@ +#!/bin/bash + +# updates the mounted barkuptree drive with stuff on wildmutt. +# very specific currently. + +source "$FEISTY_MEOW_SCRIPTS/core/general_updater.sh" + +update_archive_drive /media/fred/barkuptreedrive + +#gone below + +# 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" + +