Page 1 of 1

Filebot Script "move" Problem Synology NAS with btrfs

Posted: 27 Apr 2021, 18:29
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?

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

Posted: 28 Apr 2021, 05:49
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.