mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
fix README once again
This commit is contained in:
parent
6c67736465
commit
eaebf7fef4
13
README.md
13
README.md
@ -213,11 +213,11 @@ Configure the backup_levels (valid per host and global, so you may either set: r
|
|||||||
Boolean. Backup default backup dirs or not.
|
Boolean. Backup default backup dirs or not.
|
||||||
(Default: true)
|
(Default: true)
|
||||||
|
|
||||||
####`$config_default_backup`
|
####`$default_backup`
|
||||||
The default backup directories. This will apply to all hosts unless you set [backup_defaults](#backup_defaults) = false
|
The default backup directories. This will apply to all hosts unless you set [backup_defaults](#backup_defaults) = false
|
||||||
Default is:
|
Default is:
|
||||||
```puppet
|
```puppet
|
||||||
$config_default_backup = {
|
$default_backup = {
|
||||||
'/etc' => './',
|
'/etc' => './',
|
||||||
'/home' => './',
|
'/home' => './',
|
||||||
}
|
}
|
||||||
@ -326,15 +326,6 @@ You will end up with a structure like:
|
|||||||
└── weekly.0
|
└── weekly.0
|
||||||
```
|
```
|
||||||
|
|
||||||
####`$default_backup`
|
|
||||||
The default backup directories (may be set per host, even though there is not much sense in doing so)
|
|
||||||
Default is:
|
|
||||||
```puppet
|
|
||||||
default_backup => {
|
|
||||||
'/etc' => './',
|
|
||||||
'/home' => './',
|
|
||||||
}
|
|
||||||
```
|
|
||||||
####`$interval`
|
####`$interval`
|
||||||
How many backups of each level to keep.
|
How many backups of each level to keep.
|
||||||
Default is:
|
Default is:
|
||||||
|
Loading…
Reference in New Issue
Block a user