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

Compare commits

..

No commits in common. "2b22d46507b7807c1f4f06a1d8c1b722e84e5b63" and "6212ece49d3cc585b82cdb2d074fb378c412ff80" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# put this inside /etc/cron.daily
# 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

View file

@ -118,7 +118,6 @@ rsync -aAXH --delete --stats "$HMDIR/Pictures/" "$BKDIR_P/Pictures/" | tee -a "$
rsync -aAXH --delete --stats "$HMDIR/Videos/" "$BKDIR_P/Videos/" | tee -a "$HMDIR/TempStorage/impfilesbk.log"
rsync -aAXH --delete --stats "$HMDIR/Academics/" "$BKDIR_P/Academics/" | tee -a "$HMDIR/TempStorage/impfilesbk.log"
rsync -aAXH --delete --stats "$HMDIR/Zotero/" "$BKDIR_P/Zotero/" | tee -a "$HMDIR/TempStorage/impfilesbk.log"
rsync -aAXH --delete --stats "$HMDIR/Documents/" "$BKDIR_P/Documents/" | tee -a "$HMDIR/TempStorage/impfilesbk.log"
rsync -aAXH --delete --stats "$HMDIR/Code/" "$BKDIR_P/Code/" | tee -a "$HMDIR/TempStorage/impfilesbk.log"
rsync -aAXH --delete --stats "$HMDIR/TempStorage/DCIM/" "$BKDIR_P/TempStorage/DCIM/" | tee -a "$HMDIR/TempStorage/impfilesbk.log"
rsync -aAXH --delete --stats "$HMDIR/TempStorage/MobileSS/" "$BKDIR_P/TempStorage/MobileSS/" | tee -a "$HMDIR/TempStorage/impfilesbk.log"