HSM: Difference between revisions

(Created page with "==Zimbra Storage Volumes== ==HSM Policies== A policy is comprised of ===Default Policy=== The default HSM policy will zmprov gs `zmhostname` zimbraHSMPolicy zimbraHSMPolicy:...")
 
Line 2: Line 2:


==HSM Policies==
==HSM Policies==
A policy is comprised of  
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.<br>
'''Format'''
messagetype1[,messagetype2,...]:query
 
===Default Policy===
===Default Policy===
The default HSM policy will  
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.
  zmprov gs `zmhostname` zimbraHSMPolicy
  zmprov gs `zmhostname` zimbraHSMPolicy
  zimbraHSMPolicy: message,document:before:-30days
  zimbraHSMPolicy: message,document:before:-30days


===Custom Policies===
===Custom Policies===

Revision as of 03:39, 19 August 2011

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.

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

Custom Policies

Jump to: navigation, search