/backup-to-cloud

A handy tool that packages folders into a tar.gz archive 📂, encrypts it using GPG encryption 🔐 and securely uploads it to your favorite cloud storage provider.

Primary LanguagePython

backup-to-cloud

K8s

Application running in Kubernetes.

This script is using gnupg to encrypt and sign data.

Create GPG key

gpg --full-generate-key

Export public GPG key

gpg --armor --export gpg@theautomation.nl > backup-to-cloud_publickey.asc

Decrypt

gpg --decrypt -o <filename>.tar.gz <filename>tar.gz.gpg