spelling correction

This commit is contained in:
Pierre CLEMENT 2014-05-06 22:47:04 +02:00
parent 5d374909d4
commit 4faedc7dbe
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LOGFILE=""
## 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.
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.
RSYNC_EXCLUDE_FROM="files.exclude"
## List elements separator char. You may set an alternative seperator char for your directories lists above.