Backup parameter file
Use a parameter file when running the HMI Server Backup and Restore utility from the command line. The parameter file is a plain text file.
File contents and structure
[HMIServerParameters] HMIServerName=C:\Documents and Settings\All Users\Documents\RSView Enterprise\SE\HMI Projects\Waste Water Project \Waste Water Project.sed DestinationPath=C:\Saved Projects ShowOverwriteWarning=N ExcludeDatalog=Y
where:
- [HMIServerParameters]is a mandatory section heading.
- HMIServerNameis a keyword whose value specifies the path to, and name of, the HMI server, for example, HMIServerName = C:\Users\Public\Documents\RSView Enterprise\SE\HMI projects\Waste Water Project\Waste Water Project.sed. The full path to the *.sed file must be entered all on one line. Quotes are not required around the parameter.
- DestinationPathis a keyword whose value specifies only the target folder where the HMI project will be saved. An empty project folder with the same name is not required. The path must be entered all on one line (for example, C:\Saved Projects).
- ShowOverWriteWarningis a keyword whose value specifies whether a warning appears when you attempt to overwrite an existing backup file of the same name. A value ofYmakes the warning dialog box appear. A value ofNdisables the warning dialog box.
- ExcludeDataLogis a keyword whose value specifies whether data log file sets associated with the HMI server should be included in the backup file. A value ofYexcludes the data log file sets; a value ofN, or a missing value includes the data log file sets. Include the data log file sets only if you need them because they increase the size of the backup file and the amount of time necessary for the backup to complete.
Provide Feedback