subscribe to our Youtube
14201 questions
16855 answers
27731 comments
54307 members
Hi,
For updates, it should be sufficient to specify a folder that you do not want to be affected in the update file: /etc/sysupgrade.conf
[email protected]:~# cat /etc/sysupgrade.conf
## This file contains files and directories that should
## be preserved during an upgrade.
# /etc/example.conf
# /etc/openvpn/
Regards.
I have tried this but it does not seem to actually work. The files are listed in `/etc/sysupgrade.conf` but they are not preserved.
Is there a specific way to invoke the `sysupgrade` command that will activate this option? I am using `sysupgrade -c` which appears from the helptext to be the correct mode...