notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2024Q2
restic Fast, secure, efficient backup program
0.16.5 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.16.5Version of this port present on the latest quarterly branch.
Maintainer: eduardo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-15 08:39:30
Last Update: 2024-07-02 19:21:55
Commit Hash: 804b7c1
License: BSD2CLAUSE
WWW:
https://restic.net/
Description:
Restic is a program that does backups right and was designed to be easy, fast verifiable, secure and efficient.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (40 items)
Collapse this list.
  1. /usr/local/share/licenses/restic-0.16.5/catalog.mk
  2. /usr/local/share/licenses/restic-0.16.5/LICENSE
  3. /usr/local/share/licenses/restic-0.16.5/BSD2CLAUSE
  4. bin/restic
  5. etc/bash_completion.d/restic.sh
  6. share/man/man1/restic-backup.1.gz
  7. share/man/man1/restic-cache.1.gz
  8. share/man/man1/restic-cat.1.gz
  9. share/man/man1/restic-check.1.gz
  10. share/man/man1/restic-copy.1.gz
  11. share/man/man1/restic-diff.1.gz
  12. share/man/man1/restic-dump.1.gz
  13. share/man/man1/restic-find.1.gz
  14. share/man/man1/restic-forget.1.gz
  15. share/man/man1/restic-generate.1.gz
  16. share/man/man1/restic-init.1.gz
  17. share/man/man1/restic-key.1.gz
  18. share/man/man1/restic-list.1.gz
  19. share/man/man1/restic-ls.1.gz
  20. share/man/man1/restic-migrate.1.gz
  21. share/man/man1/restic-mount.1.gz
  22. share/man/man1/restic-prune.1.gz
  23. share/man/man1/restic-recover.1.gz
  24. share/man/man1/restic-repair-index.1.gz
  25. share/man/man1/restic-repair-packs.1.gz
  26. share/man/man1/restic-repair-snapshots.1.gz
  27. share/man/man1/restic-repair.1.gz
  28. share/man/man1/restic-restore.1.gz
  29. share/man/man1/restic-rewrite.1.gz
  30. share/man/man1/restic-self-update.1.gz
  31. share/man/man1/restic-snapshots.1.gz
  32. share/man/man1/restic-stats.1.gz
  33. share/man/man1/restic-tag.1.gz
  34. share/man/man1/restic-unlock.1.gz
  35. share/man/man1/restic-version.1.gz
  36. share/man/man1/restic.1.gz
  37. share/zsh/site-functions/_restic
  38. @owner
  39. @group
  40. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • restic>0:sysutils/restic
To install the port:
cd /usr/ports/sysutils/restic/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/restic
  • pkg install restic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: restic
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1719898526 SHA256 (go/sysutils_restic/restic-v0.16.5/v0.16.5.mod) = 13e3085d886afe56076416f2c9803338176a6958501b6b4b68e2f2614823a2f8 SIZE (go/sysutils_restic/restic-v0.16.5/v0.16.5.mod) = 3880

Expand this list (2 items)

Collapse this list.

SHA256 (go/sysutils_restic/restic-v0.16.5/v0.16.5.zip) = aa87e4419bb1f49e910b273f91ee3ecaa18f3f1ed791b56b7ced0818588e4ede SIZE (go/sysutils_restic/restic-v0.16.5/v0.16.5.zip) = 24450406

Collapse this list.


Packages (timestamps in pop-ups are UTC):
restic
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.18.10.18.1_1-0.18.10.18.1_1n/an/an/a
FreeBSD:13:quarterly0.18.0_30.18.1-0.18.0_30.18.1n/an/an/a
FreeBSD:14:latest0.18.0_50.18.1_1-0.18.0_50.18.1_1---
FreeBSD:14:quarterly0.18.10.18.1-0.18.0_30.18.1---
FreeBSD:15:latest0.18.10.18.1_1n/a-n/an/a--
FreeBSD:15:quarterly-0.18.1n/a-n/an/a--
FreeBSD:16:latest-0.18.1_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
Fetch dependencies:
  1. go121 : lang/go121
  2. ca_root_nss>0 : security/ca_root_nss
This port is required by:
for Run
  1. sysutils/autorestic

Configuration Options:
No options to configure
Options name:
sysutils_restic
USES:
go:modules zip
pkg-message:
For install:
In order to mount locally a remote archive or an entire repository as a FUSE filesystem, it is required to load fusefs(5) module: # kldload fusefs To load the module at boot time, add fusefs(5) module to /etc/rc.conf by running: # sysrc kld_list+=fusefs Also, if you plan to mount restic repositories as non root user, you need to run # sysctl vfs.usermount=1 and add the line vfs.usermount=1 to /etc/sysctl.conf to ensure the setting is applied at boot time.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/restic/restic/@v/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.16.5
02 Jul 2024 19:21:55
commit hash: 804b7c121a3f97877f66faf8c8e127ebff276930commit hash: 804b7c121a3f97877f66faf8c8e127ebff276930commit hash: 804b7c121a3f97877f66faf8c8e127ebff276930commit hash: 804b7c121a3f97877f66faf8c8e127ebff276930 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
sysutils/restic: Update to 0.16.5

ChangeLog: https://github.com/restic/restic/releases/tag/v0.16.5
(cherry picked from commit 2a5af896ed7d93fd5482828f0660f2cbc6a7c17a)
0.16.4_7
15 Jun 2024 09:57:50
commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit 746fa696a12ef1ca798e36baf087f579375b8cd1)
0.16.4_6
13 May 2024 18:28:41
commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit fce0cc32720e61042bc675152b116f9e61532e92)
0.16.4_5
15 Apr 2024 08:31:41
commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit 32b284679a1954ef1e0c0d52c4741d00e36dc6e0)

Number of commits found: 4