Closed arkadijs closed 6 years ago
Backup Git Service storage folder to S3. Run a pod that will mount git-repo volume and send it to cloud.bucket as tar.bz2 file.
git-repo
cloud.bucket
Backup and restore piggy-back on running git-service pod. This is not optimal but kubectl run cannot mount volumes, thus we need to render a pod or deployment, then track status, etc.
kubectl run
Backup Git Service storage folder to S3. Run a pod that will mount
git-repo
volume and send it tocloud.bucket
as tar.bz2 file.