MyNixOS website logo
option

services.borgbackup.jobs.<name>.archiveBaseName

How to name the created archives. A timestamp, whose format is determined by dateFormat, will be appended. The full name can be modified at runtime ($archiveName). Placeholders like {hostname} must not be used. Use null for no base name.

Declarations
Type
null or string matching the pattern [^/{}]+
Default
"${config.networking.hostName}-<name>"</name>