Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better wording for Velero chapter #873

Merged
merged 9 commits into from
Jun 22, 2020
Merged
Prev Previous commit
Next Next commit
Fix one more typo.
  • Loading branch information
nkoranova committed Jun 22, 2020
commit 5d50883807e482ac9f1c7632e6cfa6171690fff9
4 changes: 2 additions & 2 deletions adoc/admin-velero-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ When creating multiple backups to different backup locations closely, you might

** Granularity
+
Without passing extra flags to `velero backup create`, Velero will backup whole {kube} cluster.
Without passing extra flags to `velero backup create`, Velero will backup the whole {kube} cluster.

*** Namespace
+
Expand Down Expand Up @@ -122,7 +122,7 @@ velero backup create backup2slave --storage-location slave
** Garbage Collection
+
Pass `--ttl` to specify how long the backup should be kept, after that, the backup will be dumped into garbage (deleted). The default time for a backup to exist before it is deleted is 720 hours (30 days).
l

** Exclude Specific Items from Backup
+
You can exclude individual items from being backed up, even if they match the resource/namespace/label selectors defined in the backup spec. To do this, label the item as follows:
Expand Down