MyNixOS website logo
option

services.restic.backups.<name>.dynamicFilesFrom

A script that produces a list of files to back up. The results of this command are given to the '--files-from' option. The result is merged with paths specified via paths.

Declarations
Type
null or string
Default
null
Example
"find /home/matt/git -type d -name .git"