WIP still

This commit is contained in:
RP1 2025-02-04 21:15:09 +01:00
parent ebfcccade2
commit 003d0a0715

View file

@ -99,6 +99,10 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
rsync -ap --info=progress2 --relative /home/$USER/.var/app/ $FOLDER/.var/app/ rsync -ap --info=progress2 --relative /home/$USER/.var/app/ $FOLDER/.var/app/
sudo rsync -ap --info=progress2 --relative /usr/share/jellyfin/web/config.json $FOLDER/usr/share/jellyfin/web/ sudo rsync -ap --info=progress2 --relative /usr/share/jellyfin/web/config.json $FOLDER/usr/share/jellyfin/web/
konsave -s raveui-kde -f
rsync -ap --info=progress2 --relative /home/$USER/.config/konsave $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.local/state/dolphinstaterc $FOLDER/.local/state/
echo ${bold}${yellow}$USER settings${normal} copied. echo ${bold}${yellow}$USER settings${normal} copied.
echo ----------------------------------------------------- echo -----------------------------------------------------
sudo chown -R $USER:$GROUP $FOLDER sudo chown -R $USER:$GROUP $FOLDER