copr: incremental backup to storinator, part 6
Install rsnapshot.
This commit is contained in:
parent
558ad3a1d0
commit
54f95026a9
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@
|
|||
- "{{ rsnapshot_push.cases }}"
|
||||
tags: rsnapshot_push
|
||||
|
||||
- name: install rsnapshot package
|
||||
package:
|
||||
name: rsnapshot
|
||||
state: present
|
||||
delegate_to: "{{ rsnapshot_push.server_host }}"
|
||||
tags: rsnapshot_push
|
||||
|
||||
- name: server-side case-specific backup dir
|
||||
file:
|
||||
path: "{{ '/'.join([rsnapshot_push.backup_dir, item.key]) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue