mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-05 19:33:31 +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
|
> 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
|
> by allowing to use version tags and keep these snapshots and adapting the
|
||||||
> automated backup definition for use with windows systems.
|
> automated backup definition for use with windows systems.
|
||||||
<!-- ## Installation
|
|
||||||
|
|
||||||
```bash
|
|
||||||
ansible-galaxy install restic
|
|
||||||
``` -->
|
|
||||||
### Backup Scripts
|
### Backup Scripts
|
||||||
This role will create a backup script for each backup in the `restic_script_dir`.
|
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
|
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
|
```bash
|
||||||
CRON=true /path/to/backup/script/backup-example.sh
|
CRON=true /path/to/backup/script/backup-example.sh
|
||||||
```
|
```
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ansible-galaxy install arillso.restic
|
||||||
|
```
|
||||||
## Requirements
|
## Requirements
|
||||||
* bzip2
|
* bzip2
|
||||||
## Role Variables
|
## Role Variables
|
||||||
|
|
Loading…
Reference in a new issue