Kidswiss

Results 56 comments of Kidswiss

If we implement the deduplication logic fo `@daily-random` it can also be used for the others, or not? I mean, the effort to implement it for one would probably be...

My personal opinion is that missing schedules should be something that the k8up operator should avoid as much as possible. Nobody wants a backup solution that may or may not...

Hi @weaktyper Thanks for the feedback! We're currently avoiding this issue with setting the region by using the region specific AWS url, for example s3 austrialia: https://s3.ap-southeast-2.amazonaws.com 1. Wasn't aware...

Hi @weaktyper Interesting. Maybe we need to rebase our fork to 0.9.6 and pull the newest minio-go libraries, as your linked pull request is merged. k8up is tested and used...

I've split this up a bit and events for restore will be handled with #644.

@jpsn123 That's actually how velero does their backups. It's a very simple solution but I fear there might be some security concerns with this approach. Velero's design is more intended...

@jpsn123 While I find the idea with backing up CSI snapshot very elegant I agree with you. If we switch the "we can only backup RWX volumes" with "we can...

@HubbeKing That's why I brought up the "job per PVC" idea. As @tobru said we don't have to implement just one way to do it, but multiple. The three candidates...

@ccremer Maybe one note for the proposal: > a lot more Pods may get created during backups (performance issues?) We really should limit the parallel backups somehow. Restic can use...

@ccremer the repository should not be the issue. Except if it's some selfhosted minio or so. Restic allows parallel backups to the same repo. My concern is the performance impact...