Brian Beach

Results 78 comments of Brian Beach

The regex needs to match the *relative* path names from the source of the sync, which are the path names it prints while syncing. You are syncing from `/home/USER/Documents`. So...

I'm puzzled. This test worked for me, with the excludeRegex copy/pasted from your post: ``` $ mkdir -p programming/Asterisk/test $ touch upload.txt $ touch programming/Asterisk/test/skip.txt $ pwd /Users/brianb/sandbox/B2_Command_Line_Tool/tmp $ b2...

I think that this error is happening because the file is gone: ``` OSError: [Errno 2] No such file or directory: '/var/www/app/storage/sessions/1595ee1c09f17194b28344f17580c037e1fe1f33' ``` It probably found the file while listing...

If you can check out the latest and run it, there is now a `--excludeDirRegex` option that will prevent it from looking inside a directory when syncing.

I'm planning on releasing a new major version this week. There are several good changes since the last release. Do you think it's important to release a compatible version with...

We can't help you with Cyberduck here, but can probably help with the command-line tool. Uploading files from the command-line tool is expected to be reliable. In the cases where...

+1 from me, too. I was using the tool over the weekend to back up some personal files, and having trouble with this.

I agree that this should be an option you can enable, not the default. @svonohr: Eventually, we want to be able to supply this checksum at the end. Even that,...

I'd also like the error reports to look nicer. Reading Python stack traces is not a good user experience.

A bunch of work has already been done on this in #146.