Package Base Details: backintime

Git Clone URL: https://aur.archlinux.org/backintime.git (read-only, click to copy)
Submitter: None
Maintainer: graysky
Last Packager: graysky
Votes: 297
Popularity: 0.188124
First Submitted: 2009-01-09 20:46 (UTC)
Last Updated: 2024-02-03 12:23 (UTC)

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.

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 71 Next › Last »

icedaddy commented on 2017-08-26 12:06 (UTC)

I see the same issue as tamas. I backup over SSH and this error has occurred with me after the recent update of sshfs to 3.2.0. Downgrading sshfs (to 3.0.0) fixes the issue.

tamas commented on 2017-08-24 15:22 (UTC)

I get the following error message immediately after calling "backintime backup": INFO: Take a new snapshot. Profile: 1 Hauptprofil INFO: Remove leftover 'new_snapshot' folder from last run WARNING: import keyring failed INFO: [qt4systrayicon] begin loop INFO: Call rsync to take the snapshot Traceback (most recent call last): File "/usr/share/backintime/common/backintime.py", line 874, in <module> start_app() File "/usr/share/backintime/common/backintime.py", line 459, in start_app args.func(args) File "/usr/share/backintime/common/backintime.py", line 635, in backup ret = take_snapshot(cfg, force) File "/usr/share/backintime/common/backintime.py", line 79, in take_snapshot ret = snapshots.Snapshots( cfg ).take_snapshot( force ) File "/usr/share/backintime/common/snapshots.py", line 1050, in take_snapshot ret_val, ret_error = self._take_snapshot( snapshot_id, now, include_folders ) File "/usr/share/backintime/common/snapshots.py", line 1340, in _take_snapshot saveToContinueFlag.set() File "/usr/share/backintime/common/snapshots.py", line 2023, in set with open(self.flag, 'a') as f: OSError: [Errno 22] Invalid argument: '/home/thomas/.local/share/backintime/mnt/1_3021/backintime/ortho/thomas/1/new_snapshot/save_to_continue' Anyone has any idea what is going on here and why the file "save_to_continue" is not created?

geo909 commented on 2017-01-09 00:07 (UTC)

Thanks, that did it (although I'll miss the infinality fonts).

graysky commented on 2017-01-08 19:27 (UTC)

Ditch freetype2-inf: https://bbs.archlinux.org/viewtopic.php?id=221691

coderkun commented on 2017-01-08 19:13 (UTC)

@geo909: I do have this issue, too, for some applications. But it is releated to using an unofficial freetype2 and not related to backintime. There are some bug reports like https://bugs.archlinux.org/task/52424

geo909 commented on 2017-01-08 19:09 (UTC)

After the last update, I'm having problems running the gui. Is it just me? > backintime-qt4 Traceback (most recent call last): File "/usr/share/backintime/qt4/app.py", line 30, in <module> import qt4tools File "/usr/share/backintime/qt4/qt4tools.py", line 21, in <module> from PyQt4.QtGui import QFont, QFileDialog, QListView, QAbstractItemView, \ ImportError: /usr/lib/libharfbuzz.so.0: undefined symbol: FT_Get_Var_Blend_Coordinates

graysky commented on 2016-08-04 16:38 (UTC)

No need for the dependency, see: https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

alejandro.perez commented on 2016-08-04 16:02 (UTC)

Hi, binutils should be included into the makedepends, as strip is required (otherwise it fails). Thanks for maintaining this!

graysky commented on 2016-08-01 22:23 (UTC)

@willemw - At the moment, the build will file if you do that...

willemw commented on 2016-08-01 15:17 (UTC)

test() in PKGBUILD should be check().