linuxserver/rsnapshot.

157,104 39 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/rsnapshot
Build Time 05 Dec 2024 04:54:02
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.4.5 05 Dec 2024 at 04:54:01

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:1.4.5
    container_name: rsnapshot
    restart: no

CLI

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