-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTest.xml
28 lines (28 loc) · 838 Bytes
/
Test.xml
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
<Config>
<LogFile>Test.log</LogFile>
<ZipPassword>dc3dd9cca0bd4ffb9ac096633074a30e</ZipPassword>
<Tasks>
<BackupDirectoryTask ID="backup directory">
<LocalPath>c:\Temp</LocalPath>
<BackupPath>c:\Backup</BackupPath>
<BackupPrefix>test</BackupPrefix>
<Sftp>
<Host>94.23.3.170</Host>
<User>apriso</User>
<Password>CimPlus1</Password>
<Path>/c/Temp</Path>
</Sftp>
</BackupDirectoryTask>
<BackupCleanupTask ID="Cleanup full">
<CleanupFilePrefix>test</CleanupFilePrefix>
<CleanupKeepDays>1</CleanupKeepDays>
<LocalPath>c:\Backup</LocalPath>
<Sftp>
<Host>94.23.3.170</Host>
<User>apriso</User>
<Password>CimPlus1</Password>
<Path>/c/Temp</Path>
</Sftp>
</BackupCleanupTask>
</Tasks>
</Config>