I would like to make a cron job that stops (and starts) all apps, so I can make sure I get a good back up (so that nothing is in use). I found a command that does this but it also kills the TrueNAS Ui, and I assume other things.
What is a good command that stops (and starts) only user installed apps?
no you can execute api calls from the shell, so it should be possible to include them in a script, but i have absolutely no idea how since i don’t know how to code.
I will try and look. Starting and stopping them are not hard, I have that down. It’s starting and stopping all of them, without having to name each one.