This commit is contained in:
RP1 2025-02-04 21:22:52 +01:00
parent 003d0a0715
commit f39428d61d

View file

@ -85,9 +85,9 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
rsync -ap --info=progress2 --relative /home/$USER/.config/mc $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/doublecmd $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/monophony $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/pamac $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/kdeconnect $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/Helvum $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.local/share/gnome-shell $FOLDER/.local/share
@ -114,6 +114,10 @@ if [[ $user_choice = *"Restore all of my data and settings"* ]]; then
echo -----------------------------------------------------
echo Copying ${bold}${yellow}Mozilla settings${normal} into ${bold}${yellow}$FOLDER/${normal}
sudo rsync -ap --info=progress2 $FOLDER /home/$USER
sudo rsync -ap --info=progress2 --relative /etc/libvirt $FOLDER/etc/
sudo rsync -ap --info=progress2 --relative /usr/share/jellyfin/web/config.json $FOLDER/usr/share/jellyfin/web/
echo ${bold}${yellow}Mozilla settings${normal} copied.
echo -----------------------------------------------------
sudo chown -R $USER:$GROUP /home/$USER