aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/zogftw
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2013-02-08miwi2013-02-102-4/+4
| | | | | PR: 175991 Submitted by: maintainer
* zogftw makes using multiple geli-encrypted single-vdev ZFS poolsmiwi2013-02-093-0/+51
for backups more convenient, mainly by automating creation, import and export of such pools and by synchronizing datasets without the user having to manually specify the names of the snapshots that should be sent. geli passphrases can be stored gpg-encrypted which allows importing several pools in a row without having to specify each passphrase manually. zogftw is extendable in shell. It can be sourced from other shell scripts or interactive shells. WWW: http://www.fabiankeil.de/gehacktes/zogftw/ PR: ports/175127 Submitted by: Fabian Keil <fk@fabiankeil.de>