mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
edited impfilesbk
This commit is contained in:
parent
35e4bd9ae7
commit
7ed2cc27a3
1 changed files with 1 additions and 15 deletions
16
impfilesbk
16
impfilesbk
|
@ -8,20 +8,6 @@ echo $'\n'`date` "| Done!" | tee -a logfile
|
||||||
|
|
||||||
echo "----------" | tee -a logfile
|
echo "----------" | tee -a logfile
|
||||||
|
|
||||||
echo `date` "| Backing up Academics..." | tee -a logfile
|
# Do as many times as needed with dest, src, logfile etc replaced with proper locations
|
||||||
rsync -aAXH --delete --stats src dest | tee -a logfile
|
|
||||||
echo $'\n'`date` "| Done!" | tee -a logfile
|
|
||||||
|
|
||||||
echo "----------" | tee -a logfile
|
|
||||||
|
|
||||||
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
|
echo $'\n'"--------------------------------------------------" | tee -a logfile
|
||||||
|
|
Loading…
Reference in a new issue