This page last changed on Jul 09, 2008 by jlargman.

The XML backup is known to be inefficient and prone to errors with larger instances. You can switch to an external backup process for a reliable and efficient solution.

For answers on Site Backup and Restore, click a query below.

Backup will not import
Can XML backups be deleted automatically?
Does running a daily XML backup slow performance?
How can I reduce the space taken up by automatic backups
Can Confluence be restored from a backup minus attachments?
Are there any scripts for backup creation and restore?

Backup will not import

See Troubleshooting failed XML site backups

Can XML backups be deleted automatically?

Windows users must manually delete any backup files. Linux users can insert a nightly or weekly automation script or cron similar to the following:
ls -t <path to your backup dir>/* | tail +6 | xargs -i rm {}

Does running a daily XML backup slow performance?

The XML backup is known to be inefficient and prone to errors with larger instances. You can switch to an external backup process for large instances.

How can I reduce the space taken up by automatic backups

Switch to a manual backup process according to the 'Backups For Large Instances' section of Site Backup and Restore, which will give you more control over disk usage.

Can Confluence be restored from a backup minus attachments?

Yes, as long as the attachments have been backed up are the same time. Refer to Site Backup and Restore.

Are there any scripts for backup creation and restore?

Check out User Submitted Backup & Restore Scripts

Document generated by Confluence on Aug 07, 2008 19:08