Right -- it hasn't been packaged and released on the main website, so since this isn't a -bzr package, it can't be updated until that happens.
Search Criteria
Package Details: backintime-cli 1.5.3-2
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. CLI version. |
Upstream URL: | https://github.com/bit-team/backintime |
Licenses: | GPL |
Submitter: | None |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 299 |
Popularity: | 2.16 |
First Submitted: | 2009-01-09 20:46 (UTC) |
Last Updated: | 2024-11-13 15:34 (UTC) |
Dependencies (8)
- cron (scron-gitAUR, vixie-cronAUR, busybox-crondAUR, mcronAUR, dcronAUR, dcron-gitAUR, cronie-selinuxAUR, systemd-cron-next-gitAUR, systemd-cronAUR, cronie, fcron)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR)
- python-dbus
- python-keyring
- python-packaging
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR)
- python (python37AUR, python311AUR, python310AUR) (make)
- backintimeAUR (backintime-gitAUR) (optional) – Qt6 GUI version
Required by (1)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 65 66 67 68 69 70 71 72 73 Next › Last »
fukawi2 commented on 2010-10-27 22:07 (UTC)
mr_hangman commented on 2010-10-27 21:59 (UTC)
The developer has released 1.0.4 on launchpad. https://code.launchpad.net/backintime
With a critical bug fixed, I thought it should be updated here. Sorry if I misunderstood it.
fukawi2 commented on 2010-10-27 21:43 (UTC)
Again, why is this marked out of date?? There is NO NEW VERSION on the developers website. Please do NOT mark out of date if it isn't.
fukawi2 commented on 2010-10-24 22:45 (UTC)
Fixed a bash syntax error that would have broken Gnome and *box installations. Please rebuild using the new PKGBUILD if you DO NOT use KDE.
fukawi2 commented on 2010-10-20 21:58 (UTC)
Why is this out of date? There's no new release on the developers website?
PKGBUILD updated to patch the /usr/bin/ scripts to use python2
domanov commented on 2010-10-20 14:51 (UTC)
Turns out, python2 needs to be called as interpreter in the bash scripts. The workaround is to simply change:
from:
python ${APP_PATH}/app.py "$@"
to:
python2 ${APP_PATH}/app.py "$@"
in /usr/bin/backintime, -gnome and -kde4. Works flawlessy :)
Of course python2 has to be installed, but I think it is the default for arch. PKGBUILD (dependencies and so on) needs to be changed.
graysky commented on 2010-10-19 20:20 (UTC)
Yep, same here
$ backintime-gnome
File "/usr/share/backintime/gnome/app.py", line 308
if self.snapshots.has_old_snapshots():
^
TabError: inconsistent use of tabs and spaces in indentation
domanov commented on 2010-10-19 11:43 (UTC)
After rebuild:
$ backintime-gnome
File "/usr/share/backintime/gnome/app.py", line 308
if self.snapshots.has_old_snapshots():
^
TabError: inconsistent use of tabs and spaces in indentation
<deleted-account> commented on 2010-10-19 09:26 (UTC)
[lorenzo@nemesis ~]$ backintime
File "/usr/share/backintime/common/backintime.py", line 47
print ''
^
SyntaxError: invalid syntax
Guess python3 related...
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.