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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
autorestic Config driven, easy backup cli for restic
1.8.3_2 sysutils on this many watch lists=3 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 1.8.3_1Version of this port present on the latest quarterly branch.
Maintainer: DtxdF@disroot.org search for ports maintained by this maintainer
Port Added: 2023-12-08 07:28:13
Last Update: 2025-04-02 02:07:58
Commit Hash: a4e30d4
People watching this port, also watch:: zbar, isc-cron, monit, cronic
License: APACHE20
WWW:
https://github.com/cupcakearmy/autorestic
Description:
Autorestic is a wrapper around the amazing restic. While being amazing the restic cli can be a bit overwhelming and difficult to manage if you have many different locations that you want to backup to multiple locations. This utility is aimed at making this easier.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/autorestic
  2. /usr/local/share/licenses/autorestic-1.8.3_2/catalog.mk
  3. /usr/local/share/licenses/autorestic-1.8.3_2/LICENSE
  4. /usr/local/share/licenses/autorestic-1.8.3_2/APACHE20
Collapse this list.
Dependency lines:
  • autorestic>0:sysutils/autorestic
To install the port:
cd /usr/ports/sysutils/autorestic/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/autorestic
  • pkg install autorestic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: autorestic
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1728580653 SHA256 (go/sysutils_autorestic/autorestic-v1.8.3/v1.8.3.mod) = 58c8d6d79c14d3c9cb978fec9e6c69aad6653cfff57edabd8e554cec9c761142 SIZE (go/sysutils_autorestic/autorestic-v1.8.3/v1.8.3.mod) = 1384

Expand this list (2 items)

Collapse this list.

SHA256 (go/sysutils_autorestic/autorestic-v1.8.3/v1.8.3.zip) = 0811ae7854daa916345805fe96abc58d89eff2526b5ee8e9d5e86fdec142e90d SIZE (go/sysutils_autorestic/autorestic-v1.8.3/v1.8.3.zip) = 149430

Collapse this list.


Packages (timestamps in pop-ups are UTC):
autorestic
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.3_11.8.3_2-1.8.3_11.8.3_2---
FreeBSD:13:quarterly1.8.31.8.3_1-1.8.31.8.3_1---
FreeBSD:14:latest1.8.3_1--1.8.3_11.8.3_2---
FreeBSD:14:quarterly1.8.3--1.8.31.8.3_1---
FreeBSD:15:latest1.8.3_11.8.3_1n/a1.8.3_1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
Runtime dependencies:
  1. restic : sysutils/restic
Fetch dependencies:
  1. go121 : lang/go121
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_autorestic
USES:
go:modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/cupcakearmy/autorestic/@v/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8.3_2
02 Apr 2025 02:07:58
commit hash: a4e30d4f4fed37188c78999f90dd2757dfd9e95acommit hash: a4e30d4f4fed37188c78999f90dd2757dfd9e95acommit hash: a4e30d4f4fed37188c78999f90dd2757dfd9e95acommit hash: a4e30d4f4fed37188c78999f90dd2757dfd9e95a files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
go: Bump ports for go124 update
1.8.3_1
05 Mar 2025 16:02:56
commit hash: d0642a617631ca9d19d24750b6669ecc13584027commit hash: d0642a617631ca9d19d24750b6669ecc13584027commit hash: d0642a617631ca9d19d24750b6669ecc13584027commit hash: d0642a617631ca9d19d24750b6669ecc13584027 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
Bump all go ports for yesterday's releases
1.8.3
21 Oct 2024 09:36:03
commit hash: 25cb6c218df34df15f0caf1dd03bd65c94c2be57commit hash: 25cb6c218df34df15f0caf1dd03bd65c94c2be57commit hash: 25cb6c218df34df15f0caf1dd03bd65c94c2be57commit hash: 25cb6c218df34df15f0caf1dd03bd65c94c2be57 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
sysutils/autorestic: Update to 1.8.3

