Package: golang-github-anacrolix-fuse-dev Source: golang-github-anacrolix-fuse Version: 0.3.1-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 500 Depends: golang-github-tv42-httpunix-dev, golang-golang-x-sys-dev Filename: all/golang-github-anacrolix-fuse-dev_0.3.1-2_all.deb Size: 90024 MD5sum: 4dacdc1f25c121fcd0c39a5e2a99e8c5 SHA1: 70c7f2b1b888f6b31644394b1f49656fdd9de2f7 SHA256: 46d909db4f81fa92bf34d90adbe597c1f4fdba44c996184ac64320ecc93efb9f Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/anacrolix/fuse Description: bazil.org/fuse with macOS support Fork of bazil.org/fuse (Filesystems in Go) with **support for FUSE on Mac**. MacFUSE 4.0.0 and 3.3 (or newer) are supported. . The original project **dropped support** for FUSE on Mac when OSXFUSE stopped being an open source project bazil/fuse#224 (https://github.com/bazil/fuse/issues/224). Package: golang-github-backblaze-blazer-dev Source: golang-github-backblaze-blazer Version: 0.6.1-4 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 312 Depends: golang-golang-x-net-dev Filename: all/golang-github-backblaze-blazer-dev_0.6.1-4_all.deb Size: 58336 MD5sum: 9df41c16cca7c0f471775370ae6b4e3b SHA1: 06c18bc8e47f6854182c78acdcd690bb5573311c SHA256: 2951dea03f2c50e45741880fc51aed65abd8982b4580817790b7bd74f19a9d8e Section: golang Priority: optional Homepage: https://github.com/Backblaze/blazer Description: Go library for Backblaze's B2 Blazer is a Golang client library for Backblaze's B2 object storage service. It is designed for simple integration with existing applications that may already be using S3 and Google Cloud Storage, by exporting only a few standard Go types. . It implements and satisfies the B2 integration checklist (https://www.backblaze.com/b2/docs/integration_checklist.html), automatically handling error recovery, reauthentication, and other low-level aspects, making it suitable to upload very large files, or over multi-day time scales. Package: golang-github-cenkalti-backoff-v4-dev Source: golang-github-cenkalti-backoff-v4 Version: 4.3.0-3 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 57 Filename: all/golang-github-cenkalti-backoff-v4-dev_4.3.0-3_all.deb Size: 12132 MD5sum: 7ff73fa7a195faddaf19866982b6dbe2 SHA1: 30cdc151dd72aa03707ac58048efc98a34bb219a SHA256: a804c0c740d9c2b6517c9bbb13d77964036e5893f2a87153d6c484fd32d45955 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/cenkalti/backoff Description: exponential backoff algorithm in Go Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. The retries exponentially increase and stop increasing when a certain threshold is met. . This package contains the Go development library for the v4 branch, please use golang-github-cenkalti-backoff-dev instead whenever possible. Package: golang-github-hashicorp-golang-lru-v2-dev Source: golang-github-hashicorp-golang-lru-v2 Version: 2.0.7-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 123 Filename: all/golang-github-hashicorp-golang-lru-v2-dev_2.0.7-2_all.deb Size: 20752 MD5sum: 41b38ee5ab947f9dbc7a35b4beb0ae46 SHA1: 1b2d4bd0a475154b7988b6527b262974ea8865fa SHA256: 57c059cb189b0bf8bd5da37346559d4c6a8c93d5ee448ab9be713a679623242b Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/hashicorp/golang-lru Description: Golang LRU cache (v2 with support for generics) This provides the lru package which implements a fixed-size thread safe LRU cache. It is based on the cache in Groupcache. v2 adds support for generics. . This package contains the source. Package: golang-github-peterbourgon-ff-dev Source: golang-github-peterbourgon-ff Version: 3.4.0-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 162 Depends: golang-github-pelletier-go-toml-dev, golang-gopkg-yaml.v2-dev Filename: all/golang-github-peterbourgon-ff-dev_3.4.0-2_all.deb Size: 23884 MD5sum: f381d259604501bff35974837466e8bb SHA1: ef9dbac62ca9e022e47c3a0964aa08823df3a0b3 SHA256: 1c79e0d02da9e85d54e80c88285db6b720223826b8c42d7323f891120f38c05c Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/peterbourgon/ff Description: Flags-first package for configuration (library) The basic idea is that myprogram -h should always show the complete configuration "surface area" of a program. Therefore, every config parameter should be defined as a flag. This module provides a simple and robust way to define those flags, and to parse them from command-line arguments, environment variables, and/or config files. . Building a command-line application in the style of kubectl or docker? ff.Command offers a declarative approach that may be simpler to write, and easier to maintain, than many common alternatives. Package: golang-github-peterbourgon-unixtransport-dev Source: golang-github-peterbourgon-unixtransport Version: 0.0.4-2 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 54 Depends: golang-dns-dev, golang-github-oklog-run-dev, golang-github-peterbourgon-ff-dev Filename: all/golang-github-peterbourgon-unixtransport-dev_0.0.4-2_all.deb Size: 12964 MD5sum: 32748d361569a99670c44de96eb56cc2 SHA1: d405223175b9616e631dc8dad39b5d6327482807 SHA256: 6e049b750a929efd97175ed069ab20b1e99dd7255bd759a39f071ddd24a691d8 Section: golang Priority: optional Multi-Arch: foreign Homepage: https://github.com/peterbourgon/unixtransport Description: Support for Unix domain sockets in Go HTTP clients (library) unixtransport provides a easy way to make requests with URLs like this: . resp, err := client.Get("https+unix:///path/to/socket:/request/path?a=b") . Allows one to use scheme `http+unix` or `https+unix`. Package: restic Version: 0.18.1-3 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 21733 Depends: libc6 (>= 2.34) Recommends: fuse, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-github-anacrolix-fuse (= 0.3.1-2), golang-github-backblaze-blazer (= 0.6.1-4), golang-github-cenkalti-backoff-v4 (= 4.3.0-3), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-dustin-go-humanize (= 1.0.1-1~bpo12+1), golang-github-elithrar-simple-scrypt (= 1.3.0-2), golang-github-go-ini-ini (= 1.55.0-1), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-2), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-uuid (= 1.3.0-1), golang-github-googleapis-gax-go (= 2.0.5-4), golang-github-hashicorp-golang-lru-v2 (= 2.0.7-2), golang-github-klauspost-compress (= 1.17.9+ds1-1~bpo12+1), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.84-1~bpo12+1), golang-github-ncw-swift-v2 (= 2.0.1-1.1), golang-github-peterbourgon-unixtransport (= 0.0.4-2), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-restic-chunker (= 0.4.0-2), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-go.crypto (= 1:0.25.0-1~bpo12+1), golang-go.opencensus (= 0.24.0-1), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.15.0-1~bpo12+1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.22.0-1~bpo12+1), golang-golang-x-term (= 0.22.0-1~bpo12+1), golang-golang-x-text (= 0.16.0-1~bpo12+1), golang-golang-x-time (= 0.3.0-1), golang-google-api (= 0.61.0-1), golang-google-cloud (= 0.56.0-3), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-uber-automaxprocs (= 1.4.0-3) Filename: amd64/restic_0.18.1-3_amd64.deb Size: 7560216 MD5sum: 527d6d5685eb92beaf3ccbee569f0598 SHA1: 4692b6954f34c37bc1e8f748a3734f3099d1a9eb SHA256: 668064818e723db99195b8584deedd533782190abec80db107952e82dd5efd51 Section: utils Priority: optional Homepage: https://github.com/restic/restic Description: backup program with multiple revisions, encryption and more restic is a program that does backups right and was designed with the following principles in mind: - Easy: Doing backups should be a frictionless process, otherwise you might be tempted to skip it. Restic should be easy to configure and use, so that, in the event of a data loss, you can just restore it. Likewise, restoring data should not be complicated. - Fast: Backing up your data with restic should only be limited by your network or hard disk bandwidth so that you can backup your files every day. Nobody does backups if it takes too much time. Restoring backups should only transfer data that is needed for the files that are to be restored, so that this process is also fast. - Verifiable: Much more important than backup is restore, so restic enables you to easily verify that all data can be restored. - Secure: Restic uses cryptography to guarantee confidentiality and integrity of your data. The location the backup data is stored is assumed not to be a trusted environment (e.g. a shared space where others like system administrators are able to access your backups). Restic is built to secure your data against such attackers. - Efficient: With the growth of data, additional snapshots should only take the storage of the actual increment. Even more, duplicate data should be de-duplicated before it is actually written to the storage back end to save precious backup space. Static-Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), golang-1.23 (= 1.23.5-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-github-anacrolix-fuse (= 0.3.1-2), golang-github-backblaze-blazer (= 0.6.1-4), golang-github-cenkalti-backoff-v4 (= 4.3.0-3), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-dustin-go-humanize (= 1.0.1-1~bpo12+1), golang-github-elithrar-simple-scrypt (= 1.3.0-2), golang-github-go-ini-ini (= 1.55.0-1), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-2), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-uuid (= 1.3.0-1), golang-github-googleapis-gax-go (= 2.0.5-4), golang-github-hashicorp-golang-lru-v2 (= 2.0.7-2), golang-github-klauspost-compress (= 1.17.9+ds1-1~bpo12+1), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.84-1~bpo12+1), golang-github-ncw-swift-v2 (= 2.0.1-1.1), golang-github-peterbourgon-unixtransport (= 0.0.4-2), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-restic-chunker (= 0.4.0-2), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-go.crypto (= 1:0.25.0-1~bpo12+1), golang-go.opencensus (= 0.24.0-1), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.15.0-1~bpo12+1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.22.0-1~bpo12+1), golang-golang-x-term (= 0.22.0-1~bpo12+1), golang-golang-x-text (= 0.16.0-1~bpo12+1), golang-golang-x-time (= 0.3.0-1), golang-google-api (= 0.61.0-1), golang-google-cloud (= 0.56.0-3), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-uber-automaxprocs (= 1.4.0-3) Package: restic-automatic-backup-scheduler Version: 7.4.0-2 Architecture: all Maintainer: Oleksandr Ostrenko Installed-Size: 39 Depends: restic, systemd Filename: all/restic-automatic-backup-scheduler_7.4.0-2_all.deb Size: 10380 MD5sum: 981c4a381299c7e09d289c302e28a299 SHA1: 44f8f62e089b03f4b696de6a62d168618576919a SHA256: 6f59040dfc8627dde0655c855521e789ea5fa5fd22dc986123688de56d2f4c23 Section: unknown Priority: optional Multi-Arch: foreign Homepage: https://github.com/erikw/restic-automatic-backup-scheduler Description: Automatic backups using restic + systemd timers with Backblaze B2 storage backend.