Ultimate Site Backup
Ability to backup remote MySQL databases
ability store backups on remote FTP servers
receive backups as email attachments
improved UI
many bugs fixed, from v1.0
Intuitive interface which makes it so easy that my grandma could do it. Just select files and databases by clicking a few checkboxes.
Will not slow down your server’s normal operation, even while backing up thousands of files and sizable databases. (See Performance Testing in the FAQ )
Ability to create different backup sets. A “backup set” is a collection of files and databases, which run according to a predefined schedule. This is extremely useful for shared hosting servers, where many different websites are running. You can specify some websites to be backed up hourly (eg. a busy blog), and some to backed up weekly (eg. a static client site).
Can be configured to run in the background (using cron jobs).
Well designed system makes it easy to restore your files/databases in case of an emergency. Download a structured zip file, upload any files you lost, and use the structured backup .sql file to restore any parts of the database you wish.
Who would need this?
Website owners needing a quick backup solution.
Freelance developers with lots of small/medium projects.
Any developer looking to save time and hassle with project disaster prevention/recovery
A person who doesn’t have too much technical knowledge/skills
Server requirements
PHP ZipArchive class (most hosts have this, or it can be easily enabled)
cURL (practically all hosts have this)
remote MySQL access (required for remote database backups)
ability store backups on remote FTP servers
receive backups as email attachments
improved UI
many bugs fixed, from v1.0
Intuitive interface which makes it so easy that my grandma could do it. Just select files and databases by clicking a few checkboxes.
Will not slow down your server’s normal operation, even while backing up thousands of files and sizable databases. (See Performance Testing in the FAQ )
Ability to create different backup sets. A “backup set” is a collection of files and databases, which run according to a predefined schedule. This is extremely useful for shared hosting servers, where many different websites are running. You can specify some websites to be backed up hourly (eg. a busy blog), and some to backed up weekly (eg. a static client site).
Can be configured to run in the background (using cron jobs).
Well designed system makes it easy to restore your files/databases in case of an emergency. Download a structured zip file, upload any files you lost, and use the structured backup .sql file to restore any parts of the database you wish.
Who would need this?
Website owners needing a quick backup solution.
Freelance developers with lots of small/medium projects.
Any developer looking to save time and hassle with project disaster prevention/recovery
A person who doesn’t have too much technical knowledge/skills
Server requirements
PHP ZipArchive class (most hosts have this, or it can be easily enabled)
cURL (practically all hosts have this)
remote MySQL access (required for remote database backups)
