zfsnap 1.11.1-4 source package in Ubuntu

Changelog

zfsnap (1.11.1-4) unstable; urgency=low

  * Support GNU/kFreeBSD.  Closes: #742275.

 -- John Goerzen <email address hidden>  Sun, 29 May 2016 21:26:23 -0500

Upload details

Uploaded by:
John Goerzen
Uploaded to:
Sid
Original maintainer:
John Goerzen
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zfsnap_1.11.1-4.dsc 1.7 KiB 1aabe33339e1a02c9ebd873d79bcf358a19c493c28822dfa3a62f30af4c1569a
zfsnap_1.11.1.orig.tar.gz 4.9 KiB e73da374a358b5f233865b0283777f29b344d2ec337161b8ec2fc468718184d6
zfsnap_1.11.1-4.diff.gz 6.4 KiB 9da079cf2fc18fd21ec1546039157699ea86486a6f6f6d15d116dacdd2a0766e

Available diffs

No changes file available.

Binary packages built by this source

zfsnap: Automatic snapshot creation and removal for ZFS

 zfSnap is a simple sh script to make rolling zfs snapshots with cron. The main
 advantage of zfSnap is it's written in 100% pure /bin/sh so it doesn't require
 any additional software to run.
 .
 zfSnap keeps all information about snapshot in snapshot name.
 .
 zfs snapshot names are in the format of Timestamp--TimeToLive.
 .
 Timestamp includes the date and time when the snapshot was created and
 TimeToLive (TTL) is the amount of time for the snapshot to stay alive before
 it's ready for deletion.