scripts/backup
Matteo Cypriani 4f9bb9d7fd [backup] Add backup.sh
Simple script to transfer a directory with rsync, with a few options.
2011-08-17 00:04:59 +02:00
..
README [backup] Add backup.sh 2011-08-17 00:04:59 +02:00
backup.sh [backup] Add backup.sh 2011-08-17 00:04:59 +02:00
backup_sites_mysql.sh Rename backup_sites_mysql -> backup 2011-08-16 11:30:03 +02:00

README

# backup.sh #

backup.sh is a simple script that transfers a single directory (your
home directory, by default) to a remote host, using rsync. You can
specify exclude patterns in a file (~/.backup-excludes by default).
The transfer will be reattempted until it succeed.

Edit the script to configure the protocol, host, directories, etc.


# backup_sites_mysql.sh #

The script backup_sites_mysql.sh is designed to save websites data files
and the associated MySQL databases.

You need to edit the script to configure the databases you want to backup
and the directory containing all your websites.