On Thu, May 14, 2020 at 07:21:52AM +0100, [email protected] wrote: > > > > > > > From another post: > > I ran some training a few years back, and the notes are here: > > https://github.com/unman/notes/tree/master/salt > > > > They start with the simplest use of `qubesctl`, and work up to quite > > complex configurations, but should be easy to understand. > > There are examples in (naturally) "examples". > > > > Let's assume I'm managing all my configuration in /srv/salt/myConfig > > From this post, it seems that these directories are not backuped by default > by the qubes-backup: > https://groups.google.com/forum/#!searchin/qubes-users/doesn$27t$20fully$20restore%7Csort:date/qubes-users/FiGImnZ87sY/yK5h7gcsAgAJ > > How do you backup them? By linking from /home? Copying all to /home before a > backup? What's the best practice? >
My practice is to maintain an encrypted tar archive - I can pull that down, copy it to offline disposableVM, decrypt there, and copy in to dom0. For general system configuration, I load the directories from an encrypted USB drive. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200514125416.GB15104%40thirdeyesecurity.org.
