box.com seems to behave better with smaller chunks
Seeing some weird failures in the davfs2 or box.com layer with 100 mb chunks.
This commit is contained in:
parent
013c7ea441
commit
896fce3847
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Create the special remote, in your git-annex repository.
|
|||
** This example is non-encrypted; fill in your gpg key ID for a securely
|
||||
encrypted special remote! **
|
||||
|
||||
git annex initremote box.com type=directory directory=/media/box.com chunksize=100mb encryption=none
|
||||
git annex initremote box.com type=directory directory=/media/box.com chunksize=2mb encryption=none
|
||||
|
||||
Now git-annex can copy files to box.com, get files from it, etc, just like
|
||||
with any other special remote.
|
||||
|
|
Loading…
Reference in a new issue