https://github.com/oefenweb/ansible-cacti-rrd-backup
Ansible role to perform cacti RRD backups using rrdtool
https://github.com/oefenweb/ansible-cacti-rrd-backup
ansible backup cacti debian restore rrd-files rrdtool ubuntu
Last synced: 2 months ago
JSON representation
Ansible role to perform cacti RRD backups using rrdtool
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-cacti-rrd-backup
- Owner: Oefenweb
- License: mit
- Created: 2016-05-28T10:37:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:01:54.000Z (over 1 year ago)
- Last Synced: 2025-01-23T02:44:43.114Z (4 months ago)
- Topics: ansible, backup, cacti, debian, restore, rrd-files, rrdtool, ubuntu
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## cacti-rrd-backup
[](https://github.com/Oefenweb/ansible-cacti-rrd-backup/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/cacti_rrd_backup)Perform Cacti RRD backups using [rrdtool](http://oss.oetiker.ch/rrdtool/).
#### Requirements
* `rrdtool` (will be installed)
#### Variables
* `cacti_rrd_backup_install_path`: [default: `/usr/local/bin`]: Install directory
* `cacti_rrd_backup_rra_path`: [default: `/var/lib/cacti/rra`]: The source path (cacti `rra` 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)#### Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.cacti-rrd-backup
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-cacti-rrd-backup/issues)!