diff --git a/bin/backup b/bin/backup new file mode 100755 index 0000000..1c9eb0e --- /dev/null +++ b/bin/backup @@ -0,0 +1,5 @@ +#!/bin/sh + +repo="ssh://j3s@gibson.cyberia.club:3215/tank/backups/$(hostname -s)" +export BORG_REPO="$repo" +borg "$@"