mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-05 11:33:28 +01:00
adds installation command
This commit is contained in:
parent
a00b5f2905
commit
e5511b7b97
1 changed files with 4 additions and 4 deletions
|
@ -20,11 +20,7 @@ Aditionally, it will setup executable scripts to run a Backup manually.
|
|||
> ansible role. We try to make this role more semver deployment friendly
|
||||
> by allowing to use version tags and keep these snapshots and adapting the
|
||||
> automated backup definition for use with windows systems.
|
||||
<!-- ## Installation
|
||||
|
||||
```bash
|
||||
ansible-galaxy install restic
|
||||
``` -->
|
||||
### Backup Scripts
|
||||
This role will create a backup script for each backup in the `restic_script_dir`.
|
||||
These executable scripts can be used to manually trigger a backup action, but
|
||||
|
@ -56,7 +52,11 @@ snapshot was created via a scheduled task:
|
|||
```bash
|
||||
CRON=true /path/to/backup/script/backup-example.sh
|
||||
```
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ansible-galaxy install arillso.restic
|
||||
```
|
||||
## Requirements
|
||||
* bzip2
|
||||
## Role Variables
|
||||
|
|
Loading…
Reference in a new issue