Karitham / rclone-s32s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rclone s3 to s3 with crypt

This repository is me messing around with using rclone for encrypted s3 to s3 backup. The destination should never be able to read the objects nor own the decryption key.

export KUBECONFIG=$(pwd)/kubeconfig.yaml
kind create cluster --config kind.yaml
helmfile apply

Now add objects/buckets to bitnami-minio.minio:9001 (port forward to the UI or something)

Create a user on both minios and set the creds in rclone.yaml the secret.

kubectl apply -f rclone.yaml

The backup is now running in the background

About


Languages

Language:Shell 79.4%Language:Nix 16.5%Language:Dockerfile 4.2%