asd
This commit is contained in:
parent
cee663c14a
commit
6c6263b4f2
1 changed files with 5 additions and 5 deletions
|
@ -48,11 +48,11 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
|
|||
#rsync -ap --info=progress2 /home/$USER/Videók/ $FOLDER/
|
||||
# EN lang
|
||||
rsync -ap --info=progress2 Desktop $FOLDER
|
||||
rsync -ap --info=progress2 Documents /$FOLDER
|
||||
rsync -ap --info=progress2 Downloads $FOLDER/
|
||||
rsync -ap --info=progress2 Music $FOLDER/
|
||||
rsync -ap --info=progress2 Pictures $FOLDER/
|
||||
rsync -ap --info=progress2 /home/$USER/Videos/ $FOLDER/
|
||||
rsync -ap --info=progress2 Documents $FOLDER
|
||||
rsync -ap --info=progress2 Downloads $FOLDER
|
||||
rsync -ap --info=progress2 Music $FOLDER
|
||||
rsync -ap --info=progress2 Pictures $FOLDER
|
||||
rsync -ap --info=progress2 /home/$USER/Videos/ $FOLDER
|
||||
|
||||
rsync -ap --info=progress2 /home/$USER/Games/ $FOLDER/
|
||||
rsync -ap --info=progress2 /home/$USER/.librewolf $FOLDER/
|
||||
|
|
Loading…
Reference in a new issue