mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 20:32:38 +01:00
run wrap-and-sort -bastk
Gbp-Dch: ignore
This commit is contained in:
parent
45a91857b9
commit
1671def1c9
2
debian/backupninja.dirs
vendored
2
debian/backupninja.dirs
vendored
@ -1,4 +1,4 @@
|
||||
etc/backup.d
|
||||
usr/lib
|
||||
usr/sbin
|
||||
usr/share/backupninja
|
||||
etc/backup.d
|
||||
|
4
debian/backupninja.examples
vendored
4
debian/backupninja.examples
vendored
@ -1,14 +1,14 @@
|
||||
debian/backupninja/etc/backupninja.conf
|
||||
examples/example.borg
|
||||
examples/example.dup
|
||||
examples/example.maildir
|
||||
examples/example.makecd
|
||||
examples/example.mysql
|
||||
examples/example.pgsql
|
||||
examples/example.restic
|
||||
examples/example.rdiff
|
||||
examples/example.restic
|
||||
examples/example.rsync
|
||||
examples/example.sh
|
||||
examples/example.svn
|
||||
examples/example.sys
|
||||
examples/example.trac
|
||||
debian/backupninja/etc/backupninja.conf
|
||||
|
24
debian/control
vendored
24
debian/control
vendored
@ -2,11 +2,13 @@ Source: backupninja
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Debian backupninja maintainers <pkg-backupninja@lists.riseup.net>
|
||||
Uploaders: Micah Anderson <micah@riseup.net>,
|
||||
Jerome Charaoui <jerome@riseup.net>
|
||||
Uploaders:
|
||||
Micah Anderson <micah@riseup.net>,
|
||||
Jerome Charaoui <jerome@riseup.net>,
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13)
|
||||
Build-Conflicts: autoconf2.13
|
||||
debhelper-compat (= 13),
|
||||
Build-Conflicts:
|
||||
autoconf2.13,
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://0xacab.org/liberate/backupninja
|
||||
Vcs-Browser: https://0xacab.org/liberate/backupninja/tree/debian
|
||||
@ -15,27 +17,27 @@ Vcs-Git: https://0xacab.org/liberate/backupninja.git
|
||||
Package: backupninja
|
||||
Architecture: all
|
||||
Depends:
|
||||
gawk | mawk,
|
||||
dialog,
|
||||
bash (>=2.05b-26),
|
||||
${misc:Depends}
|
||||
dialog,
|
||||
gawk | mawk,
|
||||
${misc:Depends},
|
||||
Recommends:
|
||||
bsd-mailx | mailx | mailutils
|
||||
bsd-mailx | mailx | mailutils,
|
||||
Suggests:
|
||||
borgbackup,
|
||||
bzip2,
|
||||
debconf-utils,
|
||||
duplicity,
|
||||
genisoimage,
|
||||
fdisk | util-linux (<< 2.29.2-3~),
|
||||
genisoimage,
|
||||
hwinfo,
|
||||
mdadm,
|
||||
rdiff-backup,
|
||||
restic,
|
||||
rsync,
|
||||
subversion,
|
||||
trickle,
|
||||
wodim,
|
||||
borgbackup,
|
||||
restic
|
||||
Description: lightweight, extensible meta-backup system
|
||||
Backupninja lets you drop simple config files in /etc/backup.d to
|
||||
coordinate system backups. Backupninja is a master of many arts,
|
||||
|
1
debian/copyright
vendored
1
debian/copyright
vendored
@ -32,4 +32,3 @@ Copyright (C) 2019-2020 Liberate
|
||||
|
||||
On Debian GNU/Linux systems, the complete text of the GNU General Public
|
||||
License can be found in the /usr/share/common-licenses' directory.
|
||||
|
||||
|
2
debian/docs
vendored
2
debian/docs
vendored
@ -1,2 +1,2 @@
|
||||
README.md
|
||||
AUTHORS
|
||||
README.md
|
||||
|
Loading…
Reference in New Issue
Block a user