Merge pull request #285 from endofcake/master

Correct typo in msm.conf to fix rsync backups
This commit is contained in:
Zach Latta 2015-07-05 18:46:40 -07:00
commit 720a502bb5

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"