Trying to delete a snapshot ate up all memory causing my machine to become super unresponsive without actually deleting anything. Filed a new bug about this: https://bugs.launchpad.net/backintime/+bug/1332969
Search Criteria
Package Details: backintime 1.5.2-1
Package Actions
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)
- backintime-cliAUR (backintime-cli-gitAUR)
- libnotify (libnotify-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- python-dbus
- python-pyqt6
- sshfs
- xorg-xdpyinfo
- python (python37AUR, python311AUR, python310AUR) (make)
- kompare (kompare-gitAUR) (optional) – diff/patch frontend
- meld (meld-gitAUR) (optional) – diff/patch frontend
- qt6-translations (optional) – translate BIT dialogs into native language
Required by (1)
- backintime-cli (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 .. 73 Next › Last »
catalin.hritcu commented on 2014-06-22 14:34 (UTC)
<deleted-account> commented on 2014-06-09 22:19 (UTC)
You can add a systemd.timer (and therefor cronie make optdep)
I mean like the one in prey-tracker (user need to activate it to work, like a normal systemd.service) so those like me that want Not have cronie in they system can use it without edit the pkgbuild every time is updated
graysky commented on 2014-06-03 21:26 (UTC)
disable_keyring_for_root.patch is included in the source tarball... not sure what your problem is with this.
gatonero commented on 2014-06-03 21:09 (UTC)
It had been very nice to insert the link to https://bbs.archlinux.org/viewtopic.php?pid=1360283#p1360283 here!
1) Download the tarball
2) Extract it
3) cd into it
4) makepkg -src
5) Manually install the needed packages using pacman -U ...
for example: sudo pacman -U backintime-1.0.34-4-any.pkg.tar.xz
sudo pacman -U backintime-gtk-1.0.34-4-any.pkg.tar.xz
Germar commented on 2014-06-03 20:50 (UTC)
Click on 'Download tarball' and extract it...
gatonero commented on 2014-06-03 20:45 (UTC)
Where do I get the source disable_keyring_for_root.patch?
gatonero commented on 2014-06-02 17:55 (UTC)
I downloaded PKGBUILD. When executing makepkg -src in the same directory I got
==> FEHLER: disable_keyring_for_root.patch wurde nicht im build Verzeichnis gefunden und ist keine URL.
graysky commented on 2014-06-01 20:45 (UTC)
Don't use a wrapper script when building split packages that provide subpackages that conflict with eachother. Just use `makepkg -src` and then `pacman -U ...`
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.