Hi!
I upgraded from 24.10.0 RC1 to RC2 with "owut upgrade". It's the first time i use this as the attended sysupgrade in Luci told me that no upgrades were available. All my packages stays there but some custom configs are gone.
that i use to receive a mail when a new device connect. My doubt is this:
root@Home:~# cat /etc/sysupgrade.conf
## This file contains files and directories that should
## be preserved during an upgrade.
# /etc/example.conf
# /etc/openvpn/
/etc/hotplug.d/dhcp/99-sendmail
/etc/known_devices.txt
In LuCI go to system >> Backup / Flash firmware >> go to the "Configuration" tab >> add the files with their path to the file to preserve them during a sysupgrade.
Like @brada4 says, sysupgrade -l should list those files. But only if they exist, so make sure you have versions of them in place and test something like this:
This is outside owut's hands, it relies on sysupgrade to do the right thing for the backup/restore functions, so we need to focus on making sysupgrade work.
I checked with sysupgrade -lonly afetr the owut so a can't tell if before they were there.
I'm sure that they existed before because i created the by myself, changed permissions and the script worked as expected...