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 "$@"