add doc about backup_mode options.

This commit is contained in:
Thomas Phipps 2023-08-28 19:29:39 +00:00 committed by Megan Wilhite
parent 2b8f7d3669
commit b11fe4840a

View file

@ -24,6 +24,14 @@ Or it can be set for each file:
- source: salt://ssh/sshd_config
- backup: minion
The backup_mode can be set to any of thefollowing settings:
* minion: backup to the minion
* master: backup to the master, not yet implimented.
* both: backup to both. currently only works the sam as minion.
Backed-up Files
===============