GRKL#55882 CMDB-export
svn path=/Website/branches/v2018.2/; revision=40379
This commit is contained in:
0
CUST/GRKL/export/CMDB/BACKUP/.gitignore
vendored
Normal file
0
CUST/GRKL/export/CMDB/BACKUP/.gitignore
vendored
Normal file
26
CUST/GRKL/export/gen_export_CMDB.bat
Normal file
26
CUST/GRKL/export/gen_export_CMDB.bat
Normal file
@@ -0,0 +1,26 @@
|
||||
REM GEN_EXPORT_CMDB.BAT
|
||||
REM
|
||||
REM KLIM
|
||||
REM
|
||||
REM Exporteert CMDB als CSV (GRKL#55882).
|
||||
REM
|
||||
REM Context : roep deze file aan indien nodig, of schedule deze
|
||||
REM Vereist : de randvoorwaarde voor het gebruik van gen_export
|
||||
REM
|
||||
REM $Revision$
|
||||
REM $Id$
|
||||
REM
|
||||
REM (c) 2019 Facilitor
|
||||
REM
|
||||
|
||||
REM ================================================== cleanup
|
||||
|
||||
del .\CMDB\BACKUP\*.csv
|
||||
copy .\CMDB\*.csv .\CMDB\BACKUP
|
||||
del .\CMDB\*.csv
|
||||
|
||||
REM ================================================== create exportfile(s)
|
||||
CALL ..\..\..\utils\gen_export\gen_export.bat CMDB
|
||||
|
||||
REM ================================================== copy to final destination
|
||||
copy *.csv d:\Apps\Facilitor\ftp_sites\LocalUser\GRKLftp\CMDB
|
||||
Reference in New Issue
Block a user