Skip to content

Python script for backup data to Amazon S3 bucket

License

Notifications You must be signed in to change notification settings

guenbakku/s3ant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3ant

Python script for backup data to Amazon S3 bucket like an ant

Requirement:

  • GPL Linux
  • Python 2.6 or higher
  • Boto3 library

Usage:

Set up configure

$ python /path/to/s3ant/main.py configure

Execute backup

Delete expired backups and add new backup:

$ python /path/to/s3ant/main.py backup

Only add new backup without deleting expired backups:

$ python /path/to/s3ant/main.py backup --disable-delete

Dry-run only:

$ python /path/to/s3ant/main.py backup -n