cache

Section profile.cache

This section configures restic command cache . Information on command and flags is copied from the restic manual pages.

The “cache” command allows listing and cleaning local cache directories.

Flags used by resticprofile only:
NameTypeDefaultNotes
run-afterone or more stringsRun shell command(s) after a successful restic command
run-after-failone or more stringsRun shell command(s) after failed restic or shell commands
run-beforeone or more stringsRun shell command(s) before a restic command
run-finallyone or more stringsRun shell command(s) always, after all other commands
Flags passed to the restic command line:
NameTypeDefaultNotes
cleanuptrue / falsefalseremove old cache directories
max-ageinteger30max age in days for cache directories to be considered old
no-sizetrue / falsefalsedo not output the size of the cache directories

Flags declared for the restic command line in section profile can be overridden in this section.