Merge pull request #7 from maciekmm/feature/run-scripts-with-bash-shell

Execute backup scripts in bash
This commit is contained in:
Matthias Leutenegger 2020-05-07 10:35:30 +02:00 committed by GitHub
commit 3744480880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
# {{ ansible_managed }}
# Backup credentials for {{ item.src|default('stdin') }}
# Source this file to work with restic on this host

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
# {{ ansible_managed }}
# Backup script for {{ item.src|default('stdin') }}
# Use this file to create a Backup and prune existing data with one execution.