forked from RP1/RaveOS-arch
fix again
This commit is contained in:
parent
e5fb5c7d0e
commit
8ecf42cfb5
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ 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/
|
||||||
sudo rsync -ap --info=progress2 --relative /etc/libvirt $FOLDER/etc/
|
sudo rsync -ap --info=progress2 --relative /etc/libvirt $FOLDER/
|
||||||
rsync -ap --info=progress2 --relative /home/$USER/.config/corectrl $FOLDER/.config/
|
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/
|
||||||
|
@ -97,7 +97,7 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
|
||||||
|
|
||||||
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/
|
sudo rsync -ap --info=progress2 --relative /usr/share/jellyfin/web/config.json $FOLDER/
|
||||||
|
|
||||||
konsave -s raveui-kde -f
|
konsave -s raveui-kde -f
|
||||||
rsync -ap --info=progress2 --relative /home/$USER/.config/konsave $FOLDER/.config/
|
rsync -ap --info=progress2 --relative /home/$USER/.config/konsave $FOLDER/.config/
|
||||||
|
|
Loading…
Reference in a new issue