Files
ports/sysutils/backrest/files/pkg-message.in
T
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

12 lines
380 B
Plaintext

[
{ type: install
message: <<EOM
By default, Backrest runs as '%%USER%%', which can be problematic if you want
to restore files in a directory where that user does not have write permissions.
You can change the user that Backrest runs as using 'backrest_runas' in your
'rc.conf(5)' file or create a directory and chown(8)s into it. The latter is
the recommended method.
EOM
}
]