Skip to content
Snippets Groups Projects
Commit 47762748 authored by intrigeri's avatar intrigeri
Browse files

Don't mention LDAP support in documentation.

parent 08ec5672
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,6 @@ Backup types: ...@@ -27,7 +27,6 @@ Backup types:
incremental data is compressed. permissions are retained even incremental data is compressed. permissions are retained even
with an unpriviledged backup user. with an unpriviledged backup user.
- backup of mysql databases (via mysqlhotcopy and mysqldump). - backup of mysql databases (via mysqlhotcopy and mysqldump).
- backup of ldap databases (via slapcat and ldapsearch).
- basic system and hardware info - basic system and hardware info
- encrypted remote backups (via duplicity). - encrypted remote backups (via duplicity).
- backup of subversion repositories. - backup of subversion repositories.
...@@ -92,7 +91,6 @@ file in /etc/backup.d according to the file's suffix: ...@@ -92,7 +91,6 @@ file in /etc/backup.d according to the file's suffix:
.rdiff -- filesystem backup (using rdiff-backup) .rdiff -- filesystem backup (using rdiff-backup)
.dup -- filesystem backup (using duplicity) .dup -- filesystem backup (using duplicity)
.mysql -- backup mysql databases .mysql -- backup mysql databases
.ldap -- backup ldap databases
.pgsql -- backup PostgreSQL databases .pgsql -- backup PostgreSQL databases
.sys -- general hardware, partition, and system reports. .sys -- general hardware, partition, and system reports.
.svn -- backup subversion repositories .svn -- backup subversion repositories
...@@ -105,7 +103,7 @@ The configuration files are processed in alphabetical order. However, ...@@ -105,7 +103,7 @@ The configuration files are processed in alphabetical order. However,
it is suggested that you name the config files in "sysvinit style." it is suggested that you name the config files in "sysvinit style."
For example: For example:
00-disabled.ldap 00-disabled.pgsql
10-runthisfirst.sh 10-runthisfirst.sh
20-runthisnext.mysql 20-runthisnext.mysql
90-runthislast.rdiff 90-runthislast.rdiff
......
...@@ -39,8 +39,6 @@ backup action for slow, incremental rsyncs of tens of thousands of maildirs. ...@@ -39,8 +39,6 @@ backup action for slow, incremental rsyncs of tens of thousands of maildirs.
backup action for safe MySQL dumps. backup action for safe MySQL dumps.
.IP .pgsql .IP .pgsql
backup action for safe PostgreSQL dumps. backup action for safe PostgreSQL dumps.
.IP .ldap
backup action for safe OpenLdap dumps.
.IP .sys .IP .sys
backup action for general system reports and hardware information. backup action for general system reports and hardware information.
.IP .svn .IP .svn
...@@ -56,7 +54,7 @@ These files must be owned by root and must not be world or group readable/writab ...@@ -56,7 +54,7 @@ These files must be owned by root and must not be world or group readable/writab
The configuration files are processed in alphabetical order. However, it is suggested that you name the config files in "sysvinit style." The configuration files are processed in alphabetical order. However, it is suggested that you name the config files in "sysvinit style."
.TP .TP
For example: For example:
10-local.ldap.disabled 10-local.pgsql.disabled
15-runthisfirst.sh 15-runthisfirst.sh
20-runthisnext.mysql 20-runthisnext.mysql
90-runthislast.rdiff 90-runthislast.rdiff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment