mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
bug fix
This commit is contained in:
parent
1ea18a0916
commit
7de9290e88
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ echo "NOW SYNCING UP WITH THE SERVER" | tee -a "$HMDIR/TempStorage/impfilesbk.lo
|
|||
echo "--------------------------------------------------" | tee -a "$HMDIR/TempStorage/impfilesbk.log"
|
||||
|
||||
HMDIR="/mnt/storage/sintan"
|
||||
BKDIR="server-ssh:/mnt/storage"
|
||||
BKDIR="server-rsync:/mnt/storage"
|
||||
LGDIR="/home/sintan"
|
||||
|
||||
rsync -aAXH --delete --stats "$BKDIR/Documents/Backup/pkglists_server/" "$HMDIR/Documents/Backup/pkglists_server/" | tee -a "$LGDIR/TempStorage/impfilesbk.log"
|
||||
|
|
Loading…
Reference in a new issue