Description to install with windows task manager
@@ -0,0 +1,16 @@ | ||
1 | + | |
2 | +Copy files to your Repository directory | |
3 | + | |
4 | +open system configuration - Windows task planner | |
5 | +and create a new task | |
6 | +Name: SVN Backup | |
7 | +Action: | |
8 | + start programm | |
9 | + <Path>\backup-svn.exe | |
10 | + <Path> | |
11 | + | |
12 | +<Path> is the path of your repository | |
13 | + | |
14 | + | |
15 | +svnadmin, version 1.9.7 does not get the "Revisions" number. | |
16 | +For this you must use a newer version | |
\ No newline at end of file |
@@ -15,7 +15,9 @@ | ||
15 | 15 | [BACKUP] |
16 | 16 | # Path where the backup files created |
17 | 17 | # When no path is given, the backup stored in current working directory |
18 | -PATH= | |
18 | +#PATH=D:\Backup\Repositories | |
19 | +#Network path | |
20 | +#PATH=\\<servername>\backup\Repositories | |
19 | 21 | |
20 | 22 | # rotate to keep old backups |
21 | 23 | ROTATE=3 |