Skip to content

Instantly share code, notes, and snippets.

@pingali
Created April 29, 2009 04:22
Show Gist options
  • Save pingali/103577 to your computer and use it in GitHub Desktop.
Save pingali/103577 to your computer and use it in GitHub Desktop.
{
"mysql-zrm": {
"backupsets": [
{
"name": "full",
"destination": "/mnt/backup/myfull",
"backup_level": 0
},
{
"name": "incremental",
"destination": "/mnt/backup/myincremental",
"backup_level": 1
}
]
},
"recipes": ["mysql-zrm"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment