Search Criteria
Package Details: backintime-cli-git 1.1.12.r440.gd0f9b844-1
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. CLI version. |
Upstream URL: | https://github.com/bit-team/backintime |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | willemw |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 26 |
Popularity: | 0.000290 |
First Submitted: | 2015-10-15 03:28 |
Last Updated: | 2018-02-19 20:54 |
Dependencies (15)
- cron (scron-git, systemd-crontab-generator, dcron, dcron-git, systemd-cron-next, shubhcron, vixie-cron, cronie-selinux, systemd-cron, systemd-cron-next-git, cronie, fcron)
- fuse2
- openssh (openssh-hpn-git, openssh-git, openssh-gssapi, openssh-selinux, openssh-hpn)
- python-dbus
- python-keyring
- rsync (rsync-git)
- git (git-git) (make)
- openssh (openssh-hpn-git, openssh-git, openssh-gssapi, openssh-selinux, openssh-hpn) (make)
- python-dbus (make)
- python-keyring (make)
- rsync (rsync-git) (make)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux) (make)
- xorg-xdpyinfo (make)
- encfs (optional) – encrypted filesystems
- sshfs (optional) – remote filesystems
Required by (2)
- backintime (requires backintime-cli)
- backintime-git
Latest Comments
1 2 3 4 5 Next › Last »
Rhinoceros commented on 2019-04-02 20:52
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
Anyone else failing the following test?
Rhinoceros commented on 2018-12-20 22:02
As per my previous comment, I think @willemw can remove the out-of-date flag.
Rhinoceros commented on 2018-11-09 10:31
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
@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
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
@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
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
bab0: Should be fixed now.
bab0 commented on 2018-02-19 20:30
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?