51 lines
4.4 KiB
XML
51 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-16"?>
|
||
<Task version="1.3" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
|
||
<RegistrationInfo>
|
||
<Date>2012-08-09T14:29:20.0703378</Date>
|
||
<Author>APPEL-GMBH\Administrator</Author>
|
||
</RegistrationInfo>
|
||
<Triggers>
|
||
<CalendarTrigger>
|
||
<StartBoundary>2012-08-09T20:15:00</StartBoundary>
|
||
<Enabled>true</Enabled>
|
||
<ScheduleByDay>
|
||
<DaysInterval>1</DaysInterval>
|
||
</ScheduleByDay>
|
||
</CalendarTrigger>
|
||
</Triggers>
|
||
<Principals>
|
||
<Principal id="Author">
|
||
<UserId>appel-gmbh\administrator</UserId>
|
||
<LogonType>Password</LogonType>
|
||
<RunLevel>HighestAvailable</RunLevel>
|
||
</Principal>
|
||
</Principals>
|
||
<Settings>
|
||
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
|
||
<DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
|
||
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
|
||
<AllowHardTerminate>true</AllowHardTerminate>
|
||
<StartWhenAvailable>false</StartWhenAvailable>
|
||
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
|
||
<IdleSettings>
|
||
<StopOnIdleEnd>true</StopOnIdleEnd>
|
||
<RestartOnIdle>false</RestartOnIdle>
|
||
</IdleSettings>
|
||
<AllowStartOnDemand>true</AllowStartOnDemand>
|
||
<Enabled>true</Enabled>
|
||
<Hidden>false</Hidden>
|
||
<RunOnlyIfIdle>false</RunOnlyIfIdle>
|
||
<DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
|
||
<UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
|
||
<WakeToRun>false</WakeToRun>
|
||
<ExecutionTimeLimit>PT2H</ExecutionTimeLimit>
|
||
<Priority>7</Priority>
|
||
</Settings>
|
||
<Actions Context="Author">
|
||
<Exec>
|
||
<Command>C:\Windows\System32\cmd.exe</Command>
|
||
<Arguments>/c "E:\DB\"Microsoft SQL Server 2008 R2"\MSSQL10_50.MSSQLSERVER\MSSQL\Backup\SQL-Sicherungstask.cmd >>E:\DB\"Microsoft SQL Server 2008 R2"\MSSQL10_50.MSSQLSERVER\MSSQL\Backup\SQL-Sicherungstask_Schritt_1_von_2_%date:~-10,2%%date:~-7,2%%date:~-4,4%_%time:~-11,2%%time:~-8,2%%time:~-5,2%%time:~-2,2%.log"</Arguments>
|
||
<WorkingDirectory>E:\DB\Microsoft SQL Server 2008 R2\MSSQL10_50.MSSQLSERVER\MSSQL\Backup</WorkingDirectory>
|
||
</Exec>
|
||
</Actions>
|
||
</Task> |