zsnapd 0.8.9d-2 source package in Ubuntu

Changelog

zsnapd (0.8.9d-2) unstable; urgency=medium

  * Correct distribution entries to unstable only.

 -- Matthew Grant <email address hidden>  Thu, 02 Jan 2020 13:20:50 +1300

Upload details

Uploaded by:
Matt Grant
Uploaded to:
Sid
Original maintainer:
Matt Grant
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zsnapd_0.8.9d-2.dsc 1.8 KiB 3d38646043240edf74c6b409675299c88958a998489dc8cf687d1397a593e79d
zsnapd_0.8.9d.orig.tar.gz 27.1 KiB f516dc24fb4fcc1b85b61132e3609f229f3b091e6a21ccb2ecc0b665740e0f01
zsnapd_0.8.9d-2.debian.tar.xz 6.2 KiB 685d26990dbde9fd0864059dd8e60a7e10a4fd3c38d93cc39a6022ef8bbc34cc

Available diffs

No changes file available.

Binary packages built by this source

zsnapd: ZFS Snapshot Daemon written in python

 Python daemon that manages ZFS snapshots and send/receive backup.
 Based on zfs-snap-manager.
 .
   * Remote ZFS snapshoting/aging wnd replication back to central ZFS
     backup server. Only need to install zfs-utils, zsnapd-rcmd (for secure)
     remote ssh key login and sshd on client, and use root ssh key based
     log in.
   * Has connectivity test to skip scheduled actions when the remote site
     cannot be contacted. Actually quite useful for ZFS backing up laptops.
     Reachability failures are logged of course!
   * Uses Python3
   * Native systemd support.
   * Configuration is stored in configuration files with the ini file
     format. Configuration .d parts directories also present
   * Triggers the configured actions based on time or a '.trigger' file
     present in the dataset's mountpoint.
   * Can take snapshots (with a yyyymmddhhmm timestamp format).
   * Can replicate snapshots to/from other nodes.
   * Push based when the replication source has access to the replication
     target.
   * Pull based when the replication source has no access to the replication
     target. Typically when you don't want to give all nodes access to the
     backup/replication target.
   * Cleans all snapshots with the yyyymmddhh timestamp schmea format based
     on a GFS schema (Grandfather, Father, Son). Timestamp
     evaluation based on actual ZFS snapshot creation metadata.
   * Supports pre and post commands.

zsnapd-rcmd: Remote sshd command checker for ZFS Snapshot Daemon

 ZFS Snapshot Daemon is written in python, and it can remotely manage ZFS
 snapshotting and backup from a central back up server. This is the
 security plugin command for sshd that implements ForceCommand functionality,
 or the command functionality in the .ssh/authorized_keys file (See
 the sshd_config(8) and sshd(8) man pages respectively).
 .
 It executes commands from the SSH_ORIGINAL_COMMAND variable after checking
 them against a list of configured regular expressions.