https://github.com/nmake/backup_manager
https://github.com/nmake/backup_manager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nmake/backup_manager
- Owner: nmake
- License: gpl-3.0
- Created: 2019-06-07T23:02:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T13:03:49.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T04:36:18.058Z (about 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backup Manager
## Overview
Backup Manager is an Ansible Role for network engineers and network operators. It provides functions to `backup` and `restore` configurations to/from `git` repository.
## Quick start
### Download from ansible galaxy
1) Download the role from ansible_galaxy into your roles directory
```
ansible-galaxy install -p roles nmake.backup_manager
```
2) Call the role by loading it at the top of your playbook
```
- hosts: localhost
gather_facts: False
roles:
- role: nmake.backup_manager
function: backup
```
3) Run your playbook