Package Details: znapzend 0.21.1-1

Git Clone URL: https://aur.archlinux.org/znapzend.git (read-only, click to copy)
Package Base: znapzend
Description: A ZFS centric backup tool to create snapshots and send them to backup locations.
Upstream URL: http://www.znapzend.org/
Keywords: receive recv send snapshot zfs znapzend zxfer
Licenses: GPL
Submitter: johnramsden
Maintainer: johnramsden
Last Packager: johnramsden
Votes: 4
Popularity: 0.000001
First Submitted: 2016-05-30 07:34 (UTC)
Last Updated: 2022-04-14 02:47 (UTC)

Latest Comments

devyn commented on 2021-07-13 01:27 (UTC)

The Mojolicious patch is no longer required for 0.21.0, as the cpanfile has the version constraint appropriately set.

johnramsden commented on 2021-02-22 20:55 (UTC)

@mmccoo Thanks for the patch, should work now.

mmccoo commented on 2021-02-22 12:38 (UTC) (edited on 2021-02-22 12:41 (UTC) by mmccoo)

The Mojolicious package removed the delay method recently.

This change to PKGBUILD seems to work:

prepare() {
    cd "${pkgname}-${pkgver}"
    sed -i 's:@BINDIR@:/usr/bin:' "init/znapzend.service.in"
    sed -i "s:'Mojolicious':'Mojolicious', '< 9.0':"  "cpanfile"
}

I've submitted a request to znapzend which should make this change unnecessary: https://github.com/oetiker/znapzend/issues/542

Malvineous commented on 2021-02-18 06:17 (UTC)

Is there a dependency missing? I'm getting an error running the daemon:

Can't locate object method "delay" via package "Mojo::IOLoop" at /opt/znapzend/lib/Mojo/IOLoop/ForkCall.pm line 27.

stendler commented on 2019-07-24 22:01 (UTC)

The service fails to start for me since July - probably because of a newer perl version. Some lines in PERL_MODULES needed to be removed to be able to build and run again.

see https://github.com/oetiker/znapzend/issues/428