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, along with the paths specified via paths, are given to the '--files-from' option.

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