X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fjobby%2Fonedrive_backerer.sh;fp=scripts%2Fcustomize%2Ffred%2Fscripts%2Fjobby%2Fonedrive_backerer.sh;h=1adfa9bb8b388d2c2a60ee8d67112756b07361e0;hb=7a8f2e623e3e19e4b864bfca5f28f5cbb84154bc;hp=0000000000000000000000000000000000000000;hpb=1b1a618d50771595136b05ad49981b285f68fe2c;p=feisty_meow.git diff --git a/scripts/customize/fred/scripts/jobby/onedrive_backerer.sh b/scripts/customize/fred/scripts/jobby/onedrive_backerer.sh new file mode 100644 index 00000000..1adfa9bb --- /dev/null +++ b/scripts/customize/fred/scripts/jobby/onedrive_backerer.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +# backs up the uva onedrive folder (which itself is fed from the cloud). + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" + +pushd ~/data +exit_on_error changing to data folder. + +zip -r ~/onedrive_backup_uva_$(date_stringer).zip onedrive-uva-live -x \*.ova -x \*.webarchive +exit_on_error zipping up the uva onedrive folder. + + +popd + +