Docs: add inventory module docs

This commit is contained in:
Johannes Kirschbauer
2024-06-24 22:58:00 +02:00
committed by hsjobeki
parent e6c78054c4
commit 712ed3f738
7 changed files with 78 additions and 44 deletions

View File

@@ -1,15 +1,2 @@
Efficient, deduplicating backup program with optional compression and secure encryption.
---
## Roles
- Client
- Server
## Configuration
Configure target machines where the backups should be sent to through `targets`.
Configure machines that should be backed up either through `includeMachines`
which will exclusively add the included machines to be backed up, or through
`excludeMachines`, which will add every machine except the excluded machine to the backup.
---