mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixes from @barbaricyawps
This commit is contained in:
parent
b11fe4840a
commit
0b0b434cca
1 changed files with 4 additions and 4 deletions
|
@ -25,11 +25,11 @@ Or it can be set for each file:
|
|||
- backup: minion
|
||||
|
||||
|
||||
The backup_mode can be set to any of thefollowing settings:
|
||||
The backup_mode can be set to any of the following options:
|
||||
|
||||
* minion: backup to the minion
|
||||
* master: backup to the master, not yet implimented.
|
||||
* both: backup to both. currently only works the sam as minion.
|
||||
* minion: backup to the minion.
|
||||
* master: backup to the master, a planned mode that has not yet been implemented, so does nothing.
|
||||
* both: backup to both. a combination of both master and minion.
|
||||
|
||||
|
||||
Backed-up Files
|
||||
|
|
Loading…
Add table
Reference in a new issue