Update backup-raveos.sh

This commit is contained in:
RP1 2025-03-18 10:17:57 +00:00
parent 6200ee0233
commit 66e9738ce8

View file

@ -127,7 +127,7 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
rsync -ap --info=progress2 /home/$USER/Zenék/ $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/Calibre\ Library/ 2>/dev/null $FOLDER
rsync -ap --info=progress2 /home/$USER/Calibre\ Library/ $FOLDER 2>/dev/null
else
echo ${bold}${yellow}English Language detected.${normal}
# EN lang
@ -137,7 +137,7 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
rsync -ap --info=progress2 /home/$USER/Music $FOLDER
rsync -ap --info=progress2 /home/$USER/Pictures $FOLDER
rsync -ap --info=progress2 /home/$USER/Videos $FOLDER
rsync -ap --info=progress2 /home/$USER/Calibre\ Library/ 2>/dev/null $FOLDER
rsync -ap --info=progress2 /home/$USER/Calibre\ Library/ $FOLDER 2>/dev/null
fi
if [[ $Desktop == GNOME ]]; then