Modify an ONTAP SnapMirror S3 policy
You might modify an S3 SnapMirror policy when you want to adjust the RPO and throttle values.
System Manager
-
Click Protection > Relationships, and then select the protection policy for the relationship you want to modify.
-
Click
next to the policy name, then click Edit.
CLI
Modify a SnapMirror S3 policy:
snapmirror policy modify -vserver <svm_name> -policy <policy_name> [-rpo <integer>] [-throttle <throttle_type>] [-comment <text>]
Parameters:
-
-rpo
: Specifies the time for recovery point objective, in seconds. -
-throttle
: Specifies the upper limit on throughput/bandwidth, in kilobytes/seconds.
Example
clusterA::> snapmirror policy modify -vserver vs0 -policy test-policy -rpo 60
Related information