mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
improve impfilesbk
This commit is contained in:
parent
9c3bc63776
commit
35e4bd9ae7
1 changed files with 6 additions and 0 deletions
|
@ -18,4 +18,10 @@ echo `date` "| Backing up Pictures..." | tee -a logfile
|
|||
rsync -aAXH --delete --stats src dest | tee -a logfile
|
||||
echo $'\n'`date` "| Done!" | tee -a logfile
|
||||
|
||||
echo "----------" | tee -a logfile
|
||||
|
||||
echo `date` "| Backing up Zotero..." | tee -a logfile
|
||||
rsync -aAXH --delete --stats src dest | tee -a logfile
|
||||
echo $'\n'`date` "| Done!" | tee -a logfile
|
||||
|
||||
echo $'\n'"--------------------------------------------------" | tee -a logfile
|
||||
|
|
Loading…
Reference in a new issue