Filebot Script "move" Problem Synology NAS with btrfs

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
jj1973
Posts: 5
Joined: 27 Apr 2021, 18:01

Filebot Script "move" Problem Synology NAS with btrfs

Post by jj1973 »

Hi, I have the following problem. I have a ds918 + with shr and btrfs. The Filebot script works so far. Only when I use the "move" command Plex can't read the file. Only after I postponed it again. If I use the "clone" command, everything works, but I still have a copy of the file in the download folder, which I don't have with "move". Is there a possibility to have this copy deleted automatically?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Script "move" Problem Synology NAS with btrfs

Post by rednoah »

jj1973 wrote: 27 Apr 2021, 18:29 Only when I use the "move" command Plex can't read the file. Only after I postponed it again.
What does "postpone" mean in the context of file system operations? If Plex can't read the file, is that due to permissions? Can't we just call chmod to change the permissions to whatever they need to be?


:idea: Notably, --action clone will call cp --reflink=auto to perform the clone/copy operation on Linux. The cp binary on Synology NAS may copy / not copy permissions along, which could explain the difference in behaviour.
:idea: Please read the FAQ and How to Request Help.
Post Reply