mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-05-29 01:15:45 +02:00
11 lines
363 B
YAML
11 lines
363 B
YAML
---
|
|
# - name: Init repository
|
|
# when:
|
|
# - install_backup is not defined or install_backup
|
|
# - borgmatic_initialization_repo is not defined or borgmatic_initialization_repo
|
|
# tags:
|
|
# - install_backup
|
|
# ansible.builtin.command:
|
|
# cmd: "su - {{ borgbackup_user }} -c '/usr/local/bin/borgmatic rcreate --encryption keyfile --append-only'"
|
|
# ...
|