asd
This commit is contained in:
parent
5c2a1cab7f
commit
cee663c14a
1 changed files with 5 additions and 5 deletions
|
@ -47,11 +47,11 @@ 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 Desktop $FOLDER
|
||||||
rsync -ap --info=progress2 /home/$USER/Documents/ $FOLDER/
|
rsync -ap --info=progress2 Documents /$FOLDER
|
||||||
rsync -ap --info=progress2 /home/$USER/Downloads/ $FOLDER/
|
rsync -ap --info=progress2 Downloads $FOLDER/
|
||||||
rsync -ap --info=progress2 /home/$USER/Music/ $FOLDER/
|
rsync -ap --info=progress2 Music $FOLDER/
|
||||||
rsync -ap --info=progress2 /home/$USER/Pictures/ $FOLDER/
|
rsync -ap --info=progress2 Pictures $FOLDER/
|
||||||
rsync -ap --info=progress2 /home/$USER/Videos/ $FOLDER/
|
rsync -ap --info=progress2 /home/$USER/Videos/ $FOLDER/
|
||||||
|
|
||||||
rsync -ap --info=progress2 /home/$USER/Games/ $FOLDER/
|
rsync -ap --info=progress2 /home/$USER/Games/ $FOLDER/
|
||||||
|
|
Loading…
Reference in a new issue