HSM

Revision as of 05:56, 19 August 2011 by Jason (talk | contribs) (→‎References)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Summary

Zimbra Storage Volumes

HSM Policies

A policy is stored in the global and server attribute zimbraHSMPolicy. HSM polices are search based to take advantage of Zimbra's advanced search capabilities. See /opt/zimbra/docs/query.txt. The zimbraHSMPolicy attribute is multi-valued which is used in the creation of multiple policies. All polices are evaluated during a single HSM run.
Format

messagetype1[,messagetype2,...]:query

Default Policy

The default HSM policy will move document and message types older than 30 days from the active primary message volume to the active secondary storage volume. Mailbox

zmprov gs `zmhostname` zimbraHSMPolicy
zimbraHSMPolicy: message,document:before:-30days

Custom Policies

Search based HSM permits the creation of custom policies. Here are some examples.

zmprov mcf zimbraHSMPolicy 'message,document:before:-30days'
zmprov mcf zimbraHSMPolicy 'message:before:-129600minutes' zimbraHSMPolicy 'document,wiki:before:-10080minutes'
zmprov mcf +zimbraHSMPolicy 'message:before:-1day in:Trash'

References

Jump to: navigation, search