Skip to content

ilyash89/SAMBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon EC2 Backup tool - SAMBS

1. Installation

TODO: installer

Install ec2 tools.
Copy all files to /root/SAMBS or other. 
Configure your SAMBS installation.

Add to crontab these lines:
"
0 */4 * * * $SAMBS/main-cron.sh hourly
0   6 * * * $SAMBS/main-cron.sh daily
0   3 * * 1 $SAMBS/main-cron.sh weekly 
30  1 1 * * $SAMBS/main-cron.sh monthly
0   0 * * * $SAMBS/bin/cleaner.sh
"
Enjoy! :)

2. Configuration

Add ids of instances and volumes to config files in conf directory. Each line of config must contain id and name.

Add location of your amazon key files to bin/main.sh.

TODO: main config file





About

SAMBS - Super Amazon Backup System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages