|
@@ -41,8 +41,8 @@ rotationDays=14
|
|
|
```
|
|
|
|
|
|
As in the example, for each source a exclude file can be optionally provided.
|
|
|
-The path to the exclude file is appended to the destination path and separated by a semicolon. The file needs to be placed on the host, executing the rsync command.
|
|
|
-Wildcards, as shown in the example can be used. All paths shall be given relative to the source folder!
|
|
|
+The *absolute* path to the exclude file is appended to the destination path and separated by a semicolon. The file needs to be placed on the host, executing the rsync command.
|
|
|
+Wildcards, as shown in the example can be used. All paths listed in the exclude file shall be given relative to the source folder of the rsync command!
|
|
|
The excludes.txt can look as follows
|
|
|
|
|
|
```
|