archiver (sha256:e14fdbc7ede76f71440782ef53fe1758db9c7da9f8c64011019f4d35a5bfaaa2)
Installation
docker pull forgejo.bryantserver.com/sisyphusmd/archiver@sha256:e14fdbc7ede76f71440782ef53fe1758db9c7da9f8c64011019f4d35a5bfaaa2sha256:e14fdbc7ede76f71440782ef53fe1758db9c7da9f8c64011019f4d35a5bfaaa2About this package
Automated backup tool that simplifies setting up encrypted, deduplicated backups across multiple storage backends with scheduling, hooks, and easy restoration.
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1768176000' |
| ARG TARGETARCH=amd64 |
| RUN |1 TARGETARCH=amd64 /bin/sh -c echo "deb http://deb.debian.org/debian trixie contrib" >> /etc/apt/sources.list.d/contrib.list && apt-get update && apt-get install -y expect openssh-client openssl curl ca-certificates tzdata sqlite3 procps nano vim iputils-ping systemd zfsutils-linux && rm -rf /var/lib/apt/lists/* # buildkit |
| ARG SUPERCRONIC_VERSION=v0.2.47 |
| ARG SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-amd64 |
| RUN |3 TARGETARCH=amd64 SUPERCRONIC_VERSION=v0.2.47 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-amd64 /bin/sh -c curl -fsSL --retry 5 --retry-delay 3 --retry-all-errors --connect-timeout 15 --max-time 300 "$SUPERCRONIC_URL" -o /usr/local/bin/supercronic && chmod +x /usr/local/bin/supercronic # buildkit |
| ENV DUPLICACY_VERSION=3.2.5 |
| ENV DOCKER_CLI_VERSION=29.6.1 |
| RUN |3 TARGETARCH=amd64 SUPERCRONIC_VERSION=v0.2.47 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-amd64 /bin/sh -c ARCH_SUFFIX="" && if [ "$TARGETARCH" = "amd64" ]; then ARCH_SUFFIX="x86_64"; elif [ "$TARGETARCH" = "arm64" ]; then ARCH_SUFFIX="aarch64"; else echo "Unsupported architecture: $TARGETARCH" && exit 1; fi && curl -fsSL --retry 5 --retry-delay 3 --retry-all-errors --connect-timeout 15 --max-time 300 "https://download.docker.com/linux/static/stable/${ARCH_SUFFIX}/docker-${DOCKER_CLI_VERSION}.tgz" -o /tmp/docker-cli.tgz && tar -xzC /usr/local/bin --strip-components=1 -f /tmp/docker-cli.tgz docker/docker && rm /tmp/docker-cli.tgz # buildkit |
| RUN |3 TARGETARCH=amd64 SUPERCRONIC_VERSION=v0.2.47 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-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 && curl -fsSL --retry 5 --retry-delay 3 --retry-all-errors --connect-timeout 15 --max-time 300 "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 docs/examples/ ./examples/ # buildkit |
| RUN |3 TARGETARCH=amd64 SUPERCRONIC_VERSION=v0.2.47 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-amd64 /bin/sh -c mkdir -p /opt/archiver/logs /opt/archiver/keys /opt/archiver/exports /opt/archiver/import # buildkit |
| RUN |3 TARGETARCH=amd64 SUPERCRONIC_VERSION=v0.2.47 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-amd64 /bin/sh -c chmod +x /opt/archiver/archiver.sh && chmod +x /opt/archiver/lib/scripts/*.sh && ln -s /opt/archiver/archiver.sh /usr/local/bin/archiver # buildkit |
| COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
| RUN |3 TARGETARCH=amd64 SUPERCRONIC_VERSION=v0.2.47 SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-amd64 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit |
| ENV CRON_SCHEDULE= |
| VOLUME [/opt/archiver/logs] |
| HEALTHCHECK {Test:[CMD-SHELL archiver healthcheck >/dev/null 2>&1 || exit 1] Interval:5m0s Timeout:10s StartPeriod:1m0s StartInterval:0s Retries:3} |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] |
| CMD [] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-11T03:27:55.029Z |
| org.opencontainers.image.description | Automated backup tool that simplifies setting up encrypted, deduplicated backups across multiple storage backends with scheduling, hooks, and easy restoration. |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | b402ac42709e5deb01add0aa2aebd80da09ca869 |
| org.opencontainers.image.source | https://forgejo.bryantserver.com/SisyphusMD/archiver |
| org.opencontainers.image.title | archiver |
| org.opencontainers.image.url | https://forgejo.bryantserver.com/SisyphusMD/archiver |
| org.opencontainers.image.version | 0.9.2 |
Details
2026-07-10 20:28:42 -07:00
Versions (36)
View all
Container
16
OCI / Docker
linux/amd64
245 MiB