diff --git a/backup-raveos.sh b/backup-raveos.sh index ffc6653..fd8e65a 100644 --- a/backup-raveos.sh +++ b/backup-raveos.sh @@ -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