trapexit
trapexit
I understand the general concept is available on other platforms and even called the same but the features, protocol, and userland aren't all the same or necessarily compatible. libfuse is...
That doesn't help port mergerfs macos which would be a big'ish undertaking as it lo longer uses the standard high level API.
I think I misunderstood you when we spoke prior. maxfreespace=100M as in the max *file* size? That's not something that is really possible. You don't know the file size before...
I suppose a filename / filepath filter of some sort could be used. Some way to say "no files matching this name". Pretty niche and wouldn't be perfect.
> before it's closed You can know the size of a file at any time but there isn't a "copy" call. It's an "open", "read/write", "close". And possibly a bunch...
What kind of filtering are you looking for? How elaborate? Would fnmatch patterns work? regex?
Hmm. I don't recognize that as a standard fnmatch glob. Will have to see what that is and if I can replicate it without needing to write my own matcher.
I'm generally familiar with rclone and the filtering but after reading about it again I don't recognize it as something that is standard. So I'd have to use something else...
I already asked him. I'll look at rsync and git's code. See if they are useful / performant enough for the usecase.
Are you saying that as the jellyfin user you're unable to access the directory? And you're using extended ACLs rather than regular POSIX ACLs? 1) Do you really need to...