Search Criteria
Package Details: backintime-git 1.3.1.r1.ge1ae23dd-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/backintime-git.git (read-only, click to copy) |
---|---|
Package Base: | backintime-git |
Description: | Simple backup/snapshot system inspired by Flyback and TimeVault. Qt5 GUI version. |
Upstream URL: | https://github.com/bit-team/backintime |
Licenses: | GPL |
Conflicts: | backintime |
Provides: | backintime |
Submitter: | willemw |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 27 |
Popularity: | 0.017825 |
First Submitted: | 2015-10-15 03:28 (UTC) |
Last Updated: | 2021-10-20 11:10 (UTC) |
Dependencies (17)
- backintime-cli-git
- libnotify (libnotify-gtk2, libnotify-id, libnotify-git)
- polkit (polkit-no-script-git, polkit-git, polkit-consolekit)
- python-dbus (dbus-python)
- python-pyqt5 (python-pyqt5-sip4)
- xorg-xdpyinfo
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- openssh (openssh-hpn-git, openssh-git, openssh-gssapi, openssh-xdg-git, openssh-dotconfig, openssh-selinux, openssh-hpn-shim) (make)
- python-dbus (dbus-python) (make)
- python-keyring (make)
- rsync (rsync-git) (make)
- systemd (systemd-homed-containers, systemd-selinux, systemd-git, systemd-pr23511) (make)
- xorg-xdpyinfo (make)
- python-pyqt5 (python-pyqt5-sip4) (check)
- kompare (kompare-git) (optional) – diff tool
- meld (meld-dev, meld-git) (optional) – diff tool
- python-secretstorage (optional) – store passwords
Required by (2)
- backintime-cli (requires backintime) (optional)
- dcvviewer-bin (requires backintime)
Latest Comments
tom commented on 2021-10-20 12:37 (UTC)
you are probably right... it works on an other Arch system...
willemw commented on 2021-10-20 12:23 (UTC)
For me, no problems installing it with yay:
Typed in "3" to install backintime-git.
tom commented on 2021-10-20 12:11 (UTC)
You didn't say how you built it.
$ yay backintime
willemw commented on 2021-10-20 11:57 (UTC)
You didn't say how you built it.
backintime-cli-git is in the AUR. Makepkg won't be able to install it automatically as a dependency by itself.
backintime-cli-git is part of the backintime-git split package base. Some AUR helpers may perhaps not work correctly with split packages.
It's a known issue: https://github.com/bit-team/backintime/issues/659
I don't see that message in my build output (when running makepkg directly).
tom commented on 2021-10-20 11:24 (UTC)
now:
Warnung: Kann "backintime-cli-git" nicht auflösen (eine Abhängigkeit von "backintime-git") :: Das folgende Paket kann aufgrund nicht auflösbarer Abhängigkeiten nicht aktualisiert werden: backintime-git
Is this a problem?:
WARNING: Failed to read process stat from /proc/3553136/stat: [2] No such file or directory
Or this:
/usr/bin/makepkg: line 395: local: `-': not a valid identifier
willemw commented on 2021-10-20 11:12 (UTC)
@tom: that build error should probably be fixed now.
tom commented on 2021-10-20 10:56 (UTC)
$ locale -a C de_DE.utf8 POSIX
there is no error
willemw commented on 2021-10-20 09:59 (UTC)
@tom: it may have something to do with the warning: "/bin/sh: warning: setlocale: LC_ALL: cannot change locale". If you run
locale -a
, you should not see any errors (see https://bbs.archlinux.org/viewtopic.php?id=234447).Please put log output in a Markdown code block/section next time.
tom commented on 2021-10-20 08:33 (UTC)
==> FEHLER: Ein Fehler geschah in check().
...
man pages
for i in $(ls -1 man/C/); do case $i in .gz|~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done ==> Beginne check()... make: Entering directory '/home/KG/yay/backintime-git/src/backintime/common' python3 -m unittest -b test/test_applicationinstance.py WARNING: Failed to read process stat from /proc/3458091/stat: [2] No such file or directory /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ........../bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) .........
Ran 19 tests in 0.074s
OK python3 -m unittest -b test/test_argparser.py WARNING: Failed to read process stat from /proc/3458106/stat: [2] No such file or directory WARNING: Failed to read process stat from /proc/3458128/stat: [2] No such file or directory WARNING: Failed to read process stat from /proc/3458129/stat: [2] No such file or directory .....................
Ran 21 tests in 3.514s
OK python3 -m unittest -b test/test_backintime.py WARNING: Failed to read process stat from /proc/3458304/stat: [2] No such file or directory /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) .F Stderr: /home/KG/yay/backintime-git/src/backintime/common/test/test_backintime.py:33: DeprecationWarning: Please use assertEqual instead. self.assertEquals("", subprocess.getoutput("python3 backintime.py --quiet"))
====================================================================== FAIL: test_quiet_mode (test.test_backintime.TestBackInTime)
Traceback (most recent call last): File "/home/KG/yay/backintime-git/src/backintime/common/test/test_backintime.py", line 33, in test_quiet_mode self.assertEquals("", subprocess.getoutput("python3 backintime.py --quiet")) AssertionError: '' != '/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)' + /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Stderr: /home/KG/yay/backintime-git/src/backintime/common/test/test_backintime.py:33: DeprecationWarning: Please use assertEqual instead. self.assertEquals("", subprocess.getoutput("python3 backintime.py --quiet"))
Ran 2 tests in 3.768s
FAILED (failures=1) make: *** [Makefile:566: unittest] Error 1 make: Leaving directory '/home/KG/yay/backintime-git/src/backintime/common' ==> FEHLER: Ein Fehler geschah in check().
willemw commented on 2021-07-21 09:09 (UTC)
@carlosnewmusic: that is a bug in a backintime test. It happens after an empty crontab is saved:
Save an empty crontab.
carlosnewmusic commented on 2021-07-20 22:19 (UTC)
OK (skipped=30) python3 -m unittest -b test/test_takeSnapshot.py .........sssssssss
Ran 18 tests in 3.013s
OK (skipped=9) python3 -m unittest -b test/test_tools.py .....s.......s..s......s................F..s.s...ss...s............. ====================================================================== FAIL: test_readWriteCrontab (test.test_tools.TestTools)
Traceback (most recent call last): File "/var/tmp/pamac-build-user/backintime-git/src/backintime/common/test/test_tools.py", line 555, in test_readWriteCrontab self.assertEqual(len(newCrontab), len(oldCrontab) + 1) AssertionError: 1 != 2
Ran 68 tests in 3.073s
FAILED (failures=1, skipped=9) make: *** [Makefile:577: unittest] Error 1 make: Leaving directory '/var/tmp/pamac-build-carlos/backintime-git/src/backintime/common' ==> ERROR: Se produjo un fallo en check(). Cancelando...
Rhinoceros commented on 2019-04-02 20:52 (UTC)
check() is fine for me, with the latest
1.1.12.r449.gba37b1e7-1
, usingmakepkg
. I do get some warnings, but no error.graysky commented on 2019-04-02 20:46 (UTC)
Anyone else failing the following test?
Rhinoceros commented on 2018-12-20 22:02 (UTC)
As per my previous comment, I think @willemw can remove the out-of-date flag.
Rhinoceros commented on 2018-11-09 10:31 (UTC)
I think pkgver is fine. It's pulling from the master branch, which is correct. The problem is that the stable release 1.1.24 is on a separate branch
series1.1
, presumably because upstream are rolling hotfixes into older versions without upgrading the stable with all the newer features.I think @willemw's advice is right though; just reinstall. It doesn't make sense to upgrade the epoch, for example, because the previous tag on the master is 1.1.12.
willemw commented on 2018-11-09 10:09 (UTC) (edited on 2018-11-09 10:19 (UTC) by willemw)
@uffe: There is an issue with pkgver(). It's not getting the latest tag anymore.
You can reinstall all your backintime*-git packages to upgrade to the latest commit. This is independent from version number generated by pkgver().
uffe commented on 2018-11-09 09:50 (UTC)
Hello I'm trying to get away from the aur/backintime package as it uses qt4 - Hence I would like to use this package (aur/backintime-git) - because of its qt5 dependency. But this package is at version 1.1.12 is behind the aur/backintime package (1.1.24). And I do not really like the idea of downgrading to an older version of backintime - risking the integrity my existing backups. Are there any plans to get this package up to 1.1.24 ? Thanks
willemw commented on 2018-11-05 15:26 (UTC)
@Jino: Building this package with makepkg (in a clean chroot) and don't see this error. Are you using an AUR helper? Try building in a clean chroot environment or directly with makepkg.
'gocryptfs' is not a dependency. Will remove those comments. 'python-pyqt5' is already in 'depends'. No need to declare it in 'checkdepends'.
Jino commented on 2018-11-05 13:59 (UTC) (edited on 2018-11-05 14:06 (UTC) by Jino)
I am experiencing an error when building:
ModuleNotFoundError: No module named 'PyQt5'
I see the line
checkdepends=('gocryptfs')
to be commented. Shouldn´ t this line beeing uncommented and 'python-pyqt5' to be added as checkdepend?
willemw commented on 2018-02-19 20:56 (UTC)
bab0: Should be fixed now.
bab0 commented on 2018-02-19 20:30 (UTC)
Is fusermount deprecated?
After setting up a new system, installing sshfs and running backintime i got
(Last line is german - it just says file or directory not found)
A quick search let me to https://wiki.archlinux.org/index.php/SSHFS which suggested that fusermount3 is the way to go.
A hot fix (adding a 3 on line 488 in /usr/share/backintime/common/mount.py) made everything work.
Am I supposed to install something else? if yes, why isn't it a dependency?
Rhinoceros commented on 2017-03-27 21:24 (UTC)
willemw commented on 2017-03-27 15:54 (UTC)
egrupled commented on 2017-03-27 10:56 (UTC) (edited on 2017-03-27 10:57 (UTC) by egrupled)
willemw commented on 2017-03-27 08:13 (UTC)
Rhinoceros commented on 2017-03-26 23:57 (UTC) (edited on 2017-03-26 23:57 (UTC) by Rhinoceros)
commented on 2017-01-12 06:13 (UTC)
commented on 2017-01-12 05:52 (UTC)
ampoffcom commented on 2016-09-19 18:43 (UTC)
willemw commented on 2016-09-16 12:35 (UTC) (edited on 2016-09-16 12:38 (UTC) by willemw)
ampoffcom commented on 2016-09-16 11:34 (UTC)
Rhinoceros commented on 2016-09-15 10:06 (UTC)
willemw commented on 2016-09-15 05:11 (UTC)
Rhinoceros commented on 2016-09-15 02:38 (UTC)
willemw commented on 2016-08-01 16:25 (UTC)
sekret commented on 2016-08-01 15:44 (UTC)
willemw commented on 2016-08-01 15:05 (UTC)
Germar commented on 2016-08-01 13:17 (UTC)
willemw commented on 2016-04-09 06:40 (UTC)
Germar commented on 2015-10-14 22:35 (UTC)
willemw commented on 2015-01-17 09:59 (UTC)
willemw commented on 2015-01-17 09:52 (UTC)
willemw commented on 2014-06-06 20:41 (UTC)
willemw commented on 2014-04-05 10:47 (UTC)
kv1dr commented on 2014-04-05 09:46 (UTC)
willemw commented on 2013-11-07 05:41 (UTC)
willemw commented on 2013-08-17 20:24 (UTC)
becatlibra commented on 2013-08-17 19:50 (UTC)
willemw commented on 2013-07-20 09:58 (UTC)
willemw commented on 2013-06-26 20:12 (UTC)
zoe commented on 2013-06-18 09:45 (UTC)
imraro commented on 2013-03-31 18:24 (UTC)
commented on 2013-03-05 04:55 (UTC)
fettouhi commented on 2013-01-05 11:10 (UTC)
commented on 2011-01-13 00:49 (UTC)