1
0
Fork 0
forked from RP1/RaveOS-arch

added resolv.conf to backup script

This commit is contained in:
RP1 2025-04-17 08:24:13 +00:00
parent a389708762
commit c1223fafc0

View file

@ -116,6 +116,7 @@ if [[ $user_choice = *"BACKUP All of My Data and Settings"* ]]; then
mkdir -p $FOLDER/etc/ mkdir -p $FOLDER/etc/
sudo rsync -ap --info=progress2 /etc/libvirt $FOLDER/etc 2>/dev/null sudo rsync -ap --info=progress2 /etc/libvirt $FOLDER/etc 2>/dev/null
sudo rsync -ap --info=progress2 /etc/resolv.conf $FOLDER/etc 2>/dev/null
sudo rsync -ap --info=progress2 /usr/share/jellyfin/web/config.json $FOLDER 2>/dev/null sudo rsync -ap --info=progress2 /usr/share/jellyfin/web/config.json $FOLDER 2>/dev/null