prepop share policy file-size
Adds a file size rule to the policy.
Syntax
prepop share policy remote-path <remote-path> policy-name <policy-name> file-size <file-size> compare-op {less | greater}
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. |
<file-size> | Specifies a file size. |
compare-op | Specifies the compare operator: • less - Less than or equal to the file size • greater - Greater than or equal to the file size |
Usage
This command performs prepopulation synchronization based on file sizes.
Example
The following example shows a policy with a rule that synchronizes all files between 5 MB and 10 MB:
amnesiac (config) # prepop share policy remote-path '\\10.11.61.66\example_prepop' policy-name policy2 file-size 10M compare-op less
amnesiac (config) # prepop share policy remote-path '\\10.11.61.66\example_prepop' policy-name policy2 file-size 5M compare-op greater
Product
SteelHead CX, SteelHead-v, SteelHead-c
Related Commands