That looks right... do you have /usr/bin/anacron on your system? Post the output of: [[ -x /usr/bin/anacron ]] && echo ok
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 .. 46 47 48 49 50 51 52 53 54 55 56 .. 73 Next › Last »
graysky commented on 2013-10-13 20:43 (UTC)
blackshark commented on 2013-10-13 20:42 (UTC)
My mistake.
#Back In Time system entry, this will be edited by the gui:
*/15 * * * * test -x /bin/anacron && test -e /root/.config/backintime/anacrontab && /bin/anacron -s -t /root/.config/backintime/anacrontab -S /root/.local/share/backintime/anacron
graysky commented on 2013-10-13 20:40 (UTC)
Is that for your root user or your unprivileged user? Standard notation is to prefix root command with a # and either an $ or % for non-root users.
blackshark commented on 2013-10-13 20:33 (UTC)
Exactly.
$ crontab -l
#Back In Time system entry, this will be edited by the gui:
#Please don't delete these two lines, or all custom backintime entries are going to be deleted next time you call the gui options!
graysky commented on 2013-10-13 20:31 (UTC)
If I understand you correctly, you ran BIT as root and enabled an anacron task but it is not firing. Post the output of:
# crontab -l
blackshark commented on 2013-10-13 18:58 (UTC)
Hi,
I have a problem with the anacron task. It's looks like there is no task schedule. I don't understand because I've enabled a daily task in the GUI (in root).
Did you have an idea ?
graysky commented on 2013-10-10 12:15 (UTC)
Bump to v1.0.26-6
Changelog: Fix from upstream for python2-keyring v3.x.
Commit: http://pkgbuild.com/git/aur-mirror.git/commit/backintime?id=6c9de8c803141c5186b8f5bac4e2aec8ff7d2c5f
fettouhi commented on 2013-10-09 19:22 (UTC)
Seems like a fix has been committed:
https://bugs.launchpad.net/backintime/+bug/1234024
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.