Skip to content

flypunk/backup_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Everybody needs to back up their files and/or DBs to an S3 bucket.
This is a collection of short shell scripts that do just that.

The scripts use s3cmd for uploading the files to S3.
To install this tool on Debian/Ubuntu systems:

wget -O- -q http://s3tools.org/repo/deb-all/stable/s3tools.key | sudo apt-key add -
sudo wget -O/etc/apt/sources.list.d/s3tools.list http://s3tools.org/repo/deb-all/stable/s3tools.list
sudo wget -O/etc/apt/sources.list.d/s3tools.list http://s3tools.org/repo/deb-all/stable/s3tools.list
sudo apt-get update && sudo apt-get install s3cmd

For other distros check http://s3tools.org/repositories

Take a look at http://s3tools.org/s3cmd for detailed setup instructions, but
basically you just need to run s3cmd --configure

The backup scripts assume that you have a bucket named backups.yourcompany.com

About

Common shell scripts for backing up your files or DBs to an S3 bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages