Update 'Home'

jandre 2024-08-12 08:20:35 +00:00
parent 670b23743c
commit e0e0dbf5c4

@ -10,7 +10,7 @@ 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
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.