Skip to content

Instantly share code, notes, and snippets.

@sbchisholm
Created April 8, 2013 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbchisholm/5339007 to your computer and use it in GitHub Desktop.
Save sbchisholm/5339007 to your computer and use it in GitHub Desktop.
backup configuration
{
"backup_sources": [
"/home/username/Documents",
"/home/username/Mail"
],
"rsync_excludes": "",
"backup_server_location": "/mnt/backup",
"log_file": "log/backup.log",
"log_file_path_relative": true,
"email_from": "name@server.com",
"email_to": ["name@server.com", "other@server.com"],
"email_smtp_server": "mailserver.com",
"email_smtp_port": 587,
"email_smtp_username": "username",
"email_smtp_password": "password",
"report_success": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment