[Synology DS 115][FileBot 4.6] How to ignore a folder ?

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
Xandoyi
Posts: 2
Joined: 11 Nov 2015, 11:49

[Synology DS 115][FileBot 4.6] How to ignore a folder ?

Post by Xandoyi »

Hello everyone and first of all thank you for all the informations that can be found on this forum.

Here is my problem :

I have a Nas Synology DS115 and a Seedbox.
I managed to download automatically files from my seedbox to my Nas. (in the folder volume1/video/Downloads).
Then I use FileBot Node to organise properly all my files (to volume1/video/).

I also scheduled FileBot Node to execute its script once a day.

The problem is that the unfinished transfers from my seedbox to the NAS are in the volume1/video/Downloads/tmp folder (that is mandatory for the transfers between seedbox and NAS).
If there are unfinished downloads in this tmp folder, they are processed by FileBot Node, which leads to the deleting of the folder and messes up the communication between the seedbox and the NAS...

So my question is :

Is there a way to tell FileBot Node to ignore the tmp folder and leave it with it content untouched ? I understand this might be done via the "Ignore rules" field but I don't really know java language and I can't figure out what kind of regular expression matches with what I want to do.

Thanks in advance !
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Synology DS 115][FileBot 4.6] How to ignore a folder ?

Post by rednoah »

So the folder is called tmp? Have you tried using tmp as ignore rule? That'll ignore any file that has "tmp" in the file path.
:idea: Please read the FAQ and How to Request Help.
Xandoyi
Posts: 2
Joined: 11 Nov 2015, 11:49

Re: [Synology DS 115][FileBot 4.6] How to ignore a folder ?

Post by Xandoyi »

I can't believe I didn't even test that...
It works perfectly thank you again !
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Synology DS 115][FileBot 4.6] How to ignore a folder ?

Post by rednoah »

Regex is easy. Coincidentally, tmp is a regular expression which exactly matches the character sequence tmp.
:idea: Please read the FAQ and How to Request Help.
Post Reply