mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add doc about backup_mode options.
This commit is contained in:
parent
2b8f7d3669
commit
b11fe4840a
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
===============
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue