diff --git a/site/_data/master-toc.yml b/site/_data/master-toc.yml index eea1bbf49..e5d69d0b0 100644 --- a/site/_data/master-toc.yml +++ b/site/_data/master-toc.yml @@ -13,9 +13,7 @@ toc: subfolderitems: - page: Overview url: /install-overview - - page: Upgrade to 1.0 - url: /upgrade-to-1.0 - - page: Quick Start with In-Cluster Minio + - page: Quick start with in-cluster MinIO url: /get-started - page: Run on AWS url: /aws-config @@ -23,14 +21,18 @@ toc: url: /azure-config - page: Run on GCP url: /gcp-config - - page: Restic Setup + - page: Restic setup url: /restic - title: Use subfolderitems: - - page: Disaster Recovery + - page: Disaster recovery url: /disaster-case - page: Cluster migration url: /migration-case + - page: Backup reference + url: /backup-reference + - page: Restore reference + url: /restore-reference - title: Troubleshoot subfolderitems: - page: Troubleshooting @@ -41,7 +43,7 @@ toc: url: /debugging-restores - page: Troubleshoot Restic url: /restic#troubleshooting - - title: Customize Velero + - title: Customize subfolderitems: - page: Build from source url: /build-from-source diff --git a/site/_includes/version-warning.html b/site/_includes/version-warning.html index fa89a0cfb..63e9f5e88 100644 --- a/site/_includes/version-warning.html +++ b/site/_includes/version-warning.html @@ -22,11 +22,5 @@ For up-to-date documentation, see the latest version.
{% endif %} -- - Heptio Ark is now Velero! v0.11 is our first release with the new name. For instructions on - migrating your Ark deployments and data to Velero, please see the Upgrade section in the latest version. - For more details on the renaming, please read our blog post. -
{% endif %} diff --git a/site/docs/master/backup-reference.md b/site/docs/master/backup-reference.md new file mode 100644 index 000000000..797230d67 --- /dev/null +++ b/site/docs/master/backup-reference.md @@ -0,0 +1,9 @@ +# Backup Reference + +## Exclude Specific Items from Backup + +It is possible to 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: + +```bash +kubectl label -n