Package Details: kopia 0.22.3-1

Git Clone URL: https://aur.archlinux.org/kopia.git (read-only, click to copy)
Package Base: kopia
Description: A cross-platform backup-tool with encryption, deduplication, compression and cloud support.
Upstream URL: https://kopia.io
Keywords: backup
Licenses: Apache-2.0
Submitter: GraphZal
Maintainer: gromit
Last Packager: gromit
Votes: 37
Popularity: 0.97
First Submitted: 2020-10-21 15:36 (UTC)
Last Updated: 2025-12-02 17:12 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

marcool04 commented on 2026-05-11 07:16 (UTC)

yep, I have the following tests in end_to_end that are failing:

  • TestSnapshotSparseRestore/buf_trailing_bytes
  • TestSnapshotSparseRestore/buf_trailing_hole
  • TestSnapshotSparseRestore/buf_hole_on_buf_boundary
  • TestSnapshotSparseRestore/blk_hole_aligned
  • TestSnapshotSparseRestore/blk_alternating_empty
  • TestSnapshotSparseRestore/blk_alternating_zero

Failing test log here: https://pastebin.com/GU0RgBee

ozz commented on 2026-04-20 22:46 (UTC) (edited on 2026-04-20 22:50 (UTC) by ozz)

Something may be wrong when building recently. Many of the tests fail and it errors out. I tried on three different Arch machines and two failed with the same error but one build was strangely successful. The one that was successful was built on a machine that has not been updated in a while so maybe some other package is causing a problem. Anyone else see this?

itsme commented on 2024-02-27 08:47 (UTC)

@gromit we call it optimization

gromit commented on 2024-02-22 10:01 (UTC)

@samuel-w I do not understand what you want to say, the package builds without issue :)

samuel-w commented on 2024-02-22 01:39 (UTC) (edited on 2024-02-22 01:40 (UTC) by samuel-w)

You can replace the source line with

 source=("https://github.com/kopia/kopia/archive/refs/tags/v$pkgver.tar.gz")

to download the source code directly.

eh8 commented on 2023-04-24 07:52 (UTC)

Consider making fuse3 an optional dependency since kopia mount won't work without it

hexchain commented on 2022-12-28 07:31 (UTC) (edited on 2022-12-28 07:31 (UTC) by hexchain)

I was trying to build a new version (0.12.1) in a clean chroot (with devtools) and got some cgo linker errors:

_cgo_callers: relocation target x_cgo_callers not defined
_cgo_init: relocation target x_cgo_init not defined
_cgo_mmap: relocation target x_cgo_mmap not defined
...

These can be fixed by combining the two -ldflags: https://gist.github.com/hexchain/fdb8197454c9ebdbc9d4fffcd7264f7b

Hope it helps! Thanks for maintaining this package.

GraphZal commented on 2021-12-28 14:16 (UTC)

Package now is on v0.9.8.

I also figured out how to make the --version flag give useful info.

GraphZal commented on 2021-12-28 10:19 (UTC)

Sorry for the late update, had some real-life issues to deal with (job related).

package is now on v0.9.7. I'll update to 0.9.8 as soon as I figure out why it's not building correctly.

Kido commented on 2021-12-22 19:57 (UTC)

@GraphZal, 0.9.7 builds fine, please update this package.