Perform Cacti RRD backups using rrdtool.
rrdtool
(will be installed)
-
cacti_rrd_backup_install_path
: [default:/usr/local/bin
]: Install directory -
cacti_rrd_backup_rra_path
: [default:/var/lib/cacti/rra
]: The source path (cactirra
path) -
cacti_rrd_backup_backup_path
: [default:/tmp/cacti-rrd-backup
]: The destination path -
cacti_rrd_backup_rrd_file_mode
: [default:0664
]: The mode of rrd files (after restore) -
cacti_rrd_backup_rrd_file_owner
: [default:www-data
]: The owner of rrd files (after restore) -
cacti_rrd_backup_rrd_file_group
: [default:cacti_rrd_backup_rrd_file_owner
]: The group of rrd files (after restore)
None
---
- hosts: all
roles:
- oefenweb.cacti-rrd-backup
MIT
Mischa ter Smitten
Are welcome!