summaryrefslogtreecommitdiff
path: root/doc/special_remotes/directory.mdwn
Commit message (Collapse)AuthorAge
* fix linkGravatar https://id.koumbit.net/anarcat2015-02-16
|
* update does for chunkingGravatar Joey Hess2014-07-26
|
* doc update for new chunkingGravatar Joey Hess2014-07-26
|
* recommend users not change the chunksizeGravatar Joey Hess2014-07-23
| | | | | | | Suppose A is 10 mb, and B is 20 mb, and the upload speed is the same. If B starts first, when A will overwrite the file it is uploading for the 1st chunk. Then A uploads the second chunk, and once A is done, B finishes the 1st chunk and uploads its second. We now have 1(from A), 2(from B), so data loss.
* improve directory special remote docsGravatar Joey Hess2014-02-02
|
* update docs for changed initremote encryption syntaxGravatar Joey Hess2013-09-04
|
* add note that this is not what's wanted if two trees with files visible is ↵Gravatar Joey Hess2013-08-11
| | | | the desired use case
* To enable an existing special remote, the new enableremote command must be ↵Gravatar Joey Hess2013-04-26
| | | | used. The initremote command now is used only to create new special remotes.
* Allow controlling whether login credentials for S3 and webdav are committed ↵Gravatar Joey Hess2012-11-19
| | | | to the repository, by setting embedcreds=yes|no when running initremote.
* clarificationGravatar Joey Hess2012-03-04
|
* Directory special remotes now support chunking files written to themGravatar Joey Hess2012-03-03
| | | | | | Avoiding writing files larger than a specified size is useful on certian things. For example, box.com has a file size limit of 100 mb. Could also be useful on really crappy removable media.
* add git annex describe to special remote setup examplesGravatar Joey Hess2011-04-29
|
* rsync special remoteGravatar Joey Hess2011-04-27
| | | | | | | | | Fully tested and working, including resuming and encryption. (Though not resuming when sending *with* encryption; gpg doesn't produce identical output each time.) Uses same layout as the directory special remote and the .git/annex/objects/ directory.
* document encryptionGravatar Joey Hess2011-04-16
|
* add encryption support to directory special remotesGravatar Joey Hess2011-04-16
|
* tweakGravatar Joey Hess2011-03-30
|
* add Remote.DirectoryGravatar Joey Hess2011-03-30