251101f83723450d7468db4ef1cd1323c6d97d2c
[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 rsync -av /z/pooling/archive_backups/* /media/fred/barkuptreedrive/archive_backups/
9 check_result "synching archive backups"
10 rsync -av /z/walrus/* /media/fred/barkuptreedrive/walrus/ 
11 check_result "synching walrus"
12 rsync -av /z/musix/* /media/fred/barkuptreedrive/musix/
13 check_result "synching musix"