trapexit
trapexit
(Sorry to resurrect an old thread. I can open a new one, if needed.) I'm still having this issue. I cannot push local git changes to an NFS-over-mergerfs remote. mergerfs...
If a rename will result in a EXDEV with a path preserving policy: attempt to replicate what `mv` would do but only for single files. Should cover a decent percentage...
Does mnamer use Levenshtein distance to help in the guessing process? It seems to get confused on what I'd think were easy files The algo I think would look something...
https://travis-ci.org/github/trapexit/mergerfs/jobs/724307527#L256
The specific issue I'm having is that the return code is `1` regardless of whether `ia upload` fails completely or does not upload due to the file already exists and...
Should provide some simple scripts which can test mergerfs so versions can be compared and users can compare throughput in a standard way
If I create a queue of max size I'm able to insert more than that. At least one. When emptying the queue it seems to have overwritten the first value.
It'd be convenient to be able to signal rclone (perhaps via a SIGUSR1 or SIGUSR2?) to finish up working on the current transfers and then exit so uploads aren't left...
https://github.com/libfuse/libfuse/blob/master/include/fuse.h#L662 The `void *arg` argument is not mentioned in the function description.