From 56bedda69eeba4fd42da367b960517eb6a6f3c68 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Mon, 17 Apr 2023 15:13:24 +0100 Subject: [PATCH] templates/bin/{borg,borgmatic} - helper shims for maintainance --- templates/bin/borg | 2 ++ templates/bin/borgmatic | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 templates/bin/borg create mode 100755 templates/bin/borgmatic diff --git a/templates/bin/borg b/templates/bin/borg new file mode 100755 index 0000000..5169297 --- /dev/null +++ b/templates/bin/borg @@ -0,0 +1,2 @@ +#!/bin/sh +exec docker-compose run -- borgmatic borg "$@" diff --git a/templates/bin/borgmatic b/templates/bin/borgmatic new file mode 100755 index 0000000..2b7fb1c --- /dev/null +++ b/templates/bin/borgmatic @@ -0,0 +1,2 @@ +#!/bin/sh +exec docker-compose run -- borgmatic borgmatic "$@"