Skip to content

A cookbook built around the backup ruby gem for fast offsite server backup config.

Notifications You must be signed in to change notification settings

pyrat/chef-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chef Backup

A cookbook for adding offsite backups to your webserver. Installs all the gems necessary.
Requires a bit of pre-configuration before running the cookbook.

Assumes database and directory backup, with an s3sync to an amazon s3 bucket.

  • You need to create the bucket on s3. (currently set to us-east-1 region)
  • Copy amazon access keys to ~/.aws/secret_key and ~/.aws/access_key
  • Database passwords
  • Directories to sync.

You should be familiar with the backup gem

Note: This cookbook is in early stages so improvements and contributions are encouraged!

Installation

I recommend knife github cookbooks for installing this cookbook into your chef repository.

About

A cookbook built around the backup ruby gem for fast offsite server backup config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages