|
|
vor 9 Jahren | |
|---|---|---|
| .nuget | vor 10 Jahren | |
| B2Classes | vor 10 Jahren | |
| B2Uploader | vor 10 Jahren | |
| docs | vor 9 Jahren | |
| .gitattributes | vor 10 Jahren | |
| .gitignore | vor 10 Jahren | |
| .travis.yml | vor 10 Jahren | |
| AUTHORS.rst | vor 9 Jahren | |
| B2Uploader.sln | vor 10 Jahren | |
| LICENSE | vor 9 Jahren | |
| README.md | vor 9 Jahren | |
| build.fsx | vor 10 Jahren | |
| buildall.cmd | vor 10 Jahren | |
| buildx64.cmd | vor 10 Jahren | |
| buildx86.cmd | vor 10 Jahren |
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
##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!).
##Comments?