Is there any way to make sickrage and couchpotato to work with Hard Link postprocessing?
Thanks!
Is there any way to make sickrage and couchpotato to work with Hard Link postprocessing?
Thanks!
Hard linking is a filesystem feature and has nothing to do with the software in question. You can do hard linking in most (all?) of the filesystems that are native to Linux. They do need to reside on the same filesystem though.
But when i chose hardlink in sickrage or couchpotato it says "Failed to create hardlink of ***** Error: [Errno 1] Operation not permitted. Copying instead". My guess is because they are in Docker they dont have direct access to Libreelec filesystem, and trying to create hard links on the volumes made in the docker containers just doesnt work. Noob here so probably not talking too much sense. But Never got problem using them with openelec like addons (the one from lsellens repo.) So it should be something with the Docker..
I don't think you can create a hard link to a file on an exported Docker volume.
So i guess no solution?