forked from RP1/RaveOS-arch
asd
This commit is contained in:
parent
41721afb4d
commit
566a4f2a31
1 changed files with 6 additions and 6 deletions
|
@ -40,12 +40,12 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
|
|||
# GNOME SECTION
|
||||
dconf dump / > $USER-ui
|
||||
# HU lang
|
||||
rsync -ap --info=progress2 /home/$USER/Asztal/ $FOLDER/
|
||||
rsync -ap --info=progress2 /home/$USER/Dokumentumok/ $FOLDER/
|
||||
rsync -ap --info=progress2 /home/$USER/Letöltések/ $FOLDER/
|
||||
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/Asztal/ $FOLDER/
|
||||
#rsync -ap --info=progress2 /home/$USER/Dokumentumok/ $FOLDER/
|
||||
#rsync -ap --info=progress2 /home/$USER/Letöltések/ $FOLDER/
|
||||
#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/
|
||||
# EN lang
|
||||
rsync -ap --info=progress2 /home/$USER/Desktop/ $FOLDER/
|
||||
rsync -ap --info=progress2 /home/$USER/Documents/ $FOLDER/
|
||||
|
|
Loading…
Reference in a new issue