Has anyone successfully set up a live boot of Linux Mint with persistence on a USB drive, similar to how Tails OS operates? I’m looking to save files and installed applications across reboots. If so, could you share your method or any guides you found helpful? Thanks!
I don’t have that need but if I were to do that I would
Assuming that would work I would make a (bash) script to automate all that, probably relying on
rsync
andfind
. I would then try to find ways to automate more with USB rules (namely mount the right USB stick automatically, run the script too, unmount prior to shutdown, etc).My main point being that I’d be iterative about it, try, test, document as live script and try again because it’s quite a specific use case.