Update 'Home'

jandre 2024-08-12 12:12:59 +00:00
parent 6752fa105c
commit 339750e598

@ -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.
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.