ChangeLog: https://github.com/cupcakearmy/autorestic/releases/tag/v1.8.3

* Bump restic/restic from 0.16.4 to 0.17.0.
* install.sh: FreeBSD amd64.
* Add option to crash autorestic when key is missing instead of
  generating a new key.
* When reading backend config values from environment variables treat
  all special characters in backend name as _.

PR:		254276
1.8.2_3
09 Aug 2024 06:24:08
commit hash: aa8c0111bfd641853f435ed69310589fccda2200commit hash: aa8c0111bfd641853f435ed69310589fccda2200commit hash: aa8c0111bfd641853f435ed69310589fccda2200commit hash: aa8c0111bfd641853f435ed69310589fccda2200 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update
1.8.2_2
03 Jul 2024 08:29:54
commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update
1.8.2_1
15 Jun 2024 09:52:17
commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
1.8.2
14 Jun 2024 06:30:49
commit hash: 29aeb8b74099eda0dd639d3d3d8d7413df17ccc5commit hash: 29aeb8b74099eda0dd639d3d3d8d7413df17ccc5commit hash: 29aeb8b74099eda0dd639d3d3d8d7413df17ccc5commit hash: 29aeb8b74099eda0dd639d3d3d8d7413df17ccc5 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
sysutils/autorestic: Update to 1.8.2

ChangeLog: https://github.com/cupcakearmy/autorestic/releases/tag/v1.8.2

 * Bump katex from 0.16.8 to 0.16.10 in /docs
 * Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0
 * Allow REST backend with docker volumes

PR:		279651
Reported by:	DtxdF@disroot.org (maintainer)
1.7.10_4
13 May 2024 17:56:04
commit hash: fce0cc32720e61042bc675152b116f9e61532e92commit hash: fce0cc32720e61042bc675152b116f9e61532e92commit hash: fce0cc32720e61042bc675152b116f9e61532e92commit hash: fce0cc32720e61042bc675152b116f9e61532e92 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
1.7.10_3
15 Apr 2024 08:20:04
commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
1.7.10_2
24 Mar 2024 14:29:00
commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/go: Change DEFAULT to 1.21

PR:		277776
Approved by:	portmgr (exp-run)
1.7.10_1
11 Feb 2024 10:39:17
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
1.7.10
17 Jan 2024 08:50:01
commit hash: e1f182510d20e5a0d80dfc6b68c0857206b9f8c9commit hash: e1f182510d20e5a0d80dfc6b68c0857206b9f8c9commit hash: e1f182510d20e5a0d80dfc6b68c0857206b9f8c9commit hash: e1f182510d20e5a0d80dfc6b68c0857206b9f8c9 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
sysutils/autorestic: Update to 1.7.10

ChangeLog: https://github.com/cupcakearmy/autorestic/releases/tag/v1.7.10

 * Fix: documentation typos in cron.md
 * delete old docs
 * Update installation.md to add AUR back
 * Add curl to docker image
 * Fix default value of XDG_CONFIG_HOME in config path resolution

PR:		276353
Reported by:	DtxdF@disroot.org (maintainer)
1.7.9
08 Dec 2023 07:25:21
commit hash: 27a9c770bfb9ad9da0666cfb41fd698b158b8a77commit hash: 27a9c770bfb9ad9da0666cfb41fd698b158b8a77commit hash: 27a9c770bfb9ad9da0666cfb41fd698b158b8a77commit hash: 27a9c770bfb9ad9da0666cfb41fd698b158b8a77 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
sysutils/autorestic: New port

Autorestic is a wrapper around the amazing restic. While being amazing
the restic cli can be a bit overwhelming and difficult to manage if you
have many different locations that you want to backup to multiple
locations. This utility is aimed at making this easier.

WWW: https://github.com/cupcakearmy/autorestic

PR:		275548
Approved by:	submitter is maintainer

Number of commits found: 13