Skip to content

unculture/backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example IAM policy for your backup user.

Bucket and must be pre generated.

Fill out the fields in config.yaml and set up a cron job

{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1394123065000", "Effect": "Allow", "Action": [ "s3:ListBucket", "s3:PutObject" ], "Resource": [ "arn:aws:s3:::bucketname/*" ] }, { "Sid": "Stmt1394123242000", "Effect": "Allow", "Action": [ "s3:ListBucket", "s3:PutObject" ], "Resource": [ "arn:aws:s3:::bucketname" ] } ] }

About

Just a simple backup script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages