forked from RP1/RaveOS-arch
asd
This commit is contained in:
parent
2eeaa1ff9a
commit
3681e203d8
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,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}
|
||||
|
||||
# GNOME SECTION
|
||||
dconf dump / > $FOLDER/$USER-ui
|
||||
dconf dump / > $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