From: Fred T. Hamster Date: Tue, 3 Jan 2017 19:55:10 +0000 (-0500) Subject: fixing paths X-Git-Tag: 2.140.90~279 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=c6174955bb34c94dd89bc36da8244e3635312e22 fixing paths --- diff --git a/customize/fred/scripts/update_barkuptree.sh b/customize/fred/scripts/update_barkuptree.sh index 539672bf..0c8eb674 100644 --- a/customize/fred/scripts/update_barkuptree.sh +++ b/customize/fred/scripts/update_barkuptree.sh @@ -1,7 +1,7 @@ -#hmmm: plug in stuff from the updater for soapbox. +#hmmm: plug in good checking stuff from the updater for soapbox. -rsync -av /z/backups/archive_backups/* /media/fred/barkuptreedrive/archive_backups/ +rsync -av /z/pooling/archive_backups/* /media/fred/barkuptreedrive/archive_backups/ rsync -av /z/walrus/* /media/fred/barkuptreedrive/walrus/ rsync -av /z/musix/* /media/fred/barkuptreedrive/musix/ diff --git a/scripts/archival/backup_arbitrary.sh b/scripts/archival/backup_arbitrary.sh index ebd4b8f4..fa697b3b 100644 --- a/scripts/archival/backup_arbitrary.sh +++ b/scripts/archival/backup_arbitrary.sh @@ -22,6 +22,6 @@ fi sep='_' -tar -czf "${archive_storage_path}/${archive_tag}_bkup_$(date +"%Y$sep%m$sep%d$sep%H%M$sep%S" | tr -d '/\n/').tar.gz" "$target_asset_path" &>>$TMP/zz_arbitrary_backups.log +tar -czf "${archive_storage_path}/${archive_tag}_bkup_$(date +"%Y$sep%m$sep%d$sep%H%M$sep%S" | tr -d '/\n/').tar.gz" "$target_asset_path" &>>$TMP/${USER}.scripts.backup_arbitrary.log