This page last changed on Jan 14, 2007 by david.soul@atlassian.com.
For answers on Site Backup and Restore, click a query below.
Backup will not import
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?
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?
Are there any scripts for backup creation and restore?
|