[GNC-dev] GnuCash 3 on Linux
David Cousens
davidcousens at bigpond.com
Sat Feb 23 22:12:14 EST 2019
Wm
You could have a startup script which copied a common user config file for
GnuCash from a backup or other central location to each users home directory
and then copied it back on exit.
On Linux the files would be those in the directories:
/home/<user>/.local/share/gnucash (all user data)
/home/<user>/.config/gnucash (gnucash config data)
/home/<user>/.local/share/gtk-3.0 (gtk data)
/home/<user>/.config/gtk-3.0 (gtk config)
On Windows they should be in
c:\Users\<username>\AppData\Local\GnuCash or
c:\Users\<username>\AppData\Local\gtk-3.0
OR
c:\Users\<username>\AppData\Roaming\GnuCash
c:\Users\<username>\AppData\Roaming\gtk-3.0
Don't know enough about Windoze anymore to know which set is most likely to
be used but this link has an explanation
https://www.makeuseof.com/tag/appdata-roaming-vs-local/
If you only wanted to back up the reports not just all user data, you could
just backup the
saved-reports-<x>.<y> from the requisite directories and just restore that
file from a backup or other central copy stored with the main book file.
David Cousens
-----
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html
More information about the gnucash-devel
mailing list