$ ./restic --help
restic is a backup program which allows saving multiple revisions of files and
directories in an encrypted repository stored on different backends.
Usage:
restic [command]
Available Commands:
backup Create a new backup of files and/or directories
cache Operate on local cache directories
cat Print internal objects to stdout
...
Flags:
...
-o, --option key=value set extended option (key=value, can be specified multiple times)
...
When this PR is merged, wrestic looks for a new environment variable
RESTIC_OPTIONS
. It can be used to pass--option
flags to wrestic, see https://restic.readthedocs.io/en/stable/manual_rest.html:Intended usage:
This is required for https://github.com/vshn/k8up/issues/424.