This commit is contained in:
RP1 2025-02-05 19:43:58 +01:00
parent 9043456512
commit 7c2c3e9fd6

View file

@ -33,12 +33,13 @@ fi
if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
cd
echo echo
echo ----------------------------------------------------- echo -----------------------------------------------------
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 / > $USER-ui dconf dump / > $FOLDER/$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/