Install this version:
emerge -a =sys-fs/zfs-backup-20150318
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/zfs-backup-20150318
Or alternatively:
emerge --autounmask-write -a =sys-fs/zfs-backup-20150318
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20150318 | 8 | ~amd64 | 0 |
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT=68dd3fb3546eafcbd59c72847cd3b820e2c80c73
DESCRIPTION="ZFS backup via zfs send/recv over ssh"
HOMEPAGE="https://github.com/adaugherity/zfs-backup"
SRC_URI="https://github.com/adaugherity/zfs-backup/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/zfs-backup-${COMMIT}"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}
app-admin/sudo
sys-fs/zfs
"
src_prepare() {
# Use sudo instead of pfexec
sed -i -e '/^PFEXEC/ s/which pfexec/which sudo/' zfs-backup.sh || die
eapply_user
}
src_install() {
newbin zfs-backup.sh zfs-backup
dodoc README example-catchup.cfg example.cfg
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | zfs-backup-20150318.tar.gz | 7189 bytes | https://github.com/adaugherity/zfs-backup/archive/68dd3fb3546eafcbd59c72847cd3b820e2c80c73.tar.gz |