https://github.com/aplatform64/backup
Ansible Roles for automating backup infrastructure management
https://github.com/aplatform64/backup
ansible-role
Last synced: 12 months ago
JSON representation
Ansible Roles for automating backup infrastructure management
- Host: GitHub
- URL: https://github.com/aplatform64/backup
- Owner: aplatform64
- License: apache-2.0
- Created: 2022-03-07T21:05:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T00:18:08.000Z (over 2 years ago)
- Last Synced: 2025-05-20T01:42:02.067Z (about 1 year ago)
- Topics: ansible-role
- Homepage: https://github.com/serdigital64/aplatform64
- Size: 76.2 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ansible Collection: serdigital64.backup
## About
Ansible Roles for automating backup infrastructure management.
This collection is part of the [A:Platform64](https://github.com/aplatform64/aplatform64) project for automated infrastructure-as-code management.
## Content
| role | purpose |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------- |
| [bkp_archive](https://aplatform64.readthedocs.io/en/latest/roles/bkp_archive) | Extract file archives |
| [bkp_rclone_server](https://aplatform64.readthedocs.io/en/latest/roles/bkp_rclone_server) | Manage provisioning of the RClone tool as a server |
| [bkp_restic](https://aplatform64.readthedocs.io/en/latest/roles/bkp_restic) | Manage provisioning of the Restic tool |
## Deployment
### Dependencies
- Ansible Collections:
- serdigital64.system
### Installation Procedure
Manually install Ansible Collections from the Ansible Galaxy repository:
```shell
ansible-galaxy collection install --upgrade serdigital64.backup
```
Automatic installation is also available by deploying [A:Platform64](https://aplatform64.readthedocs.io/en/latest/#deployment)
## Contributing
Help on implementing new features and maintaining the code base is welcomed.
Please see the [guidelines](https://aplatform64.readthedocs.io/en/latest/CONTRIBUTING/) for further details.
## Author
- [SerDigital64](https://serdigital64.github.io/)
## License
[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)