mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-03 22:06:07 +00:00
fix typo in schedule create example (#1693)
Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
committed by
Adnan Abdulhussein
parent
8336d95f57
commit
3c4dd3e526
@@ -61,7 +61,7 @@ example: "@every 2h30m".`,
|
||||
velero create schedule NAME --schedule="@every 24h" --include-namespaces web
|
||||
|
||||
# Create a weekly backup, each living for 90 days (2160 hours)
|
||||
velero create schedule NAME --schedules="@every 168h" --ttl 2160h0m0s
|
||||
velero create schedule NAME --schedule="@every 168h" --ttl 2160h0m0s
|
||||
`,
|
||||
Args: cobra.ExactArgs(1),
|
||||
Run: func(c *cobra.Command, args []string) {
|
||||
|
||||
Reference in New Issue
Block a user