May 31, 20197 yr So I'm not sure if the mover script will replace files on the array if they already exist (cache - > array) . I did some googling and it seems not. So I wanted to edit the script. I checked out the 'mover' file and that calls 'move' to do the actually moving of files. Anyway I can modify that?
May 31, 20197 yr Community Expert Ordinarily this is not a problem. If you write to a cached share but the file already exists on the array then they will be replaced on the array instead of being written to cache. Could explain in detail why you think you need this?
May 31, 20197 yr Community Expert 5 hours ago, jovaee said: So I'm not sure if the mover script will replace files on the array if they already exist (cache - > array) . I did some googling and it seems not. So I wanted to edit the script. I checked out the 'mover' file and that calls 'move' to do the actually moving of files. Anyway I can modify that? You are correct in that mover will not move a file from cache to array if the file already exists on the array. However this should not happen in normal operation as Unraid only expects there to be a single copy of any file. You can edit the mover script to change it's behaviour but you do so at your own risk
Archived
This topic is now archived and is closed to further replies.