Allow setting super user in stanza config

This commit is contained in:
2025-12-02 14:55:36 +09:00
parent 6efe39d8ad
commit 3a7251d84e
3 changed files with 23 additions and 1 deletions

View File

@@ -34,16 +34,23 @@ Example file is `stanza.sample.cfg`
This files holds the stanzas to backup
`stanza:repo number:path to config file`
`stanza:repo number:path to config file:super user`
If the stanza has several repo settings as in "repo1-...", "repo2-..." then the repo to target can be listed in here by ":repo number"
The third optional parameter is a config file path
The forth optional parameter is the super user to use
If parameters are not used but laters are, the empties need to be set with just the ":"
`stanza::/conifg`
```ini
[stanzas]
stanza_a
stanza_b:1
stanza_b:2
stanza_c::/etc/to/config
stanza_d:::super user
```