good abstraction of updater code
[feisty_meow.git] / scripts / customize / fred / scripts / archival / update_barkuptree.sh
1 #!/bin/bash
2
3 # updates the mounted barkuptree drive with stuff on wildmutt.
4 # very specific currently.
5
6 source "$FEISTY_MEOW_SCRIPTS/core/general_updater.sh"
7
8 update_archive_drive /media/fred/barkuptreedrive
9
10 #gone below
11
12 # copy up the archived bluray discs, and possibly future archived formats.
13 #netcp /z/archons/* $BARKY/bkup_archons/
14 #test_or_die "synching archons"
15
16 # copy over our somewhat attenuated but still important walrus archives.
17 #netcp /z/walrus/* $BARKY/walrus/ 
18 #test_or_die "synching walrus"
19
20 # copy all the music files for future reference.
21 #netcp /z/musix/* $BARKY/musix/
22 #test_or_die "synching musix"
23
24 # back up the photo archives.
25 #netcp /z/imaginations/* $BARKY/imaginations/
26 #test_or_die "synching imaginations"
27
28