Package Details: backintime-cli-git 1.4.3.r54.g50c74444-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: GPL
Conflicts: backintime-cli
Provides: backintime-cli
Submitter: willemw
Maintainer: willemw
Last Packager: willemw
Votes: 28
Popularity: 0.000001
First Submitted: 2015-10-15 03:28 (UTC)
Last Updated: 2024-06-05 08:48 (UTC)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

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

Traceback (most recent call last):
  File "/usr/share/backintime/qt/settingsdialog.py", line 1751, in accept
    if self.validate():
  File "/usr/share/backintime/qt/settingsdialog.py", line 1495, in validate
    if not self.saveProfile():
  File "/usr/share/backintime/qt/settingsdialog.py", line 1421, in saveProfile
    mnt.umount(hash_id = hash_id)
  File "/usr/share/backintime/common/mount.py", line 178, in umount
    backend.umount()
  File "/usr/share/backintime/common/mount.py", line 456, in umount
    self._umount()
  File "/usr/share/backintime/common/mount.py", line 488, in _umount
    subprocess.check_call(['fusermount', '-u', self.currentMountpoint])
  File "/usr/lib/python3.6/subprocess.py", line 286, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python3.6/subprocess.py", line 267, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/usr/lib/python3.6/subprocess.py", line 709, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.6/subprocess.py", line 1344, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'fusermount': 'fusermount'

(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)

Thanks @willemw!

willemw commented on 2017-03-27 15:54 (UTC)

Removed gocryptfs for now. It's not ready to be used yet.

egrupled commented on 2017-03-27 10:56 (UTC) (edited on 2017-03-27 10:57 (UTC) by egrupled)

Change 'gocrypt' to 'gocryptfs' in optional dependencies for cli

willemw commented on 2017-03-27 08:13 (UTC)

@Rhinoceros: Thanks. Updated the upstream URL. Fixed the build test by adding 'gocryptfs' as a dependency. However, in a clean chroot build environment, the gocryptfs test hangs.

Rhinoceros commented on 2017-03-26 23:57 (UTC) (edited on 2017-03-26 23:57 (UTC) by Rhinoceros)

FYI, the latest version fails to build, because of `make test` [a]. Also, I'm not sure if the home page has changed. It's currently down [b]. FWIW the GitHub page [c] doesn't even mention this page. [a] https://github.com/bit-team/backintime/issues/725 [b] http://backintime.le-web.org [c] https://github.com/bit-team/backintime