1
0
Fork 0
forked from RP1/RaveOS-arch
This commit is contained in:
RP1 2025-02-05 21:01:50 +01:00
parent 41721afb4d
commit 566a4f2a31

View file

@ -40,12 +40,12 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
# GNOME SECTION # GNOME SECTION
dconf dump / > $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/
rsync -ap --info=progress2 /home/$USER/Letöltések/ $FOLDER/ #rsync -ap --info=progress2 /home/$USER/Letöltések/ $FOLDER/
rsync -ap --info=progress2 /home/$USER/Zenék/ $FOLDER/ #rsync -ap --info=progress2 /home/$USER/Zenék/ $FOLDER/
rsync -ap --info=progress2 /home/$USER/Képek/ $FOLDER/ #rsync -ap --info=progress2 /home/$USER/Képek/ $FOLDER/
rsync -ap --info=progress2 /home/$USER/Videók/ $FOLDER/ #rsync -ap --info=progress2 /home/$USER/Videók/ $FOLDER/
# EN lang # EN lang
rsync -ap --info=progress2 /home/$USER/Desktop/ $FOLDER/ rsync -ap --info=progress2 /home/$USER/Desktop/ $FOLDER/
rsync -ap --info=progress2 /home/$USER/Documents/ $FOLDER/ rsync -ap --info=progress2 /home/$USER/Documents/ $FOLDER/