Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix link | https://id.koumbit.net/anarcat | 2015-02-16 |
| | |||
* | update does for chunking | Joey Hess | 2014-07-26 |
| | |||
* | doc update for new chunking | Joey Hess | 2014-07-26 |
| | |||
* | recommend users not change the chunksize | Joey Hess | 2014-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 docs | Joey Hess | 2014-02-02 |
| | |||
* | update docs for changed initremote encryption syntax | Joey Hess | 2013-09-04 |
| | |||
* | add note that this is not what's wanted if two trees with files visible is ↵ | Joey Hess | 2013-08-11 |
| | | | | the desired use case | ||
* | To enable an existing special remote, the new enableremote command must be ↵ | Joey Hess | 2013-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 ↵ | Joey Hess | 2012-11-19 |
| | | | | to the repository, by setting embedcreds=yes|no when running initremote. | ||
* | clarification | Joey Hess | 2012-03-04 |
| | |||
* | Directory special remotes now support chunking files written to them | Joey Hess | 2012-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 examples | Joey Hess | 2011-04-29 |
| | |||
* | rsync special remote | Joey Hess | 2011-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 encryption | Joey Hess | 2011-04-16 |
| | |||
* | add encryption support to directory special remotes | Joey Hess | 2011-04-16 |
| | |||
* | tweak | Joey Hess | 2011-03-30 |
| | |||
* | add Remote.Directory | Joey Hess | 2011-03-30 |