|
| ZCS Administrator's Guide Network Edition 6.0, Rev 1 |
The backup destination is known as a backup target. To the backup system, it is a path in the file system of the mail server. The Zimbra default backup directory is /opt/zimbra/backup.The backup directory structure created by the standard backup process is shown in Figure 3. You can run regularly scheduled backups to the same target area without overwriting previous backup sessions.The accounts.xml file lists all accounts that are in all the backups combined. For each account, this file shows the account ID, the email address, and the label of the latest full backup for that account. If you save your backup sessions to another location, you must also save the latest accounts.xml file to that location. The accounts.xml file is used to look up the latest full Backup for an account during restore. If the accounts.xml file is missing you must specify the backup label to restore from.All incremental and auto-grouped backup sessions must be saved to the same directory as all the redo logs must be found in the same backup target. Standard full backup sessions can use a different target directory.Figure 3: Standard Backup directory structure/opt/zimbra/backup Default root of backupsaccounts.xml/ List of all accounts, each with email file address, Zimbra ID, and latest full backup label. The accounts.xml maintains the mapping of email addresses to their current zimbraIds and also the most recent full backup for each account.full-<timestamp>/ A full backup directory. The timestamp for a session is the backup start time in GMT, including milliseconds. GMT is used rather than local time to preserve visual ordering across daylight savings transitions.session.xml Metadata about this backup label for full or incremental session, such as start and stop times.db_schema.xml Database schema information for global tables. Each table dump file has a .csv format.ldap.xml Account’s LDAP information, including aliases, identities, data sources, distribution lists, etc.ldap_latest.xml If this is present, this files links to ldap.xml of the most recent incremental backup.incr-<timestamp> An incremental backup directory. This directory is similar to the full backup directory schema and includes these meta files.incr-<timestamp> does not include accounts/.../<zimbraId>/db/db_schema.xml because incremental backup does not dump account tables.Note: For auto-grouped backups, the directory structure saves the redo log files to the full backup session. There are no incremental backup sessions.
|
| ZCS Administrator's Guide Network Edition 6.0, Rev 1 |