This commit is contained in:
RP1 2025-02-05 20:59:07 +01:00
parent 2eeaa1ff9a
commit 3681e203d8

View file

@ -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} 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/
@ -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/Games/ $FOLDER/
rsync -ap --info=progress2 /home/$USER/.librewolf/ $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/Bitwarden $FOLDER/.config/
rsync -ap --info=progress2 /home/$USER/.config/heroic $FOLDER/.config/ rsync -ap --info=progress2 /home/$USER/.config/heroic $FOLDER/.config/
rsync -ap --info=progress2 /home/$USER/.config/input-remapper-2 $FOLDER/.config/ rsync -ap --info=progress2 /home/$USER/.config/input-remapper-2 $FOLDER/.config/