Update 'Home'

jandre 2024-08-12 08:18:22 +00:00
parent 4a16fd8ee2
commit 670b23743c

@ -5,3 +5,12 @@ Welcome to the Wiki.
Consider backing up a full namespace.
Backup not only the data stored on disk but also all the resources in the namespace
## What has to be done
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.