-
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.
Rewrote everything so that is uses unix sockets and the golang ssh li…
…brary
- Loading branch information
1 parent
4c39590
commit 109dbad
Showing
8 changed files
with
302 additions
and
421 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.