Files
ports/sysutils/backrest/files/backrest.env.in
Jesús Daniel Colmenares Oviedo cbd8ef7367 sysutils/backrest: New port: Web UI and orchestrator for restic backup
Backrest is a web-accessible backup solution built on top of restic.
Backrest provides a WebUI which wraps the restic CLI and makes it
easy to create repos, browse snapshots, and restore files. Additionally,
Backrest can run in the background and take an opinionated approach
to scheduling snapshots and orchestrating repo health operations.

Approved by:    acm (mentor)
2025-07-24 01:35:14 -04:00

4 lines
99 B
Bash

BACKREST_DATA=%%HOMEDIR%%
BACKREST_CONFIG=%%HOMEDIR%%/config.json
XDG_CACHE_HOME=%%HOMEDIR%%/cache