Update backup-raveos.sh
This commit is contained in:
parent
6200ee0233
commit
66e9738ce8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue