While running a Borgbackup repository "Compact" option, the process begins and shows a starting message in the "pop out" message window on the OMV admin web page. This process takes a long time. After navigating away from the OMV web page to do other things and eat lunch
upon returning, the admin account session has idle-timed out. After reconnecting, there is no longer a "pop out" message, so no way to inspect the results of the compact operation. (I looked at Syslog and Messages logs, did not see anything indicating compact when I filtered containing "borg".)
In the borg documentation, under logging, there are CLI options to send the output of an operation to a file. Should I do compact as a cron job and capture the results to a file? I would like an e-mail on that cron job as well, is there a suggested syntax I can use?
Also can you say if maybe this question's answer might generalily apply for stdout and stderr for any running process "pop out" message window that otherwise disappears because the admin session times out?
Thank you.