#!/bin/bash
REPO_NAME="$1"
export BORG_REPOS="/var/backups/borg"
export BORG_REPO="${BORG_REPOS}/{REPO_NAME}.repo"