Retention

You can inject the retention policy using a strategy.

Key Parameters Control
Configuration.Node.Retention [at < path >] after < value > (days | weeks) keep ((every < value > (hours|days|weeks))|none)

Possible values :

Important note

Thanks to go to the Data retention section for more thorough explanation of the data retention model.

Example

You wish to apply a linear 60 days retention on your backup account and a degressive 12 weeks retention on your D: drive according to the following model:

Resulting strategy :

Configuration.Node.Rotation : after 60 days keep none
Configuration.Node.Rotation : at D: after 1 week keep every 1 week
Configuration.Node.Rotation : at D: after 4 weeks keep every 4 weeks
Configuration.Node.Rotation : at D: after 12 weeks keep none
Powered by Arx One