Package Details: snazzer-git r226.50bf4f2-1

Git Clone URL: https://aur.archlinux.org/snazzer-git.git (read-only, click to copy)
Package Base: snazzer-git
Description: btrfs snapshotting and backup system offering snapshot measurement, transport and pruning.
Upstream URL: https://github.com/csirac2/snazzer
Licenses: BSD
Submitter: jhass
Maintainer: None
Last Packager: JJK
Votes: 6
Popularity: 0.000000
First Submitted: 2015-07-16 12:20 (UTC)
Last Updated: 2020-01-08 09:11 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

JJK commented on 2019-12-05 08:44 (UTC) (edited on 2020-01-08 09:08 (UTC) by JJK)

snazzer-send-wrapper cannot find the location of pod2usage because it overrides the PATH variable.

The following patch fixes the issue:

4c4
< export PATH=/bin:/usr/bin:/sbin:/usr/local/bin
---
> export PATH=/bin:/usr/bin:/sbin:/usr/local/bin:/usr/bin/core_perl

EDIT: Fixed this issue in the PKGBUILD

ntxy commented on 2017-06-11 13:54 (UTC) (edited on 2017-06-13 13:52 (UTC) by ntxy)

snazzer-receive currently fails (due to changes in btrfs-progs >4.11) when there are parent relationships in snapshots. a pull request is on its way. EDIT: fixed on the master branch

FlorianJacob commented on 2016-10-24 14:51 (UTC)

I guess you're right, and people can read what's happening here. ;) It's merged now, have fun!

jhass commented on 2016-10-24 08:57 (UTC)

Great! I should have some time this evening, so just merge it in. It's a -git package, so if it's broken for a couple of hours everybody will understand ;)

FlorianJacob commented on 2016-10-23 21:59 (UTC)

Thanks for the quick adoption. :) We figured out the install manpages issue at https://github.com/csirac2/snazzer/issues/35 , pull request with this feature ready at https://github.com/csirac2/snazzer/pull/36 . This should make the build() step and the for loop installing the manpages obsolete. Problem is, though, making INSTALL_PREFIX point to the /bin directory was a mistake we didn't see until your PKGBUILD made it obvious. xD This will be a breaking change for the current PKGBUILD. I'd want to hold back the merge until you tested this and no other problems arise. As soon as you're ready, please notify me. You could revert the PKGBUILD to the old state without Makefile temporarily until I merged the PR then. Alternatively, we could agree on some time in the evening the next day to do this simultaneously, as I think we both live in UTC+1. ;)

jhass commented on 2016-10-19 18:23 (UTC)

Thanks for the hint, looking a bit better already indeed. Having the install target install the manpages (and maybe gzip them prior) too would be great :)

FlorianJacob commented on 2016-10-17 10:31 (UTC)

Hey there @jhass, thanks for maintaining snazzer! :) Snazzer recently gained a Makefile which supports things like building the documentation and installing the executables, which could make the PKGBUILD script and your life as a maintainer a little easier: https://github.com/csirac2/snazzer/blob/master/Makefile If you have the time to switch the PKGBUILD over, of course don't hesitate with any improvement suggestions etc. :)

loser137 commented on 2015-11-27 18:01 (UTC)

git should be included in makedepends