Package Base Details: backintime

Git Clone URL: https://aur.archlinux.org/backintime.git (read-only, click to copy)
Submitter: None
Maintainer: graysky
Last Packager: graysky
Votes: 297
Popularity: 0.27
First Submitted: 2009-01-09 20:46 (UTC)
Last Updated: 2024-02-03 12:23 (UTC)

Pinned Comments

graysky commented on 2023-10-07 12:15 (UTC)

Using an AUR helper such as yay to build packages including backintime is HIGHLY discouraged. The recommended build method is to use a clean chroot. See: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

I wrote a script that automates much of that called clean-chroot-manager offered here in the AUR.

Please stop posting build failures because you insist on building with yay or other AUR helpers.

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 70 Next › Last »

graysky commented on 2022-06-12 15:58 (UTC)

@Alad - I do not get that failure: https://gist.github.com/graysky2/121d549c99d542592e961bb73c1d0228

Alad commented on 2022-06-12 13:14 (UTC)

Tests fail:

=====================================================================
FAIL: test_readWriteCrontab (test.test_tools.TestTools)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/archie/.cache/aurutils/sync/backintime/src/backintime-1.3.2/common/test/test_tools.py", line 556, in test_readWriteCrontab
    self.assertEqual(len(newCrontab), len(oldCrontab) + 1)
AssertionError: 1 != 2

----------------------------------------------------------------------
Ran 68 tests in 1.237s

FAILED (failures=1, skipped=9)
make: *** [Makefile:577: unittest] Error 1
==> ERROR: A failure occurred in check().
    Aborting...

gerum100 commented on 2022-05-13 15:27 (UTC)

@leonardof: I am pretty is not related to backintime. I think it is any issue in Qt or adwaita. The problem is that if you search for a icon (e.g "list-add") with Qt it searches only for icons that have that name, but adwaita only delivers files with the "-symbolic" postfix.

pipep commented on 2022-04-23 06:01 (UTC)

@leonardof: Same problem here, see https://imgur.com/a/PwlSTcj I am using Adwaita icon theme

yochananmarqos commented on 2022-04-22 19:08 (UTC) (edited on 2022-04-22 19:14 (UTC) by yochananmarqos)

@leonardof: I have icons in the toolbar. There is no application icon in the package and the icon defined in the desktop file is the generic document-save icon. The desktop file hasn't changed since 2016, so maybe it's due to the icon theme. I'm using Papirus-Dark.

EDIT: The Paprius Team suggests changing it to systemback instead. It does look nicer.

leonardof commented on 2022-04-22 17:32 (UTC)

Anyone else seeing text instead of icons in the toolbar, and a symbolic icon instead of the app icon in the launcher? I'm on GNOME, and it started around the upgrade to GNOME 42.

graysky commented on 2021-12-18 13:56 (UTC)

Cannot reproduce your error.

MickeyRat commented on 2021-12-18 13:01 (UTC)

I got the following error on both this and the git version and I wasn't using an AUR helper. Possible missing dependency. Not sure.

make: *** [Makefile:567: unittest] Alarm clock

katt commented on 2021-07-20 16:16 (UTC)

check() fails in clean chroot, needs python-dbus, openssh, and rsync as checkdepends to succeed.

diff --git a/PKGBUILD b/PKGBUILD
index c666bf3..4ceea6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=(any)
 url="https://github.com/bit-team/backintime"
 license=(GPL)
 makedepends=(python)
+checkdepends=(openssh python-dbus rsync systemd)
 source=("$_pkgname-$pkgver.tar.gz::https://github.com/bit-team/$_pkgname/archive/$pkgver.tar.gz")
 b2sums=('b5bea6aad750ffe133d650af9b957500f857fabc9ab14e7e02abe2e7cc3bad806c609f76c5f553e764435b3ab5b5096d21c7329bd7497814f8a4ab23cb58f49f')