version 1.40.130 release
[feisty_meow.git] / scripts / customize / fred / scripts / jobby / onedrive_backerer.sh
1 #!/bin/bash
2
3 # backs up the uva onedrive folder (which itself is fed from the cloud).
4
5 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
6
7 pushd ~/data
8 exit_on_error changing to data folder.
9
10 zip -r ~/onedrive_backup_uva_$(date_stringer).zip onedrive-uva-live -x \*.ova -x \*.webarchive 
11 exit_on_error zipping up the uva onedrive folder.
12
13
14 popd
15
16