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: 294
Popularity: 0.117255
First Submitted: 2009-01-09 20:46 (UTC)
Last Updated: 2024-06-04 18:45 (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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 72 Next › Last »

catalin.hritcu commented on 2015-12-13 20:06 (UTC)

Package 1.1.8-3 works well for me. Thank you.

graysky commented on 2015-12-13 20:02 (UTC)

Sorry about that... could not test on this machine. Please try 1.1.8-3 which has just been pushed.

Germar commented on 2015-12-13 19:41 (UTC)

@graysky please use this patch [1] [1]: https://gist.github.com/Germar/481f2c201a26c5050697

catalin.hritcu commented on 2015-12-13 18:35 (UTC)

There is an indentation problem with the v1.1.8-2 package (def __log_keyring_warning should not be indented but it is) that causes this failure: [hritcu@detained ~]$ backintime Traceback (most recent call last): File "/usr/share/backintime/common/backintime.py", line 23, in <module> import config File "/usr/share/backintime/common/config.py", line 31, in <module> import tools File "/usr/share/backintime/common/tools.py", line 1173 from time import sleep ^ IndentationError: expected an indented block

graysky commented on 2015-12-13 18:24 (UTC)

Bump to v1.1.8-2 Changelog: Fix #473 ahead of next release.[1] 1. https://github.com/bit-team/backintime/issues/473

graysky commented on 2015-12-13 18:23 (UTC)

I had a typo. Please try 1.1.8-2 and verify that it fixes your problems.

catalin.hritcu commented on 2015-12-13 17:29 (UTC)

These are the 2 patches I applied *by hand*: https://github.com/bit-team/backintime/commit/d7b28fa8f1f124e2e13ad9345b60c61110841485 https://github.com/bit-team/backintime/commit/9ae4960f4dca6092d3b636a3b6def68220b50a7e

graysky commented on 2015-12-13 17:25 (UTC)

@cat - Which patches did you apply and were they to 1.1.8? The two I found do not cleanly apply.

catalin.hritcu commented on 2015-12-13 16:39 (UTC) (edited on 2015-12-13 17:35 (UTC) by catalin.hritcu)

Was getting following error on starting up as user: [hritcu@detained ~]$ Traceback (most recent call last): File "/usr/share/backintime/common/backintime.py", line 23, in <module> import config File "/usr/share/backintime/common/config.py", line 31, in <module> import configfile File "/usr/share/backintime/common/configfile.py", line 19, in <module> import logger File "/usr/share/backintime/common/logger.py", line 23, in <module> import tools File "/usr/share/backintime/common/tools.py", line 1173, in <module> logger.warning('import keyring failed') AttributeError: module 'logger' has no attribute 'warning' Locally applying the 2 patches from issue #473 fixed it for me. https://github.com/bit-team/backintime/issues/473 Wondering whether you can include those patches in your package until v1.1.10 comes out. Tool not starting at all seems like a big enough problem for regular users.

graysky commented on 2015-09-29 19:01 (UTC)

Bump to v1.1.8-1