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/
|
||||
|
@ -56,7 +56,7 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
|
|||
|
||||
rsync -ap --info=progress2 /home/$USER/Games/ $FOLDER/
|
||||
rsync -ap --info=progress2 /home/$USER/.librewolf/ $FOLDER/
|
||||
|
||||
|
||||
rsync -ap --info=progress2 /home/$USER/.config/Bitwarden $FOLDER/.config/
|
||||
rsync -ap --info=progress2 /home/$USER/.config/heroic $FOLDER/.config/
|
||||
rsync -ap --info=progress2 /home/$USER/.config/input-remapper-2 $FOLDER/.config/
|
||||
|
|
Loading…
Reference in a new issue