Search Criteria
Package Details: rdiff-backup 2.2.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/rdiff-backup.git (read-only, click to copy) |
---|---|
Package Base: | rdiff-backup |
Description: | Reverse differential backup tool, over a network or locally |
Upstream URL: | https://github.com/rdiff-backup/rdiff-backup |
Licenses: | GPL-2.0-only |
Submitter: | arojas |
Maintainer: | carsme |
Last Packager: | carsme |
Votes: | 18 |
Popularity: | 0.015820 |
First Submitted: | 2023-04-01 17:24 (UTC) |
Last Updated: | 2024-01-28 22:56 (UTC) |
Dependencies (16)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- librsync (librsync-gitAUR)
- procps-ng (busybox-coreutilsAUR, procps-ng-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-psutil
- python-yaml (python-yaml-gitAUR)
- asciidoctor (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pylibacl (check)
- python-pyxattr (check)
- python-pylibacl (optional) – access control list support
- python-pyxattr (optional) – extended attribute support
Required by (3)
- backupninja-git (optional)
- mscs (optional)
- safekeep
Latest Comments
1 2 3 4 Next › Last »
TomK32 commented on 2025-01-08 08:07 (UTC) (edited on 2025-01-08 08:13 (UTC) by TomK32)
A question regarding the PKGBUILD. Why is this running the tests? I never seen any other package doing this. With
yay --editmenu
I was able to edit it before install and remove the tests. It works just fine.TomK32 commented on 2025-01-08 07:46 (UTC) (edited on 2025-01-08 07:47 (UTC) by TomK32)
@demir you skipped the beginning of the log, asciidoctor can't find it's exectuable, doesn't surprise me with rvm being installed on my system.
rvm use system
did allow it to install viayay
. I'll report a bug with rdiff-backup for the setup.py not handling the error correctly.Maybe the PKGBUILD could check for rvm and if it exists tell the user to use the system's ruby version?
demir commented on 2024-12-03 06:22 (UTC) (edited on 2024-12-03 06:22 (UTC) by demir)
The build fails for me:
I do see a
src/rdiff-backup-2.2.6/dist/rdiff-backup-old.1
.crean commented on 2024-07-11 18:56 (UTC)
Would you please consider removing the .gitignore file? If git can see untracked files, they are easy to clean up with a
git clean -fd
.rwd2 commented on 2024-05-07 17:00 (UTC)
@exuvo Thanks, that was the solution indeed.
exuvo commented on 2024-05-07 09:35 (UTC)
You should just need to rebuild the package and it should be fixed.
rwd2 commented on 2024-05-06 18:16 (UTC) (edited on 2024-05-06 18:37 (UTC) by rwd2)
After a system upgrade of all the packages last week I get this error when starting rdiff-backup:
I see that rdiff-backup has files in /usr/lib/python3.11/site-packages/ while the current python version is 3.12.3-1.
I tried just copying /usr/lib/python3.11/site-packages/rdiff* to /usr/lib/python3.12/site-packages/ but then I get different errors.
carsme commented on 2023-10-08 16:12 (UTC) (edited on 2023-10-08 16:13 (UTC) by carsme)
As far as I can tell, upstream deleted that tag as it never was not a proper release, according to them. See https://github.com/rdiff-backup/rdiff-backup/commit/105122b142a45e57f35fb9e5e8cc08c435021528.
I've pushed a change so the version is now 2.2.6, which is their last release: https://github.com/rdiff-backup/rdiff-backup/releases/tag/v2.2.6.
This will require a manual downgrade for those who have 2.4.0 installed. Either that or I can bump the epoch.
hayfever commented on 2023-10-07 01:03 (UTC)
tarball is down, looks like wherever it was has been removed from the git... ? just getting a 404
ultdev commented on 2023-08-18 21:07 (UTC)
I ran into bug #892 filed upstream (ActionListTest.test_action_listincrements fails in sufficiently-negative-from-UTC timezones https://github.com/rdiff-backup/rdiff-backup/issues/892) and have created a patch based on the fix listed in task 893 (https://github.com/rdiff-backup/rdiff-backup/pull/893). Please add the following patch to this package, which can be removed once commit d8c2f68 is included in a release tag upstream: https://termbin.com/r0jl
1 2 3 4 Next › Last »