forked from RP1/RaveOS-arch
added resolv.conf to backup script
This commit is contained in:
parent
a389708762
commit
c1223fafc0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue