Execute backup scripts in bash shell

This commit is contained in:
Maciej Mionskowski 2020-05-01 10:56:07 +02:00
parent 273fe0d22c
commit 692038994d
No known key found for this signature in database
GPG key ID: DC4327BD2C6A5AF7
2 changed files with 2 additions and 0 deletions

View file

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

View file

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