diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-26 18:22:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-26 18:22:52 -0400 |
commit | 8d7348fe1be96f95eda6c8cf386b54825e0b69fd (patch) | |
tree | 30cd1c58fcd6766573892873a2cd7f9fa999c196 /doc/special_remotes | |
parent | ee51adad7bdad29e77e5d51a192c8de5653fd06e (diff) |
To enable an existing special remote, the new enableremote command must be used. The initremote command now is used only to create new special remotes.
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/S3.mdwn | 2 | ||||
-rw-r--r-- | doc/special_remotes/bup.mdwn | 2 | ||||
-rw-r--r-- | doc/special_remotes/directory.mdwn | 2 | ||||
-rw-r--r-- | doc/special_remotes/glacier.mdwn | 2 | ||||
-rw-r--r-- | doc/special_remotes/hook.mdwn | 2 | ||||
-rw-r--r-- | doc/special_remotes/rsync.mdwn | 4 | ||||
-rw-r--r-- | doc/special_remotes/webdav.mdwn | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn index 5a7ecc25b..e15361f3e 100644 --- a/doc/special_remotes/S3.mdwn +++ b/doc/special_remotes/S3.mdwn @@ -21,7 +21,7 @@ the S3 remote. every clone of the repository to access the encrypted data (use with caution). Note that additional gpg keys can be given access to a remote by - rerunning initremote with the new key id. See [[encryption]]. + running enableremote with the new key id. See [[encryption]]. * `embedcreds` - Optional. Set to "yes" embed the login credentials inside the git repository, which allows other clones to also access them. This is diff --git a/doc/special_remotes/bup.mdwn b/doc/special_remotes/bup.mdwn index ec444912c..f323237b1 100644 --- a/doc/special_remotes/bup.mdwn +++ b/doc/special_remotes/bup.mdwn @@ -26,7 +26,7 @@ These parameters can be passed to `git annex initremote` to configure bup: every clone of the repository to access the encrypted data (use with caution). Note that additional gpg keys can be given access to a remote by - rerunning initremote with the new key id. See [[encryption]]. + running enableremote with the new key id. See [[encryption]]. * `buprepo` - Required. This is passed to `bup` as the `--remote` to use to store data. To create the repository,`bup init` will be run. diff --git a/doc/special_remotes/directory.mdwn b/doc/special_remotes/directory.mdwn index 7fdfdfca0..d23c1ae26 100644 --- a/doc/special_remotes/directory.mdwn +++ b/doc/special_remotes/directory.mdwn @@ -16,7 +16,7 @@ remote: every clone of the repository to decrypt the encrypted data. Note that additional gpg keys can be given access to a remote by - rerunning initremote with the new key id. See [[encryption]]. + running enableremote with the new key id. See [[encryption]]. * `chunksize` - Avoid storing files larger than the specified size in the directory. For use on directories on mount points that have file size diff --git a/doc/special_remotes/glacier.mdwn b/doc/special_remotes/glacier.mdwn index 79c3c38b1..d6dbad59a 100644 --- a/doc/special_remotes/glacier.mdwn +++ b/doc/special_remotes/glacier.mdwn @@ -27,7 +27,7 @@ the Glacier remote. every clone of the repository to access the encrypted data (use with caution). Note that additional gpg keys can be given access to a remote by - rerunning initremote with the new key id. See [[encryption]]. + running enableremote with the new key id. See [[encryption]]. * `embedcreds` - Optional. Set to "yes" embed the login credentials inside the git repository, which allows other clones to also access them. This is diff --git a/doc/special_remotes/hook.mdwn b/doc/special_remotes/hook.mdwn index 6867edb8f..d17fae4c8 100644 --- a/doc/special_remotes/hook.mdwn +++ b/doc/special_remotes/hook.mdwn @@ -31,7 +31,7 @@ These parameters can be passed to `git annex initremote`: every clone of the repository to access the encrypted data. Note that additional gpg keys can be given access to a remote by - rerunning initremote with the new key id. See [[encryption]]. + running enableremote with the new key id. See [[encryption]]. * `hooktype` - Required. This specifies a collection of hooks to use for this remote. diff --git a/doc/special_remotes/rsync.mdwn b/doc/special_remotes/rsync.mdwn index f98c80a83..641faf474 100644 --- a/doc/special_remotes/rsync.mdwn +++ b/doc/special_remotes/rsync.mdwn @@ -21,7 +21,7 @@ These parameters can be passed to `git annex initremote` to configure rsync: every clone of the repository to decrypt the encrypted data. Note that additional gpg keys can be given access to a remote by - rerunning initremote with the new key id. See [[encryption]]. + running enableremote with the new key id. See [[encryption]]. * `rsyncurl` - Required. This is the url or `hostname:/directory` to pass to rsync to tell it where to store content. @@ -31,7 +31,7 @@ These parameters can be passed to `git annex initremote` to configure rsync: setups, but not with some hosting providers that do not expose rsynced filenames to the shell. You'll know you need this option if `git annex get` from the special remote fails with an error message containing a single - quote (`'`) character. If that happens, you can re-run initremote + quote (`'`) character. If that happens, you can run enableremote setting shellescape=no. The `annex-rsync-options` git configuration setting can be used to pass diff --git a/doc/special_remotes/webdav.mdwn b/doc/special_remotes/webdav.mdwn index 570b6f949..383fddf75 100644 --- a/doc/special_remotes/webdav.mdwn +++ b/doc/special_remotes/webdav.mdwn @@ -16,7 +16,7 @@ the webdav remote. every clone of the repository to access the encrypted data (use with caution). Note that additional gpg keys can be given access to a remote by - rerunning initremote with the new key id. See [[encryption]]. + running enableremote with the new key id. See [[encryption]]. * `embedcreds` - Optional. Set to "yes" embed the login credentials inside the git repository, which allows other clones to also access them. This is |