1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-20 01:10:35 +00:00

fix README once again

This commit is contained in:
Norbert Varzariu 2015-12-22 15:00:50 +01:00
parent 6c67736465
commit eaebf7fef4

View File

@ -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: