#!/bin/sh set -e {% if pg_remove_dump_after_backup %} rm -f /home/lbkp/pgsql/*.sql* {% endif %}