| Name: | ari-backup |
|---|---|
| Version: | 1.0.12 |
| Release: | 2.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 231616 |
| License: | BSD |
| RPM: | ari-backup-1.0.12-2.el7.noarch.rpm |
| Source RPM: | ari-backup-1.0.12-2.el7.src.rpm |
| Build Date: | Thu May 16 2019 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/jpwoodbu/ari-backup |
| Summary: | A helpful wrapper around rdiff-backup |
| Description: | A helpful wrapper around rdiff-backup that allows backup jobs to be simple Python modules. |
- Use yaml.safe_load(). - https://github.com/jpwoodbu/ari-backup/pull/32
- Raise to version 1.0.12.
- Configure the package to own the /etc/ari-backup directory.
- Install examples as documentation instead of to the jobs folder - BuildRequire python2-devel and use the python2 macro in the spec file - Relax the executable permissions on the daily cron job, relying on the jobs individual permissions to control who can execute backup jobs.
- Initial release