-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPlesk Scheduler Task #Domain Backup Scheduler 1.xml
More file actions
46 lines (46 loc) · 3.77 KB
/
Plesk Scheduler Task #Domain Backup Scheduler 1.xml
File metadata and controls
46 lines (46 loc) · 3.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.1" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Author>WORKGROUP\DEDICADO$</Author>
<Description>Backup for the server</Description>
<URI>\Plesk Scheduler Task #Domain Backup Scheduler 1</URI>
</RegistrationInfo>
<Triggers>
<CalendarTrigger>
<StartBoundary>2018-07-17T23:00:00</StartBoundary>
<Enabled>true</Enabled>
<ScheduleByDay>
<DaysInterval>1</DaysInterval>
</ScheduleByDay>
</CalendarTrigger>
</Triggers>
<Principals>
<Principal id="Author">
<UserId>S-1-5-18</UserId>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
<Settings>
<DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
<IdleSettings>
<Duration>PT10M</Duration>
<WaitTimeout>PT55M</WaitTimeout>
<StopOnIdleEnd>false</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
<Priority>5</Priority>
</Settings>
<Data><![CDATA[0001000000ffffffff010000000000000006010000006f7b41373543334141362d313941322d346332342d384539462d30383633444231323541433020506c65736b2061646d696e697374726174697665207363686564756c6572207461736b2045343731384444322d414143332d346435332d413535332d3836414441433336443245327d0b]]></Data>
<Actions Context="Author">
<Exec>
<Command>C:\Windows\system32\cmd.exe</Command>
<Arguments>/c ""C:\Program Files (x86)\Plesk\admin\bin\runtask.exe" "--application=C:\Program Files (x86)\Plesk\admin\bin\scheduled_backup.exe" "--parameters=--dump 1""</Arguments>
</Exec>
</Actions>
</Task>