Brian Beach
Brian Beach
I think that would make sense. It's not clear to me that the connection pool warning is related to the sync failure. I think it's just a warning that the...
People are going to love this feature! I think the names `rm` and `erm` are a little subtle. We don't want to make it too easy for people to accidentally...
@krzysztofgromadzki - Are you interested in making the changes to the command-line syntax? I like the suggestion of a `--dryRun` option. The other thing that would be good, but is...
I'm afraid that the B2 service does not have a way to rename a file. So this tool that uses that service can't do it either.
I agree with @ppolewicz that atomicity of "move" is hard to guarantee when it's implemented as a copy-then-delete. (And looking forward to hearing your ideas on it.) And, @jonhoo, B2...
Right. And that's on the client side before the files are encrypted and uploaded.
I'm fine with using a temp file on disk. I think most users will have enough space to hold the size of a few parts.
The maximum file size in B2 is 10TB, and the maximum number of parts in a large file is 10k. Files this big require the part size to be at...
It would be possible to pass the size and sha1 on the command line, but it seems unlikely that the caller would have that information if they didn't have the...
[Sorry for the delay getting back to you. It was Sunday yesterday, and I took the day off. :-)] I agree that it's fine to skip some features in the...