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:
parent
778acd9c26
commit
6212ece49d
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue