still WIP

This commit is contained in:
RP1 2025-02-04 21:10:58 +01:00
parent ad1760a8df
commit ebfcccade2

View file

@ -61,7 +61,8 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
rsync -ap --info=progress2 --relative /home/$USER/.config/input-remapper-2 $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/input-remapper-2 $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/Mumble $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/Mumble $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/libvirt $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/libvirt $FOLDER/.config/
rsync -ap --info=progress2 --relative /etc/libvirt $FOLDER/etc/ sudo rsync -ap --info=progress2 --relative /etc/libvirt $FOLDER/etc/
rsync -ap --info=progress2 --relative /home/$USER/.config/corectrl $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/corectrl.ini $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/corectrl.ini $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/vivaldi $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/vivaldi $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/BraveSoftware $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/BraveSoftware $FOLDER/.config/
@ -72,15 +73,18 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
rsync -ap --info=progress2 --relative /home/$USER/.config/spotify $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/spotify $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/spotube $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/spotube $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/qBittorrent $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/qBittorrent $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/Telegram $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/kdeglobals $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/kdeglobals $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/kdenliverc $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/kdenliverc $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/kdenlive-layoutsrc $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/kdenlive-layoutsrc $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/Signal $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/discord $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/Vencord $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/goverlay $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/MangoHud $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/easyeffects $FOLDER/.config/
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/ $FOLDER/.config/
rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/ rsync -ap --info=progress2 --relative /home/$USER/.config/ $FOLDER/.config/
@ -89,8 +93,11 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
rsync -ap --info=progress2 --relative /home/$USER/.local/share/gnome-shell $FOLDER/.local/share rsync -ap --info=progress2 --relative /home/$USER/.local/share/gnome-shell $FOLDER/.local/share
rsync -ap --info=progress2 --relative /home/$USER/.local/share/flatpak/overrides/ $FOLDER/.local/share/flatpak/ rsync -ap --info=progress2 --relative /home/$USER/.local/share/flatpak/overrides/ $FOLDER/.local/share/flatpak/
rsync -ap --info=progress2 --relative /home/$USER/.local/share/lutris $FOLDER/.local/share/ rsync -ap --info=progress2 --relative /home/$USER/.local/share/lutris $FOLDER/.local/share/
rsync -ap --info=progress2 --relative /home/$USER/.local/share/TelegramDesktop $FOLDER/.local/share/
rsync -ap --info=progress2 --relative /home/$USER/.steam/ $FOLDER/ rsync -ap --info=progress2 --relative /home/$USER/.steam/ $FOLDER/
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/
echo ${bold}${yellow}$USER settings${normal} copied. echo ${bold}${yellow}$USER settings${normal} copied.
echo ----------------------------------------------------- echo -----------------------------------------------------