Correct typo in msm.conf

RSYNC_BACKUP_ENALBED was misspelled, which was preventing rsync backups
from working.
This commit is contained in:
Alexander Savchuk 2015-02-15 12:57:20 +13:00
parent 1b0d3c2fbb
commit 35376132fe

View File

@ -93,7 +93,7 @@ WORLD_RDIFF_PATH="/opt/msm/rdiff-backup/worlds"
# If you want to use rsync for backups you need to have it installed on your server.
# Are rsync backups enabled ?
RSYNC_BACKUP_ENALBED="false"
RSYNC_BACKUP_ENABLED="false"
# Where "rsync" world backups are stored.
WORLD_RSYNC_PATH="/opt/msm/rsync/worlds"