diff --git a/Home.md b/Home.md index 9c5d89b..8a9511f 100644 --- a/Home.md +++ b/Home.md @@ -10,7 +10,8 @@ Backup not only the data stored on disk but also all the resources in the namesp 1. The **BackupConfiguration** has the name of the **namespace** as a parameter. 1. Get the list of all the resources (including the **Custom Resource Definition**) in the **namespace** - 1. Save all the resources into one single YAML file and back it up with *restic*. - 1. Create a S3 bucket per namespace - 1. Consider NFS mounts as backup media - 2. Save the **restic id** of the backup into the **BackupSession** status. \ No newline at end of file + 1. Not the PVC resource definitions since the underlying PV will change when the backup is restored +1. Save all the resources into one single YAML file and back it up with *restic*. + 1. Create a S3 bucket per namespace + 1. Consider NFS mounts as backup media +1. Save the **restic id** of the backup into the **BackupSession** status. \ No newline at end of file