Question
Intralink Backup Scripts
Anyone like to share Intralink backup scripts? I'm using 3.3 and having
problems getting dumps. I used to schedule a bat file for dump and create
an object report, but this has been hit or miss. I am running on windows
2003 now and I know that is not supported, but I believe others are as
well. Not sure if this is the cause.
@echo off
for /f "tokens=2,3,4 delims=/ " %%i in ('date /t') do set
today=%%i-%%j-%%k
del /q c:\ptc\dataserver\intralink\objects\ILINK_ALL_OBJECT_REPORT.log
c:\ptc\dataserver\intralink\export\ilink_export.bat manager
C:\ilink_dumps\%today%.dmp && copy C:\ilink_dumps\%today%.dmp
\\mks00w43\Backups\Ilink_Dumps && copy C:\ilink_dumps\%today%.dmp.lst
\\mks00w43\Backups\Ilink_Dumps
TIA
Troy Kutil
Phone 262-783-8289
Fax 262-373-5689
Milwaukee Electric Tool
problems getting dumps. I used to schedule a bat file for dump and create
an object report, but this has been hit or miss. I am running on windows
2003 now and I know that is not supported, but I believe others are as
well. Not sure if this is the cause.
for /f "tokens=2,3,4 delims=/ " %%i in ('date /t') do set
today=%%i-%%j-%%k
del /q c:\ptc\dataserver\intralink\objects\ILINK_ALL_OBJECT_REPORT.log
c:\ptc\dataserver\intralink\export\ilink_export.bat manager
C:\ilink_dumps\%today%.dmp && copy C:\ilink_dumps\%today%.dmp
\\mks00w43\Backups\Ilink_Dumps && copy C:\ilink_dumps\%today%.dmp.lst
\\mks00w43\Backups\Ilink_Dumps
TIA
Troy Kutil
Phone 262-783-8289
Fax 262-373-5689
Milwaukee Electric Tool

