MCC/b2uploader: b2uploader - backup to server - SVN.BY: Go Git Service

b2uploader - backup to server

Tiernan OToole 93d287b0ea Merge branch 'gh-pages' of github.com:tiernano/b2uploader 10 anos atrás
.nuget 7aab9722cd nuget package restore 10 anos atrás
B2Classes 183b48d9fc Update AssemblyInfo.cs 10 anos atrás
B2Uploader b3605ad1de fixing file name issue for linux and possibly mac 10 anos atrás
images 72d6cd6e57 Create gh-pages branch via GitHub 10 anos atrás
javascripts 72d6cd6e57 Create gh-pages branch via GitHub 10 anos atrás
stylesheets 72d6cd6e57 Create gh-pages branch via GitHub 10 anos atrás
.gitattributes 15aadf6c68 Initial commit to add default .gitIgnore and .gitAttribute files. 10 anos atrás
.gitignore 15aadf6c68 Initial commit to add default .gitIgnore and .gitAttribute files. 10 anos atrás
B2Uploader.sln 7aab9722cd nuget package restore 10 anos atrás
README.md c67d563d36 Update README.md 10 anos atrás
index.html a3a68e5dc3 Update index.html 10 anos atrás
params.json 72d6cd6e57 Create gh-pages branch via GitHub 10 anos atrás

README.md

b2uploader

What is it?

B2Uploader is a Console app (tested on Windows, may work with Mono or .NET Core on Linux and Mac... need to do some testing) which allows you to upload a folder to Backblaze B2.

##How do i use it?

Get the source and build in Visual Studio (2013 and 2015 should work). using cmd line, go to the build folder and run a command as follows:

b2uploader --i accountid --a appkey --d directory_to_upload

where accountid and appkey are gotten from BackBlaze's site, and the directory is the folder you want uploaded

##Known issues

  • very little logging or details of what is going on
  • no error handing (currently crashes with VERY large files and multithreading).
  • probably a lot of other stuff... leave issues please!

##What have i used it for?

The app uses multiple threads to do uploads. I am running on a machine in the house with 2 8 core Xeons and 64Gb ram. With this, it kicks of something like 64 threads (the test folder only had 48 files, so all started uploading immediatly!).