Backups work now

This commit is contained in:
RealStickman 2020-05-16 10:05:47 +00:00
parent 2231b83059
commit 685d4753ba

View File

@ -13,6 +13,8 @@ git clone https://gitlab.com/RealStickman-arcolinux/config.git &&
#delete previous backups
rm -rf ~/old_dat
#make new directory
mkdir ~/old_dat
#back stuff up
cp -r ~/.config ~/old_dat/.config &&
cp -r ~/Dokumente ~/old_dat/Dokumente &&