File: control

package info (click to toggle)
zfs-autobackup 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 616 kB
  • sloc: python: 5,044; sh: 94; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,239 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
Source: zfs-autobackup
Section: python
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3,
 python3-setuptools,
 python3-colorama
Standards-Version: 4.7.2
Homepage: https://github.com/psy0rz/zfs_autobackup
Vcs-Browser: https://salsa.debian.org/python-team/zfs-autobackup 
Vcs-Git: https://salsa.debian.org/python-team/zfs-autobackup.git 

Package: zfs-autobackup
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends}
Description: zfs snapshot and backup management tool
 Works across operating systems: Tested with Linux, FreeBSD/FreeNAS and SmartOS.
 Low learning curve: no complex daemons or services, no additional software or networking needed.
 Plays nicely with existing replication systems. (Like Proxmox HA)
 Automatically selects filesystems to backup by looking at a simple ZFS property.
 Creates consistent snapshots. (takes all snapshots at once, atomicly.)
 .
 Multiple backups modes:
 - Backup local data on the same server.
 - "push" local data to a backup-server via SSH.
 - "pull" remote data from a server via SSH and backup it locally.
 - "pull+push": Zero trust between source and target.