Skip to content

This is a simple image that contain the requirement to backup an etcd omni instance to B2.

License

Notifications You must be signed in to change notification settings

justereseau/omni_etcd_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a script for backup and restore Omni etcd

Image Build and Push

Generate GPG Keypair

# 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.

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

Packages