Sha256: 3a8a8999f3cf918f8a0487b7e58a3c29352f1a8f3baa97f333a8da55c2c69a22
Contents?: true
Size: 383 Bytes
Versions: 16
Compression:
Stored size: 383 Bytes
Contents
#!/bin/bash # This file was generated by Ansible for {{ ansible_fqdn }} # Do NOT modify this file by hand! WORKDIR={{backup_work}}/{{item.name}} {% if item.source.startswith('postgresql://') or item.source.startswith('mysql://') or item.source.startswith('mongo://') %} rm -rf $WORKDIR/dump {% endif %} {% for action in item.post_actions|default([]) %} {{ action }} {% endfor %}
Version data entries
16 entries across 16 versions & 1 rubygems