more testing
This commit is contained in:
parent
5814c12cb7
commit
38be867686
@ -16,11 +16,17 @@ rm -rf ~/old_dat
|
|||||||
#make new directory
|
#make new directory
|
||||||
mkdir ~/old_dat
|
mkdir ~/old_dat
|
||||||
#back stuff up
|
#back stuff up
|
||||||
rsync -ah --progress ~/.config ~/old_dat/.config &&
|
#rsync -ah --progress ~/.config ~/old_dat/.config &&
|
||||||
rsync -ah --progress ~/Dokumente ~/old_dat/Dokumente &&
|
#rsync -ah --progress ~/Dokumente ~/old_dat/Dokumente &&
|
||||||
rsync -ah --progress ~/scripts ~/old_dat/scripts &&
|
#rsync -ah --progress ~/scripts ~/old_dat/scripts &&
|
||||||
rsync -ah --progress ~/.mozilla ~/old_dat/.mozilla &&
|
#rsync -ah --progress ~/.mozilla ~/old_dat/.mozilla &&
|
||||||
rsync -ah --progress ~/.easystroke ~/old_dat/.easystroke &&
|
#rsync -ah --progress ~/.easystroke ~/old_dat/.easystroke &&
|
||||||
|
|
||||||
|
rsync -ah ~/.config ~/old_dat/.config &&
|
||||||
|
rsync -ah ~/Dokumente ~/old_dat/Dokumente &&
|
||||||
|
rsync -ah ~/scripts ~/old_dat/scripts &&
|
||||||
|
rsync -ah ~/.mozilla ~/old_dat/.mozilla &&
|
||||||
|
rsync -ah ~/.easystroke ~/old_dat/.easystroke &&
|
||||||
echo Made backups
|
echo Made backups
|
||||||
|
|
||||||
#copy folders
|
#copy folders
|
||||||
|
Loading…
Reference in New Issue
Block a user