Package Details: veeam 6.1.2.1781-3

Git Clone URL: https://aur.archlinux.org/veeam.git (read-only, click to copy)
Package Base: veeam
Description: Veeam Agent for Linux
Upstream URL: https://repository.veeam.com/backup/linux/agent
Keywords: backup veeam
Licenses: custom
Submitter: CodeImp
Maintainer: krnlsoft
Last Packager: krnlsoft
Votes: 14
Popularity: 0.60
First Submitted: 2019-01-25 09:05 (UTC)
Last Updated: 2024-07-07 10:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

theokonos commented on 2021-10-08 14:19 (UTC)

Updated to 5.0.1.4493. Please cleanbuild to avoid sha256 checksum issues.

Note, veeam is working on experimental support for kernels above 5.8 and this is supposedly working -- however this package will remain on stable release for the time being.

If anyone is interested in packaging the experimental build and making a new AUR listing, please feel free: https://github.com/veeam/veeamsnap/issues/10

theokonos commented on 2021-08-14 13:53 (UTC)

@k0ste -- good catch, thanks! The URL's been updated. For some reason I thought the veeam repo was only available over http.

k0ste commented on 2021-08-14 08:36 (UTC)

please replace http url link to https

theokonos commented on 2021-07-26 19:19 (UTC)

@StarTroop: you're correct -- veeamconfig (and the rest of the veeam applications) are intended to be run as root or a user with sudo privileges.

As for the autocomplete, the behavior on my system is the same. veeamconfig does not autocomplete unless I change my user to root.

StarTroop commented on 2021-07-25 11:11 (UTC)

Veeamconfig does not start without root privileges, even though my user is in the veeam group. I've logged out/in, rebooted, restarted veeamservice, but no dice. Furthermore, veeamconfig is not autocompleted in my terminal (xfce4-terminal with bash). Are these bugs or am I missing some configuration?

Traace commented on 2021-06-28 13:19 (UTC) (edited on 2021-06-28 13:19 (UTC) by Traace)

Many thanks for the agent. Now I dont have to setup another backup solution :) #voted

theokonos commented on 2021-04-21 12:25 (UTC)

@k0ste oh! thank you for that. I bumped it to 8 since that's the number of changes I've made to the PKGBUILD/other files since upgrading the base package to v5. Should be reflected in your AUR manager now.

k0ste commented on 2021-04-21 12:20 (UTC)

@theokonos please don't forget bump pkgrel if you uprade PKGBUILD, but not upgrade version. Thanks

theokonos commented on 2021-04-21 11:54 (UTC)

@washed Sure thing! And thanks for the feedback! The original packager included a veeam.install file that took care of system service restarts and adding the veeam group. When I was updating the PKGBUILD for version 5 and running into issues, I got help from the Arch forums and a guy there revamped the PKGBUILD and recommended removing the veeam.install file entirely. I've restored it now, including the service restarts and groupadd as you suggested.

Thanks!

washed commented on 2021-04-20 22:36 (UTC)

Hey, thanks for taking care of this package and updating it! I just tried to install it on Manjaro with KDE (5.10) and it had trouble starting the service because of a missing group "veeam". Running groupadd veeam followed by systemctl restart veeamservice fixed it for me. Maybe an install step is necessary to add this group before it tries to start the service? Thanks!