Skip to content

Automatically backup your Flynn cluster to an S3-compatible server.

Notifications You must be signed in to change notification settings

jeffbr13/flynn-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flynn-backup

Flynn app to backup your cluster to an S3-compatible blobstore.

Usage

Create a new app on your Flynn cluster with the following environment variables:

  • S3_ENDPOINT: the API endpoint for your S3-compatible storage, e.g. "s3.amazonaws.com" or "ams3.digitaloceanspaces.com".
  • S3_BUCKET: your S3 bucket name.
  • S3_BUCKET_PATH: bucket subdirectory to place backups in. Defaults to /.
  • S3_ACCESS_KEY_ID
  • S3_ACCESS_KEY_SECRET
  • FLYNN_CONTROLLER_ENDPOINT: Flynn Controller endpoint.
  • FLYNN_CONTROLLER_KEY: Flynn Controller auth key. Find this by running flynn -a controller env get AUTH_KEY.
  • BACKUP_INTERVAL: seconds between backups. Defaults to 86400 (24 hours).

About

Automatically backup your Flynn cluster to an S3-compatible server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published