Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | add encryption setting to examples | Joey Hess | 2014-10-02 |
| | |||
* | rsync: support chunking | Joey Hess | 2014-08-03 |
| | | | | | Chunking does not speed up rsync at all, so it's only useful for interop with the directory special remote. | ||
* | update docs for changed initremote encryption syntax | Joey Hess | 2013-09-04 |
| | |||
* | Adding section explaining annex-rsync-transport | https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c | 2013-05-04 |
| | |||
* | 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. | ||
* | format | Joey Hess | 2012-05-27 |
| | |||
* | rsync shellescape disable option | Joey Hess | 2012-05-02 |
| | | | | | | | | Rsync special remotes can be configured with shellescape=no to avoid shell quoting that is normally done when using rsync over ssh. This is known to be needed for certian rsync hosting providers (specificially hidrive.strato.com) that use rsync over ssh but do not pass it through the shell. | ||
* | add git annex describe to special remote setup examples | Joey Hess | 2011-04-29 |
| | |||
* | added example fo rusing rsync over ssh | https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo | 2011-04-28 |
| | |||
* | filter out --delete rsync option | Joey Hess | 2011-04-27 |
| | | | | rsync does not have a --no-delete, so do it this way instead | ||
* | 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. |