Commit 98b7071

xxwhirlpool  ·  2026-07-23 20:40:49 -0400 EDT
parent f40f17b
replace dates2logs.pl path in irc_backup
1 files changed,  +2, -1
+2, -1
 1@@ -6,6 +6,7 @@
 2 # vars for file names/paths
 3 irchistpath="$HOME/.irc_history/logs"
 4 irchistbasepath="$HOME/.irc_history"
 5+scrpath="$HOME/Scripts/perl"
 6 irctargz="irc_history.tar.gz"
 7 
 8 # get logs only if `pass` is available to give soju pw
 9@@ -17,7 +18,7 @@ else
10 fi
11 
12 # add dates next to timestamps in logs without them
13-perl "$irchistbasepath/dates2logs.pl"
14+perl "$scrpath/dates2logs.pl"
15 
16 # zip up the logs
17 tar -C "$irchistpath" -czvf "$irchistbasepath/$irctargz" .