-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] use a single (go) ssh connection per server combined with unix…
… sockets (#8) We reduce the local requirements to only have borg and socat available, and we avoid ssh agents and ssh configs.
- Loading branch information
1 parent
4c39590
commit 48f18f6
Showing
10 changed files
with
453 additions
and
552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM alpine:3.19 | ||
RUN apk add --no-cache openssh borgbackup | ||
RUN apk add --no-cache socat borgbackup | ||
ENTRYPOINT ["/usr/bin/borg-backup-remotely"] | ||
COPY borg-backup-remotely /usr/bin/borg-backup-remotely |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.