MyNixOS website logo
option

services.borgmatic.configurations.<name>.source_directories

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

Declarations
Type
list of string
Default
[ ]
Example
[
  "/home"
  "/etc"
  "/var/log/syslog*"
  "/home/user/path with spaces"
]