mirror of https://github.com/jimsalterjrs/sanoid
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
Source: sanoid
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Jim Salter <jim@openoid.net>
|
|
Build-Depends: debhelper (>= 10)
|
|
Standards-Version: 4.1.2
|
|
Homepage: https://github.com/jimsalterjrs/sanoid
|
|
Vcs-Git: https://github.com/jimsalterjrs/sanoid.git
|
|
Vcs-Browser: https://github.com/jimsalterjrs/sanoid
|
|
|
|
Package: sanoid
|
|
Architecture: all
|
|
Depends: libcapture-tiny-perl,
|
|
libconfig-inifiles-perl,
|
|
zfsutils-linux | zfs | openzfs-zfsutils,
|
|
${misc:Depends},
|
|
${perl:Depends}
|
|
Recommends: gzip,
|
|
lzop,
|
|
mbuffer,
|
|
openssh-client | ssh-client,
|
|
pv
|
|
Description: Policy-driven ZFS snapshot management and replication tool
|
|
Sanoid is a policy-driven snapshot management and replication tool for ZFS
|
|
filesystems.
|
|
.
|
|
More prosaically, you can use Sanoid to create, automatically thin, and
|
|
monitor snapshots and pool health from a single eminently human-readable
|
|
TOML config file. Sanoid also includes a replication tool, syncoid, which
|
|
facilitates the asynchronous incremental replication of ZFS filesystems.
|