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
|
||||
cd
|
||||
echo
|
||||
echo -----------------------------------------------------
|
||||
echo Copying ${bold}${yellow}$USER Settings and Files${normal} into ${bold}${yellow}$FOLDER/${normal}
|
||||
|
||||
# GNOME SECTION
|
||||
dconf dump / > $USER-ui
|
||||
dconf dump / > $FOLDER/$USER-ui
|
||||
# HU lang
|
||||
rsync -ap --info=progress2 /home/$USER/Asztal/ $FOLDER/
|
||||
rsync -ap --info=progress2 /home/$USER/Dokumentumok/ $FOLDER/
|
||||
|
|
Loading…
Reference in a new issue