File: control

package info (click to toggle)
borgmatic 2.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,752 kB
  • sloc: python: 58,506; sh: 150; makefile: 8; javascript: 5
file content (43 lines) | stat: -rw-r--r-- 1,702 bytes parent folder | download
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
39
40
41
42
43
Source: borgmatic
Section: utils
Priority: optional
Maintainer: Debian Borg Collective <team+borg@tracker.debian.org>
Uploaders: Johan Fleury <jfleury@arcaik.net>,
           Sebastien Badia <sbadia@debian.org>,
           Dominik George <natureshadow@debian.org>,
           Lee Garrett <debian@rocketjump.eu>,
           Nicholas D Steeves <sten@debian.org>,
Build-Depends: apprise,
               debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               pandoc,
               python-is-python3,
               python3-all,
               python3-colorama,
               python3-flexmock,
               python3-jsonschema,
               python3-packaging,
               python3-pytest,
               python3-pytest-cov,
               python3-requests,
               python3-ruamel.yaml,
               python3-setuptools
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://torsion.org/borgmatic
X-Python3-Version: >= 3.8
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/debian/borgmatic.git
Vcs-Browser: https://salsa.debian.org/debian/borgmatic

Package: borgmatic
Architecture: all
Depends: borgbackup, ${misc:Depends}, ${python3:Depends}
Suggests: apprise
Description: automatically create, prune and verify backups with borgbackup
 borgmatic is a simple Python wrapper script for the Borg backup software that
 initiates a backup, prunes any old backups according to a retention policy,
 and validates backups for consistency. The script supports specifying your
 settings in a declarative configuration file rather than having to put them
 all on the command-line, and handles common errors.