What is the file naming scheme for the temp files? filename + .tmp ?
I ask because I'm implementing a continuous differential version-controlled backup scheme, and don't think I want to backup the temp files as it might cause a lot of extra backing up, depending on how I do this/sensitivity of "continuous". Also, I'll always have the original filename's prior versions.
Thanks

P.S.
I think this was addressed in https://github.com/qbittorrent/qBittorr ... a652a11096, but I can't figure it out from what I see there.