mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-20 23:12:45 +00:00
add ResticRepository CRD and move repo-level actions to a controller
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -30,6 +30,6 @@ Work with restic repositories
|
||||
|
||||
### SEE ALSO
|
||||
* [ark](ark.md) - Back up and restore Kubernetes cluster resources.
|
||||
* [ark restic init-repository](ark_restic_init-repository.md) - create an encryption key for a restic repository
|
||||
* [ark restic init-repository](ark_restic_init-repository.md) - initialize a restic repository for a specified namespace
|
||||
* [ark restic server](ark_restic_server.md) - Run the ark restic server
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
## ark restic init-repository
|
||||
|
||||
create an encryption key for a restic repository
|
||||
initialize a restic repository for a specified namespace
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
||||
create an encryption key for a restic repository
|
||||
initialize a restic repository for a specified namespace
|
||||
|
||||
```
|
||||
ark restic init-repository [flags]
|
||||
ark restic init-repository NAMESPACE [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
Reference in New Issue
Block a user