fixing paths
authorFred T. Hamster <fred@gruntose.com>
Tue, 3 Jan 2017 19:55:10 +0000 (14:55 -0500)
committerFred T. Hamster <fred@gruntose.com>
Tue, 3 Jan 2017 19:55:10 +0000 (14:55 -0500)
customize/fred/scripts/update_barkuptree.sh
scripts/archival/backup_arbitrary.sh

index 539672bf7e59702a81455108c1202fe6d218c8f4..0c8eb67480bc8f9ad926f4ee1fa6ecfeed4aa5ba 100644 (file)
@@ -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/
index ebd4b8f46430b732fe5608849317a21d89f8ef4d..fa697b3b9ba3da19003707d0f5cf0a2dfae90944 100644 (file)
@@ -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