prepop share policy create-time
Adds a create time synchronization rule to the policy.
Syntax
prepop share policy remote-path <remote-path> policy-name <policy-name> create-time {sync-relative <time> | time <time> compare-op {before |after}}
Parameters
remote-path <remote-path> | Specifies the remote path of the share. Use the format '\\server\share'. |
policy-name <policy-name> | Specifies a policy name. |
sync-relative <time> | Specifies the time relative to synchronization, in the following format: 'hh:mm:ss' |
time <time> | Specifies reference time in the following format: 'yyyy/mm/dd hh:mm:ss' |
compare-op | Specifies the compare operator: • before - Before the specified time • after - After the specified time |
Usage
This command performs prepopulation synchronization based on the time that a file was created.
Example
The following example shows a policy with a rule that synchronizes files created after August 1, 2012, but before August 5, 2012:
amnesiac (config) # prepop share policy share-name '\\10.11.61.66\example_prepop' policy-name policy1 create-time time '2012/08/01 00:00:00' compare-op after
amnesiac (config) # prepop share policy share-name '\\10.11.61.66\example_prepop' policy-name policy1 create-time time '2012/08/05 00:00:00' compare-op before
Product
SteelHead CX, SteelHead-v, SteelHead-c
Related Commands