This should work

This commit is contained in:
RealStickman 2020-11-04 22:23:08 +01:00
parent fe215a901b
commit 2445a21a1c

View File

@ -25,19 +25,19 @@ rsync -ah --progress ~/.config/MangoHud ~/old_dat/.config/ || echo Directory doe
rsync -ah --progress ~/.config/autostart ~/old_dat/.config/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.config/fish ~/old_dat/.config/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.config/gtk-3.0 ~/old_dat/.config/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.config/i3 ~/old_dat/.config/ > /dev/null
rsync -ah --progress ~/.config/neofetch ~/old_dat/.config/ > /dev/null
rsync -ah --progress ~/.config/openbox ~/old_dat/.config/ > /dev/null
rsync -ah --progress ~/.config/polybar ~/old_dat/.config/ > /dev/null
rsync -ah --progress ~/.config/termite ~/old_dat/.config/ > /dev/null
rsync -ah --progress ~/.config/variety ~/old_dat/.config/ > /dev/null
rsync -ah --progress ~/.config/i3 ~/old_dat/.config/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.config/neofetch ~/old_dat/.config/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.config/openbox ~/old_dat/.config/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.config/polybar ~/old_dat/.config/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.config/termite ~/old_dat/.config/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.config/variety ~/old_dat/.config/ || echo Directory does not exist > /dev/null
#other directories
rsync -ah --progress ~/scripts ~/old_dat/ > /dev/null
rsync -ah --progress ~/.mozilla ~/old_dat/ > /dev/null
rsync -ah --progress ~/.easystroke ~/old_dat/ > /dev/null
#rsync -ah --progress ~/.emacs.d ~/old_dat/ > /dev/null
rsync -ah --progress ~/.doom.d ~/old_dat/ > /dev/null
rsync -ah --progress ~/scripts ~/old_dat/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.mozilla ~/old_dat/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.easystroke ~/old_dat/ || echo Directory does not exist > /dev/null
#rsync -ah --progress ~/.emacs.d ~/old_dat/ || echo Directory does not exist > /dev/null
rsync -ah --progress ~/.doom.d ~/old_dat/ || echo Directory does not exist > /dev/null
echo Made backups
#copy folders