This commit is contained in:
RP1 2025-02-05 21:02:20 +01:00
parent 566a4f2a31
commit 5c2a1cab7f

View file

@ -47,7 +47,7 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
#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/
rsync -ap --info=progress2 /home/$USER/Downloads/ $FOLDER/ rsync -ap --info=progress2 /home/$USER/Downloads/ $FOLDER/
rsync -ap --info=progress2 /home/$USER/Music/ $FOLDER/ rsync -ap --info=progress2 /home/$USER/Music/ $FOLDER/