diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-05 00:09:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-05 00:09:11 -0400 |
commit | 94718242872b9c17ccc1e4888328b124cb02dcac (patch) | |
tree | b46d29358889081d3d28f3c8a6190b97371cb030 /doc/tips/using_box.com_as_a_special_remote.mdwn | |
parent | 48e7a83f8613690432f100886760135cfa3b5b0f (diff) | |
parent | 2f3b108d49c534e828cec8adceef7defc942b67f (diff) |
Merge branch 'encryption'
Diffstat (limited to 'doc/tips/using_box.com_as_a_special_remote.mdwn')
-rw-r--r-- | doc/tips/using_box.com_as_a_special_remote.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_box.com_as_a_special_remote.mdwn b/doc/tips/using_box.com_as_a_special_remote.mdwn index 6616d0a1e..254d0a554 100644 --- a/doc/tips/using_box.com_as_a_special_remote.mdwn +++ b/doc/tips/using_box.com_as_a_special_remote.mdwn @@ -5,7 +5,7 @@ for providing 50 gb of free storage if you sign up with its Android client. git-annex can use Box as a [[special remote|special_remotes]]. Recent versions of git-annex make this very easy to set up: - WEBDAV_USERNAME=you@example.com WEBDAV_PASSWORD=xxxxxxx git annex initremote box.com type=webdav url=https://www.box.com/dav/git-annex chunksize=75mb encryption=you@example.com + WEBDAV_USERNAME=you@example.com WEBDAV_PASSWORD=xxxxxxx git annex initremote box.com type=webdav url=https://www.box.com/dav/git-annex chunksize=75mb encryption=shared Note the use of chunksize; Box has a 100 mb maximum file size, and this breaks up large files into chunks before that limit is reached. |