1
0
Fork 0
forked from RP1/RaveOS-arch
This commit is contained in:
RP1 2025-02-05 21:08:00 +01:00
parent 6c6263b4f2
commit 8ac10a1262

View file

@ -1,6 +1,6 @@
#!/bin/bash
2>/dev/null
# Text modifiers
bold=$(tput bold) # ${bold}
@ -38,6 +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
2>/dev/null
dconf dump / > $USER-ui
# HU lang
#rsync -ap --info=progress2 /home/$USER/Asztal/ $FOLDER/
@ -54,8 +55,8 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
rsync -ap --info=progress2 Pictures $FOLDER
rsync -ap --info=progress2 /home/$USER/Videos/ $FOLDER
rsync -ap --info=progress2 /home/$USER/Games/ $FOLDER/
rsync -ap --info=progress2 /home/$USER/.librewolf $FOLDER/
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/