services.borgmatic.settings.source_directories

NixOS option

List of source directories and files to backup. Globs and tildes are expanded. Do not backslash spaces in path names.

type: list of string
Default
[ ]
Example
[
  "/home"
  "/etc"
  "/var/log/syslog*"
  "/home/user/path with spaces"
]
declared in: nixos/modules/services/backup/borgmatic.nixView source on NixOS/nixpkgs →