Merge branch 'master' of github.com:tiernano/b2uploader · 28f5be4ef8 - SVN.BY: Go Git Service
Browse Source

Merge branch 'master' of github.com:tiernano/b2uploader

Tiernan OToole 8 years ago
parent
commit
28f5be4ef8
1 changed files with 23 additions and 0 deletions
  1. 23 0
      README.md

+ 23 - 0
README.md

@@ -1 +1,24 @@
1 1
 # b2uploader
2
+
3
+## What is it?
4
+
5
+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](https://www.backblaze.com/b2/cloud-storage.html). 
6
+
7
+##How do i use it?
8
+
9
+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:
10
+
11
+b2uploader --i <account id> --a <app key> --d <directory to upload>
12
+
13
+where account id and app key are gotten from BackBlaze's site, and the directory is the folder you want uploaded
14
+
15
+##Known issues
16
+
17
+* very little logging or details of what is going on
18
+* no error handing (currently crashes with VERY large files and multithreading).
19
+* probably a lot of other stuff... leave issues please!
20
+
21
+
22
+##What have i used it for?
23
+
24
+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!).