# Generate GPG Keypair
gpg --gen-key
# Real name: OmniBackup
# Email address: [email protected]
# Passphrase: Generate it from 1Password and keep it safe.
# Export the public key and private key
gpg --armor --export OmniBackup > bk.pub
gpg --export-secret-keys --armor OmniBackup > bk.key
# Remove the keys from the keyring
gpg --delete-secret-and-public-keys OmniBackup
# Remove the private key from the backup machine and only keep the public one.
-
Notifications
You must be signed in to change notification settings - Fork 1
This is a simple image that contain the requirement to backup an etcd omni instance to B2.
License
justereseau/omni_etcd_backup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a simple image that contain the requirement to backup an etcd omni instance to B2.
Resources
License
Stars
Watchers
Forks
Releases
No releases published