After you create an archive policy through the browser interface and you associate the policy with file systems, the system adds additional lines to the archiver.cmd file on the selected server. In the following example, the policy policy1 is associated with the file systems samfs1 and samfs2.
... # # File System Directives # ... fs = samfs1 policy1 dir1 -minsize 10k -maxsize 10M 1 4m 7d 2 4m 7d ... fs = samfs2 policy1 dir1 -minsize 10k -maxsize 10M 1 4m 7d 2 4m 7d # # Copy Parameters Directives # params policy1.1 -join path policy1.1 -startage 301m policy1.1 -startsize 7M policy1.2 -bufsize 9 policy1.2 -drives 2 policy1.2 -ovflmin 2M ... endparams ... # # VSN Directives # vsns ... policy1.1 lt BL794[2-4] policy1.2 lt BL7942 -pool pool2 ... endvsns