This message was deleted.
# rke2
a
This message was deleted.
n
The current features in RKE2 allows you to take snapshot either periodically or on-demand and uploads them to only one s3 bucket that you define through the parameters https://docs.rke2.io/backup_restore/#s3-compatible-api-support However you can simply run the command twice with different buckets to upload them, but I am afraid that they won't be exactly the same snapshot due to time differences
s
And there’s no way to configure this via the RKE2 cluster config
n
There is, you can use the same options in the rke2 cluster config file:
Copy code
cat /etc/rancher/rke2/config.yaml

etcd-s3: true
etcd-s3-endpoint: ...
...
s
For adding multiple snapshots?
n
no thats not possible at the moment
c
I'm curious about the use case for this. Is there something that you couldn't accomplish with s3 bucket replication?
s
We have to run an extra process to replicate 2 buckets and we'd much rather just have it happen when the backup is taken instead of having another process monitor the bucket and sync changes to a 2nd bucket.
We're using DO spaces which doesn't have bucket replication as a feature.