Package Details: backintime 1.5.2-1

Git Clone URL: https://aur.archlinux.org/backintime.git (read-only, click to copy)
Package Base: backintime
Description: Simple backup system inspired from the Flyback Project and TimeVault. Qt5 GUI version.
Upstream URL: https://github.com/bit-team/backintime
Licenses: GPL
Submitter: None
Maintainer: graysky
Last Packager: graysky
Votes: 296
Popularity: 0.48
First Submitted: 2009-01-09 20:46 (UTC)
Last Updated: 2024-08-07 19:55 (UTC)

Dependencies (11)

Required by (1)

Sources (1)

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 .. 51 52 53 54 55 56 57 58 59 60 61 .. 73 Next › Last »

rectec commented on 2013-08-30 01:54 (UTC)

I've made a huge mistake. BIT actually doesn't start without openssh. I should've tested it without having openssh installed. Let's just add openssh to the depends and forget all about this, ok? :)

agustin commented on 2013-08-27 11:25 (UTC)

Same here. This is the KDE Crash handler report http://pastebin.com/Kv9Gdwxj

<deleted-account> commented on 2013-08-23 19:36 (UTC)

Crashes on KDE. Back In Time Version: 1.0.23 Back In Time comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; type `backintime-kde4 --license' for details. KCrash: Application 'app.py' crashing... KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit

Germar commented on 2013-08-15 17:04 (UTC)

openssh is indeed only needed for SSH-Mode. But as a workaround of https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672 BIT always starts a new ssh-agent at startup. Even if you don't use SSH-Mode. If this bug does not occur on Arch-Linux (didn't test that) you can patch remove ssh-agent in common/backintime and gnome/backintime-gnome so you don't need openssh at all if you don't use SSH-Mode. Germar, BIT-Team

rectec commented on 2013-08-14 15:46 (UTC)

Remove 'ssh-agent' from depends and add 'openssh' to optdepends; it's only needed for the remote (SSH File Transfer) backup feature. The program runs fine without it. I'll email you the fixed tarball/PKGBUILD. Thanks.

Corubba commented on 2013-08-14 09:52 (UTC)

Confirmed, build and runs fine for me with installed openssh package from [core]. /usr/bin/ssh-agent is owned by that package.

noplomplom commented on 2013-08-14 09:47 (UTC)

Apparently the package "ssh-agent" does not exist in the repos nor in the AUR. I think ssh-agent is part of "openssh".

fukawi2 commented on 2013-08-14 08:16 (UTC)

ssh-agent added as dependency

morodan commented on 2013-08-09 13:56 (UTC)

Was having a "/usr/bin/backintime: line 30: ssh-agent: command not found" problem, fixed with this: https://answers.launchpad.net/backintime/+question/232771 (solution: install package "ssh-agent") Could it be set as dependency or set aside from the requirements?