What is the value of the script when some parameter changed ?
Hi Experts;
When I tried to use the script to create the projects/shares/replication and replication actions (enable/disable/revert/served and so on), some script were worked and other were not worked.
I would like to ask the scripts for replications (creation/action/modify) ?
Where can I get these information of script confirmation value ?
What is parameter for confirmation/deny value for using script -> Y/N
Sampling scripts. (Worked & Not-worked)
******************************************************
Worked scripts.
#1. Project creation #
script
run ('shares project project01');
run ('set sharesmb=on');
run ('set compression=lzjb');
run ('set recordsize=128k');
run ('set default_permissions=755');