• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24415
  • Open Date : 2016/06/13 14:16
  • 更新日時 : 2020/10/05 17:56
  • Print

[DataSpider Servista] Let us know if there is a method for periodic auto backup of DataSpider server settings

Let us know if there is a method for periodic auto backup of DataSpider server settings.
 
Category : 

Answer

This can be materialized by carrying out batch process by using CLI Console for Export of DataSpider server migration function.
 
1. Creation of setting file in which CLI command is described
 
For example, when you want to export only the project file in tmp folder of C drive then, specify the below command.
 
exp -p C:/tmp
 
2. Creation of batch file
 
Below are the details to be mentioned in batch file.
  1. CLI path
  2. Argument [-M] to specify the CLI command setting file
  3. Path of the setting file created in 1
For example, when you install DataSpider Servista in the default directory and save the setting file in "C:/tmp/exp" then, specify the below command.
 
C:/Progra~1/DataSpiderServista/server/bin/cli -MC:/tmp/exp
 
3. Execution
 
Execute the batch file created in 2. from a tool that could automatically perform the periodic execution of the batch file such as Operation Tools.
 
■Supplement
 
For details on the setting method, refer to Product Help from "Reference Information".

・CLI Console