Backing Up Websites
Websites created and managed in CP+ can be backed up and restored directly in CP+ interface.
Log in to CP+ as admin.
Check your CP+ version on the CP+ info bar on the left. If it is
less than 1.10, upgrade CP+.
On the Site Manager main page,
you will see backup and restore buttons below the list of websites:

Click Backup Websites
to perform an immediate backup.
Click Scheduled Backup to configure a
cron job that would back up the content regularly.
Single Immediate Backup
After you press the Backup Websites button,
fill out the form to perform a single immediate backup:

The backup archives contain tar files with domain, mail, database content named
domain.name-unix,
domain.name-mail, etc.
To extract, for example, the web content of a website, run:
tar xvf domain.name-unix
Scheduled Backup
After you press the Scheduled Backup button, please fill out the form:

First, you set parameters of the backup procedure as for a single backup.
Then, you configure how regularly the cron would start:
- Scheduled backup enabled? choose "Yes" to enable backup in cron.
- Email backup report to: specify email to send reports on backups.
- Run on selected schedule: select from the list of standard schedules,
such as perform backup daily at midnight, weekly on Sundays, monthly on the 1st, etc.
- Run at times selected below: custom configuration of the schedule.
Choose minutes, hours, days, weeks, months when your cron job would launch.
- Press Save and Apply to apply changes.
|