Commit 769e26d
xxwhirlpool
·
2026-07-05 18:22:16 -0400 EDT
parent 39445c5
fix irc backup script
2 files changed,
+3,
-3
+1,
-1
1@@ -114,7 +114,7 @@ alias gmine="cd /home/kat/Projects/mine"
2 alias scr="cd /home/kat/Scripts"
3
4 # weather stuff
5-alias wttr="curl https://wttr.in/nyc?F0ASu"
6+alias wttr="curl https://wttr.in/nyc?F0Au"
7 alias weather=wttr
8 alias wttrlg="curl https://wttr.in/nyc?F1uq"
9 alias weatherlg=wttrlg
+2,
-2
1@@ -17,13 +17,13 @@ else
2 fi
3
4 # add dates next to timestamps in logs without them
5-perl "$irchistpath/dates2logs.pl"
6+perl "$irchistbasepath/dates2logs.pl"
7
8 # zip up the logs
9 tar -C "$irchistpath" -czvf "$irchistbasepath/$irctargz" .
10
11 # copy the archive to server
12-rsync -avzp "$irctargz" kat@athena:/home/kat/backups
13+rsync -avzp "$irchistbasepath/$irctargz" kat@athena:/home/kat/backups
14
15 # SSH into athena machine & run import script
16 # this updates the local LAN only DB