started on initremote
This commit is contained in:
parent
235720d27e
commit
b1db436816
6 changed files with 131 additions and 5 deletions
|
@ -132,17 +132,17 @@ Many git-annex commands will stage changes for later `git commit` by you.
|
|||
by uuid. To change the description of the current repository, use
|
||||
"."
|
||||
|
||||
* initremote type name [param=value ...]
|
||||
* initremote name [param=value ...]
|
||||
|
||||
Sets up a [[special_remote|special_remotes]] of some type. The remote's
|
||||
configuration is configured by the parameters. If a remote
|
||||
type and configuration is specified by the parameters. If a remote
|
||||
with the specified name has already been configured, its configuration
|
||||
is modified by any values specified. In either case, the remote will be
|
||||
added added to `.git/config`.
|
||||
|
||||
Example Amazon S3 remote:
|
||||
|
||||
initremote s3 mys3 type=S3 encryption=none datacenter=EU
|
||||
initremote mys3 type=S3 encryption=none datacenter=EU
|
||||
|
||||
* fsck [path ...]
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ First, export your S3 credentials:
|
|||
|
||||
Next, create the remote.
|
||||
|
||||
git annex initremote s3 mys3 encryption=none
|
||||
git annex initremote mys3 type=S3 encryption=none
|
||||
initremote (creating bucket mys3-291d2fdc-5990-11e0-909a-002170d25c55...) ok
|
||||
|
||||
**Note that encrypted buckets are not (yet) supported. Data sent to S3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue