Package Details: zrepl 0.7.0-2

Git Clone URL: https://aur.archlinux.org/zrepl.git (read-only, click to copy)
Package Base: zrepl
Description: One-stop ZFS backup & replication solution
Upstream URL: https://zrepl.github.io
Keywords: backup replication zfs zrepl
Licenses: MIT
Conflicts: zrepl
Provides: zrepl
Submitter: johnramsden
Maintainer: johnramsden (allddd)
Last Packager: allddd
Votes: 18
Popularity: 0.94
First Submitted: 2019-10-13 06:23 (UTC)
Last Updated: 2026-04-04 21:03 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

allddd commented on 2026-04-04 20:25 (UTC)

@johnramsden thanks, i’ve updated the package and fixed a few other issues i noticed as well, along with the ldflags thing

would you mind adding me as a co-maintainer of zrepl-bin so i can update it? it’s currently still on v0.6.1

johnramsden commented on 2026-04-03 17:30 (UTC)

@allddd Based on our previous email discussion I added you as a co-maintainer. Feel free to go ahead and make the relevant change.

In time if it makes sense I can hand the package over to you

allddd commented on 2026-04-02 17:22 (UTC) (edited on 2026-04-02 17:22 (UTC) by allddd)

The dev moved everything from the root of the repo into the internal directory in 908807b. GO_LDFLAGS in the PKBUILD file is still referencing the old path:

GO_LDFLAGS="-X github.com/zrepl/zrepl/version.zreplVersion=${zrepl_version}"

This should be replaced with:

GO_LDFLAGS="-X github.com/zrepl/zrepl/internal/version.zreplVersion=${zrepl_version}"

johnramsden commented on 2024-06-09 03:44 (UTC)

@xiota Please let me know if this fixes your issue.

minus commented on 2022-12-27 14:41 (UTC) (edited on 2022-12-27 14:42 (UTC) by minus)

The build may fail with

==> Starting build()...
# github.com/zrepl/zrepl
flag provided but not defined: -flto
[...]

when your makepkg.conf has lto in options. The PKGBUILD passes the LDFLAGS to Go which apparently does not understand that one. Adding

options=('!lto')

to the PKGBUILD works around that. Would be cool if you could just add that.

johnramsden commented on 2022-11-08 01:10 (UTC)

@Beneter if you want changes to the default service you can put a service in the /etc/systemd/system directory and name it the same as the original service. It will then be used before the /usr/lib/systemd/system service. You can also add systemd overrides.

https://www.freedesktop.org/software/systemd/man/systemd.unit.html

Beneter commented on 2022-11-08 01:04 (UTC)

It works for me now. Thanks a lot!

By the way. Is there any chance to persist changes to /usr/lib/systemd/system/zrepl.service between releases?

johnramsden commented on 2022-11-01 16:34 (UTC)

@simonsd let me know if it starts for you now, or if you're still having a problem.