1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2025-04-04 10:28:04 -05:00

chg: Location for pkglists

This commit is contained in:
Sayantan Santra 2025-03-14 12:42:10 -05:00
parent 778acd9c26
commit 6212ece49d
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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

View file

@ -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