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: 296
Popularity: 0.173619
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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 71 Next › Last »

graysky commented on 2015-12-16 19:51 (UTC)

Thanks, ainola. Updated in 1.1.8-4

ainola commented on 2015-12-16 18:02 (UTC)

homepage has moved: https://github.com/bit-team/backintime

dabbill commented on 2015-12-15 03:21 (UTC)

graysky - I know but I am to lazy to remember all the aur packages I have installed to update them manually. :)

graysky commented on 2015-12-14 19:43 (UTC)

@dabbill - Don't an an AUR helper... they are lame :p

dabbill commented on 2015-12-14 19:40 (UTC)

For some reason I keep getting prompted to update when running package manager. Then it just re-installs the same version. Does this no matter how many times I run apacman -Syu. warning: backintime-cli-1.1.8-3 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... Package (1) Old Version New Version Net Change backintime-cli 1.1.8-3 1.1.8-3 0.00 MiB Total Installed Size: 1.09 MiB Net Upgrade Size: 0.00 MiB

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

NP, sorry for the glitch with -2.

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