spelling correction
This commit is contained in:
parent
5d374909d4
commit
4faedc7dbe
|
@ -25,7 +25,7 @@ LOGFILE=""
|
||||||
## List of directories to exclude from sync on both sides (rsync patterns, wildcards work).
|
## List of directories to exclude from sync on both sides (rsync patterns, wildcards work).
|
||||||
## Paths are relative to sync dirs. List elements are separated by a semicolon.
|
## Paths are relative to sync dirs. List elements are separated by a semicolon.
|
||||||
RSYNC_EXCLUDE_PATTERN="tmp;archives"
|
RSYNC_EXCLUDE_PATTERN="tmp;archives"
|
||||||
## File that containes the list of directories or files to exclude from sync on both sides.
|
## File that contains the list of directories or files to exclude from sync on both sides.
|
||||||
## Paths are relative to sync dirs. One element per line.
|
## Paths are relative to sync dirs. One element per line.
|
||||||
RSYNC_EXCLUDE_FROM="files.exclude"
|
RSYNC_EXCLUDE_FROM="files.exclude"
|
||||||
## List elements separator char. You may set an alternative seperator char for your directories lists above.
|
## List elements separator char. You may set an alternative seperator char for your directories lists above.
|
||||||
|
|
Loading…
Reference in New Issue