Hi, what is the proper way of handling files by Filebot Node when my file system is Ext4 (old Syno DS216j) and I want to continue seeding the file? Right now I'm using just Copy and manually delete the downloads every now and then, but that's hardly ideal.
Thanks!
Move and continue seeding - hardlink, symlink, reflink?
Re: Move and continue seeding - hardlink, symlink, reflink?
The examples use --action duplicate because that'll automatically do the best possible thing which is equivalent to --action hardlink in typical use cases:
viewtopic.php?t=4915
Select hardlink or copy in FileBot Node and you're good. It's the default setting.

Code: Select all
--action duplicate


