archiver (sha256:fec2fd0136656969e50661c271d9cafa715e32992c426a6bdcf87d4587825666)

Published 2026-04-30 13:17:40 -07:00 by Cody Bryant in SisyphusMD/archiver

Installation

docker pull forgejo.bryantserver.com/sisyphusmd/archiver@sha256:fec2fd0136656969e50661c271d9cafa715e32992c426a6bdcf87d4587825666
sha256:fec2fd0136656969e50661c271d9cafa715e32992c426a6bdcf87d4587825666

About this package

A powerful, highly-configurable backup tool, designed to remove barriers to following the 3-2-1 Backup Strategy.

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'
ARG TARGETARCH=amd64
RUN |1 TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y expect openssh-client openssl wget cron curl ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
ENV DUPLICACY_VERSION=3.2.3
RUN |1 TARGETARCH=amd64 /bin/sh -c ARCH_SUFFIX="" && if [ "$TARGETARCH" = "amd64" ]; then ARCH_SUFFIX="x64"; elif [ "$TARGETARCH" = "arm64" ]; then ARCH_SUFFIX="arm64"; else echo "Unsupported architecture: $TARGETARCH" && exit 1; fi && wget -q "https://github.com/gilbertchen/duplicacy/releases/download/v${DUPLICACY_VERSION}/duplicacy_linux_${ARCH_SUFFIX}_${DUPLICACY_VERSION}" -O /usr/local/bin/duplicacy && chmod +x /usr/local/bin/duplicacy # buildkit
WORKDIR /opt/archiver
COPY archiver.sh ./ # buildkit
COPY lib/ ./lib/ # buildkit
COPY examples/ ./examples/ # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c mkdir -p /opt/archiver/logs /opt/archiver/keys /opt/archiver/exports /opt/archiver/import # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c chmod +x /opt/archiver/archiver.sh && ln -s /opt/archiver/archiver.sh /usr/local/bin/archiver # buildkit
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
RUN |1 TARGETARCH=amd64 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit
ENV BUNDLE_PASSWORD= CRON_SCHEDULE=
VOLUME [/opt/archiver/logs /opt/archiver/bundle]
HEALTHCHECK &{["CMD-SHELL" "archiver healthcheck >/dev/null 2>&1 || exit 1"] "5m0s" "10s" "1m0s" "0s" '\x03'}
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD []

Labels

Key Value
org.opencontainers.image.created 2026-01-13T20:04:50.568Z
org.opencontainers.image.description A powerful, highly-configurable backup tool, designed to remove barriers to following the 3-2-1 Backup Strategy.
org.opencontainers.image.licenses AGPL-3.0
org.opencontainers.image.revision 99a559e7f8814308787c3a6b4410f7ef055e23d5
org.opencontainers.image.source https://github.com/SisyphusMD/archiver
org.opencontainers.image.title archiver
org.opencontainers.image.url https://github.com/SisyphusMD/archiver
org.opencontainers.image.version 0.5.1
Details
Container
2026-04-30 13:17:40 -07:00
9
OCI / Docker
linux/amd64
AGPL-3.0
58 MiB
Versions (22) View all
0 2026-05-05
0.8 2026-05-05
0.8.6 2026-05-05
0.8.5 2026-05-01
0.8.4 2026-04-30