File: control

package info (click to toggle)
ldap-git-backup 1.0.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 452 kB
  • sloc: perl: 753; sh: 501; makefile: 31
file content (32 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download | duplicates (2)
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
Source: ldap-git-backup
Section: admin
Priority: optional
Maintainer: Elmar S. Heeb <elmar@heebs.ch>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 10),
               git,
               libipc-run-perl,
               perl-doc
Standards-Version: 4.1.2
Homepage: https://github.com/elmar/ldap-git-backup
Vcs-Git: https://github.com/elmar/ldap-git-backup.git
Vcs-Browser: https://github.com/elmar/ldap-git-backup
Rules-Requires-Root: no

Package: ldap-git-backup
Architecture: all
Depends: git,
         perl,
         perl-doc,
         ${misc:Depends}
Suggests: slapd
Enhances: slapd
Description: Back up LDAP database in an Git repository
 ldap-git-backup (creates and) updates a Git repository which contains the
 current LDIF dump of an LDAP directory.  Given that writes are rare in an LDAP
 directory and confined to a few entries for each write Git will store the
 entire history of an LDAP directory in a space efficient way.
 .
 By default the backups are done with slapcat from OpenLDAP but can be done
 with any command that dumps the current contents of an LDAP directory in LDIF
 format.