Page 1 of 1

is there anywhere where I can find old node tasks?

Posted: 05 Apr 2022, 22:44
by mccouch
Dealing with the whole DSM 6.2.4 update issues, node got deleted/uninstalled and I had to reinstall it. In the meanwhile it lost all config, license and tasks.

Unfortunately what I had on my scheduler scripts were calls to node tasks as in: '/usr/local/filebot-node/task 1533066125345123'

Not sure if I ever stored the painfully tested and deliberate contents of these tasks so that now I don't know exactly how to replicate the entire set of scripts I was using.

is there anywhere that these tasks info would be stored between updates?

many thanks

Re: is there anywhere where I can find old node tasks?

Posted: 06 Apr 2022, 03:30
by rednoah
The *.args files for prepared tasks are stored in /var/packages/filebot-node/target/data/task so you could try to login via SSH and check that folder. Unfortunately, if DSM has uninstalled FileBot Node, then DSM will have deleted that folder.

Alternatively, the /var/packages/filebot-node/target/data/log folder would contain the logs for your prepared tasks, and the first line of each log file would be the filebot command used for that task. Unfortunately, DSM will likely have deleted that folder too on uninstall.