diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlVE8SthKoKKW--nFZW3_T6YXrdxNQPUe8 <Justin@web> | 2013-11-28 16:52:58 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-28 16:52:58 +0000 |
commit | ed2cbcded94b57b472185e42f864fba956d2992f (patch) | |
tree | 34dfd40332fbb38de96790c2c4ac902d6c20a82b /doc/tips/using_box.com_as_a_special_remote.mdwn | |
parent | d6661f4df068264edfd7aec271c690b5056faccd (diff) |
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 254d0a554..0e08285e9 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=shared + WEBDAV_USERNAME=you@example.com WEBDAV_PASSWORD=xxxxxxx git annex initremote box.com type=webdav url=https://dav.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. |