is there anywhere where I can find old node tasks?

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
mccouch
Posts: 7
Joined: 16 Feb 2015, 12:30

is there anywhere where I can find old node tasks?

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply