This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "Stmt1489152727000", | |
"Effect": "Allow", | |
"Action": [ | |
"ec2:Describe*" | |
], | |
"Resource": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This is an example configuration file. You must set the values marked <CHANGE-ME> | |
GHBU_ORG="<CHANGE-ME>" # the GitHub organization whose repos will be backed up | |
# (if you're backing up a user's repos instead, this should be your GitHub username) | |
GHBU_UNAME="<CHANGE-ME>" # the username of a GitHub account (to use with the GitHub API) | |
GHBU_PASSWD="<CHANGE-ME>" # the password for that account | |
#The following are default values. Change and uncomment if you want to alter the default. | |
#GHBU_BACKUP_DIR="github-backups" # where to place the backup files |