I'm using odoo in docker. I''m trying to setup backups, but all the info I've found is ancient.
I've seen many backing up "/var/lib/odoo" - but that is overkill as it backs up the app itself, not just user files.
Which are the user files that I need to backup?
I've seen some people mention "/usr/lib/python2.7/dist-packages/odoo/addons" as well - is that necessary, or outdated info?