forked from RP1/RaveOS-arch
cd
This commit is contained in:
parent
9043456512
commit
7c2c3e9fd6
1 changed files with 2 additions and 1 deletions
|
@ -33,12 +33,13 @@ fi
|
||||||
|
|
||||||
|
|
||||||
if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
|
if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
|
||||||
|
cd
|
||||||
echo
|
echo
|
||||||
echo -----------------------------------------------------
|
echo -----------------------------------------------------
|
||||||
echo Copying ${bold}${yellow}$USER Settings and Files${normal} into ${bold}${yellow}$FOLDER/${normal}
|
echo Copying ${bold}${yellow}$USER Settings and Files${normal} into ${bold}${yellow}$FOLDER/${normal}
|
||||||
|
|
||||||
# GNOME SECTION
|
# GNOME SECTION
|
||||||
dconf dump / > $USER-ui
|
dconf dump / > $FOLDER/$USER-ui
|
||||||
# HU lang
|
# HU lang
|
||||||
rsync -ap --info=progress2 /home/$USER/Asztal/ $FOLDER/
|
rsync -ap --info=progress2 /home/$USER/Asztal/ $FOLDER/
|
||||||
rsync -ap --info=progress2 /home/$USER/Dokumentumok/ $FOLDER/
|
rsync -ap --info=progress2 /home/$USER/Dokumentumok/ $FOLDER/
|
||||||
|
|
Loading…
Reference in a new issue