![]() |
The BackupTool is simply the script version to dialog, in order to enable the export by an automated task.
cscripthost.exe
backupTool.vbb backup "C:/BackupFolder/<DATE>
... the backup function of LinkDB interface is triggered and the CSVs are written into the newly created directory (C:/BackupFolder/DATE_TIME).
In order to restore the database, instead of "backup" parameter use a "restore".
cscripthost.exe backupTool.vbb restore "C:/BackupFolder"
In the course of
this only the tables stated in the plinkcommon.cfg
-> BACKUPTABLES
are written.
Additional tables have to be stated there.
Default setting is the following:
[BACKUPTABLES] t0=<%erptable%> t1=<%linktable%> t2=<%prjtable%> t3=<%treetable%> t4=PLMTABLE2 t5=CNSSEQ ...