December 20, 201213 yr I've done a few searches on the forum and wiki but haven't really found an answer. EDIT: Link to wiki page I'm referring to: http://lime-technology.com/wiki/index.php/Cache_disk#The_Mover This seems to suggest mv is used, but doesn't mention how duplicate files are handled. I've also seen references to rsync in some forum posts concerning the mover script, but again, no mention of duplicate file handling anywhere. Can anyone confirm how duplicate files are handled by the mover in this version?
December 20, 201213 yr Author For example: A file exists on a user share, called movie.mkv - //tower/Movies/movie.mkv A new file is created (same video, but different audio), it is transferred to the cache drive and saved to the same location in the directory structure - //tower/cache/Movies/movie.mkv Would it be: a) replaced on the user share b) ignored and deleted from the cache drive c) updated to the user share with just the changed bits Hope that makes sense. ps. apologies for not including an example in my first post!
December 20, 201213 yr The mover script on my 5.0rc8a unRAID cat /usr/local/sbin/mover seems to be doing rsync --inplace which I think means that it overwrites an existing file with the file from cache.
December 20, 201213 yr It will be replaced. The files system semantics should be identical to a standard file system.
Archived
This topic is now archived and is closed to further replies.