Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
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 ...