So, which live folders do we want on the next reboot and which are just easily reproducible junk, like cache etc.?/bin
/etc
/home
/lib
/lib64
/opt
/root
/sbin
/usr
#Let's try to exclude var completely and see what happens
#/var
As you can see, I've excluded (omitted) the /var folder. Something broke this week. I've discovered one file which must be saved at least once, (or exactly once): /var/lib/dbus/machine-id. See https://unix.stackexchange.com/question ... machine-id and https://dbus.freedesktop.org/doc/dbus-uuidgen.1.html
If that file doesn't exist, then a new, randomly different machine-id is generated every reboot! Now, some of the host-limited licensed software will consider this a different machine and you'd have to somehow re-activate it each time! So, at least that file, that subfolder of the /var is better to be persistent.