linuxserver/rsnapshot.

166,401 39 amd64 unknown unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/rsnapshot
Build Time 20 Feb 2025 04:46:23
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 20 Feb 2025 at 04:46:16

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  rsnapshot:
    image: linuxserver/rsnapshot:latest
    container_name: rsnapshot
    restart: no

CLI

docker create \
  --name=rsnapshot \  --restart no \
  linuxserver/rsnapshot:latest