asd
This commit is contained in:
parent
8ac10a1262
commit
66065d65a9
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
|
|||
rsync -ap --info=progress2 /home/$USER/Games/ $FOLDER
|
||||
rsync -ap --info=progress2 /home/$USER/.librewolf $FOLDER
|
||||
|
||||
rsync -ap --info=progress2 /home/$USER/.config/Bitwarden $FOLDER/.config/
|
||||
rsync -ap --info=progress2 /home/$USER/.config/heroic $FOLDER/.config/
|
||||
rsync -ap --info=progress2 --relative /home/$USER/.config/Bitwarden $FOLDER
|
||||
rsync -ap --info=progress2 /home/$USER/.config/heroic $FOLDER
|
||||
rsync -ap --info=progress2 /home/$USER/.config/input-remapper-2 $FOLDER/.config/
|
||||
rsync -ap --info=progress2 /home/$USER/.config/Mumble $FOLDER/.config/
|
||||
rsync -ap --info=progress2 /home/$USER/.config/libvirt $FOLDER/.config/
|
||||
|
|
Loading…
Reference in a new issue