Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a limitations section to README #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ B2 credentials may either be given as arguments to `initremote` ( `accountid=XXX

Optionally, you may pass `prefix=something` to have `git-annex-remote-b2` prepend `something/` to the keys it stores in B2.

Limitations
===========

Large files
-----------

By default, B2 only supports files up to 5GiB. To work around this limitation you can use [git-annex's chunk support](http://git-annex.branchable.com/chunking/) by passing `chunk=100MiB` when you do the initremote, or any time after by doing `git-annex enableremote b2 chunk=100MiB`.

Improving the financial cost of this remote
-------------------------------------------

Expand Down