On Saturday 05 February 2022 08:26:56 am Dr. Nikolaus Klepp wrote:
Anno domini 2022 Sat, 5 Feb 07:48:32 -0600
c. marlow scripsit:
Version: KMAIL 1.9.10
To backup my emails, I only need to back up what is in:
/home/chris/.trinity/share/apps/kmail/mail
What about config files? Accounts that are set up currently, rules, etc.
look for all files *kmail* in your $HOME, e.g. $find . -iname \*kmail\*
~/.trinity/share/config/kmail.eventsrc
~/.trinity/share/config/kmailsnippetrc
~/.trinity/share/config/kmailrc
~/.trinity/share/apps/kmail
You will most likely need the kwallet files, too, e.g.: $ find . -iname
\*wallet\*
Just tarball /home/chris . That way there is no possibility of missing
something...