asd
This commit is contained in:
parent
8ecf42cfb5
commit
3854bbb79c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
|
||||||
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 / > $FOLDER/$USER-ui
|
dconf dump / > $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