Page 1 of 1

Move and continue seeding - hardlink, symlink, reflink?

Posted: 08 May 2023, 18:44
by stooovie
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!

Re: Move and continue seeding - hardlink, symlink, reflink?

Posted: 09 May 2023, 03:22
by rednoah
The examples use --action duplicate because that'll automatically do the best possible thing which is equivalent to --action hardlink in typical use cases:

Code: Select all

--action duplicate
:idea: viewtopic.php?t=4915


:arrow: Select hardlink or copy in FileBot Node and you're good. It's the default setting.

Image