Fix incorrect path of backup script.

This commit is contained in:
Zhang Huangbin 2016-01-22 22:01:35 +08:00
parent 7068f70b42
commit 40b4d6bf95
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ Please add them manually with command `crontab -e -u root`.
```
# iRedMail: Backup OpenLDAP data (at 03:00 AM)
0 3 * * * /bin/bash ${BACKUP_SCRIPT_OPENLDAP}
0 3 * * * /bin/bash /var/vmail/backup/backup_openldap.sh
# iRedMail: Backup MySQL databases (at 03:30AM)
30 3 * * * /bin/bash /var/vmail/backup/backup_pgsql.sh

View File

@ -76,7 +76,7 @@ Please add them manually with command <code>crontab -e -u root</code>.</p>
another one for LDAP:</li>
</ul>
<pre><code># iRedMail: Backup OpenLDAP data (at 03:00 AM)
0 3 * * * /bin/bash ${BACKUP_SCRIPT_OPENLDAP}
0 3 * * * /bin/bash /var/vmail/backup/backup_openldap.sh
# iRedMail: Backup MySQL databases (at 03:30AM)
30 3 * * * /bin/bash /var/vmail/backup/backup_pgsql.sh