bin/backup
#!/bin/sh repo="ssh://j3s@gibson.cyberia.club:3215/tank/backups/$(hostname -s)" export BORG_REPO="$repo" borg "$@"