-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path389-directory-backup-env.conf
38 lines (31 loc) · 1.24 KB
/
389-directory-backup-env.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Systemd environment file for 389-directory-backup@.service
#
# This file contains default settings for all instances of the
# 389-directory-backup systemd service units.
#
# The settings can be changed here for all service units, or on a per service
# instance basis within a dedicated instance environment file:
# /usr/local/etc/389-directory-backup-<INSTANCE-NAME>-env.conf
#
# Timeout in seconds for the backup task to complete
DIRECTORY_BACKUP_TASK_TIMEOUT="3600"
# Enable or disable the backup removal (clean-up old backups)
# Expects "enabled" or "disabled" (default)
DIRECTORY_BACKUP_REMOVAL="disabled"
# Days to keep old backups
DIRECTORY_BACKUP_DAYS_TO_KEEP="7"
# The URI of the LDAP server
# Defaults to "ldap://localhost:389"
#LDAPURI="ldap://other-host:389"
# The LDAP bind DN
# Defaults to "cn=Directory Manager"
#
# Note, that the corresponding LDAP bind password must be specified within the
# instance passwd file "/usr/local/etc/389-directory-backup-%i.passwd".
# Make sure, that the file doesn't include a trailing new line (\n).
#
#LDAPBINDDN="cn=other-user"
# The backup root directory
# Defaults to the 389 Directory instance "bak" directory
# "/var/lib/dirsrv/slapd-%i/bak"
#DIRECTORY_BACKUP_ROOT_DIR="/path/to/other/backup/directory"