![]() |
Option to back up /etc/minidlna.conf - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: Option to back up /etc/minidlna.conf (/showthread.php?tid=5130) |
Option to back up /etc/minidlna.conf - phorize - 10-20-2022 Just a thought, those of us that tweak minidlna settings may find an option to backup the configuration useful. RE: Option to back up /etc/minidlna.conf - bitlab - 10-22-2022 @phorize different way to reach the same is to add a script to the backup (is support at the backup page) that make the required modification for you on restore. With a few sed commands you can make specific changes to file in a way that will also not break moode on upgrades. In general; when moode upgrades packages and or config files, backing up and restore entire individual config files will soon or later break. That is also why the moode backup it self doesn't contain backups of config files, but an ini file with specific settings. |