Merge pull request 'Add clan.borgbackup.exclude.' (#1790) from inventory-fixes into main

This commit is contained in:
clan-bot
2024-07-24 08:40:54 +00:00
4 changed files with 20 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ class BorgbackupConfigDestination:
@dataclass
class BorgbackupConfig:
destinations: dict[str, BorgbackupConfigDestination] = field(default_factory = dict)
exclude: list[str] = field(default_factory = list)
@dataclass