From 6212ece49d3cc585b82cdb2d074fb378c412ff80 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 14 Mar 2025 12:42:10 -0500 Subject: [PATCH] chg: Location for pkglists --- impfilesbk | 2 +- makepkglist | 2 +- makepkglist_server | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/impfilesbk b/impfilesbk index bbf156d..3ce5a75 100644 --- a/impfilesbk +++ b/impfilesbk @@ -66,7 +66,7 @@ echo $'\n'$(date) "| Done!" | tee -a "$LGDIR/TempStorage/impfilesbk.log" echo "--------------------------------------------------" | tee -a "$LGDIR/TempStorage/impfilesbk.log" echo $(date) "| Pulling pkglists_server from server..." | tee -a "$LGDIR/TempStorage/impfilesbk.log" -rsync -aAXH --delete --stats "$BKDIR_HDD/Documents/Backup/pkglists_server/" "$HMDIR/Documents/Backup/pkglists_server/" | tee -a "$LGDIR/TempStorage/impfilesbk.log" +rsync -aAXH --delete --stats "$BKDIR_HDD/Documents/Backup/pkglists/server/" "$HMDIR/Documents/Backup/pkglists/server/" | tee -a "$LGDIR/TempStorage/impfilesbk.log" echo $'\n'$(date) "| Done!" | tee -a "$LGDIR/TempStorage/impfilesbk.log" echo "--------------------------------------------------" | tee -a "$LGDIR/TempStorage/impfilesbk.log" diff --git a/makepkglist b/makepkglist index 64602ac..4e6053f 100644 --- a/makepkglist +++ b/makepkglist @@ -9,7 +9,7 @@ if [ "$(id -u)" -eq 0 ]; then fi # define location for output -DIR=/home/sintan/Documents/Backup/pkglists +DIR=/home/sintan/Documents/Backup/pkglists/laptop # make sure that the folder exists mkdir -p $DIR diff --git a/makepkglist_server b/makepkglist_server index 7a3a96a..5e40694 100644 --- a/makepkglist_server +++ b/makepkglist_server @@ -11,7 +11,7 @@ if [ "$(id -u)" -eq 0 ]; then fi # define location for output -DIR=/mnt/storage/Documents/Backup/pkglists_server +DIR=/mnt/storage/Documents/Backup/pkglists/server # make sure that the folder exists mkdir -p $DIR