borgbackup-static
Statically configure borgbackup with sane defaults.
Categories
This module implements the borgbackup
backend and implements sane defaults
for backup management through borgbackup
for members of the clan.
Configure target machines where the backups should be sent to through targets
.
Configure machines that should be backuped either through includeMachines
which will exclusively add the included machines to be backuped, or through
excludeMachines
, which will add every machine except the excluded machine to the backup.
Usage
To use this module, import it like th:
Module Options
clan.borgbackup-static.excludeMachines
Machines that should not be backuped. Mutually exclusive with includeMachines. If this is not empty, every other machine except the targets in the clan will be backuped by this module. If includeMachines is set, only the included machines will be backuped.
Type: list of string
Default:
clan.borgbackup-static.includeMachines
Machines that should be backuped. Mutually exclusive with excludeMachines.
Type: list of string
Default:
clan.borgbackup-static.targets
Machines that should act as target machines for backups.
Type: list of string
Default: