From b5badc2ab54ebab38b30ca305205a263f608db03 Mon Sep 17 00:00:00 2001 From: Julia Bier Date: Thu, 9 Jan 2025 11:34:54 -0400 Subject: [PATCH] Improve rancher-resource-set-full description Co-authored-by: Lucas Saintarbor --- .../backup-restore-configuration/backup-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference-guides/backup-restore-configuration/backup-configuration.md b/docs/reference-guides/backup-restore-configuration/backup-configuration.md index d55de4e9a76..94493fd26d0 100644 --- a/docs/reference-guides/backup-restore-configuration/backup-configuration.md +++ b/docs/reference-guides/backup-restore-configuration/backup-configuration.md @@ -31,7 +31,7 @@ While you can create your own ResourceSets to back up custom applications, two R `rancher-resource-set-basic` does not include any secrets in the backup files to safeguard confidential information. You are responsible for recording any secrets and redeploying them safely. -The full option, however, backs up all essential Secrets to ensure Rancher continues running smoothly after a restore or migration. In this case the user is heavily advised to enable encryption with a strong key to prevent sensitive information from being stored in plain-text. +`rancher-resource-set-full` includes all essential secrets in the backup files to ensure Rancher continues running smoothly after a restore or migration. To avoid storing sensitive information in plain text, we strongly advise you to enable encryption with a strong key. :::note Important: