#!/bin/bash restic backup --verbose \ --tag "${RESTIC_TAG_01}" --tag "${RESTIC_TAG_02}" \ --exclude-caches \ --exclude-file="${RESTIC_EXCLUDES}" \ --exclude "${SCRIPT_DIR}"/variables.sh \ --exclude "${SCRIPT_DIR}"/variablesAWS.sh \ "${RESTIC_SOURCE}"