public
Description: Simple backup shell scripts
Homepage:
Clone URL: git://github.com/raphinou/shbackup.git
shbackup / send.sh
100755 6 lines (4 sloc) 0.167 kb
1
2
3
4
5
6
#!/bin/sh
# this need s3sync: gem install s3sync
 
. ./backup_vars.sh
s3cmd --ssl put $s3_bucket:$s3_prefix/$server.$date.tar.bz2 $backup_base/$server.$date.tar.bz2