scripts/backup/README

18 lines
599 B
Plaintext
Raw Normal View History

# 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.