asd
This commit is contained in:
parent
1a4b18e3a3
commit
c308951319
1 changed files with 1 additions and 2 deletions
|
@ -95,8 +95,7 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
|
|||
sudo rsync -ap --info=progress2 /home/$USER/.local/share/flatpak/overrides/ $FOLDER/.local/share/flatpak/
|
||||
sudo rsync -ap --info=progress2 /home/$USER/.local/share/lutris $FOLDER/.local/share/
|
||||
sudo rsync -ap --info=progress2 /home/$USER/.local/share/TelegramDesktop $FOLDER/.local/share/
|
||||
|
||||
rsync -ap --info=progress2 /home/$USER/.steam/ $FOLDER
|
||||
rsync -ap --info=progress2 /home/$USER/.steam $FOLDER
|
||||
mkdir -p $FOLDER/.var/app/
|
||||
rsync -ap --info=progress2 /home/$USER/.var/app/ $FOLDER/.var/app/
|
||||
sudo rsync -ap --info=progress2 /usr/share/jellyfin/web/config.json $FOLDER
|
||||
|
|
Loading…
Reference in a new issue