Move and continue seeding - hardlink, symlink, reflink?

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
stooovie
Posts: 15
Joined: 16 Sep 2013, 09:38

Move and continue seeding - hardlink, symlink, reflink?

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

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

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