a21d76df195257589985115d9e3445ca5c92da2c
[feisty_meow.git] / scripts / customize / fred / scripts / 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/launch_feisty_meow.sh"
7
8 export BARKY=/media/fred/barkuptreedrive
9
10 netcp /z/archons/* $BARKY/bkup_archons/
11 check_result "synching archons"
12 netcp /z/walrus/* $BARKY/walrus/ 
13 check_result "synching walrus"
14 netcp /z/musix/* $BARKY/musix/
15 check_result "synching musix"
16
17