linuxserver/rsnapshot.

144,263 38 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/rsnapshot
Build Time 18 Jul 2024 04:47:44
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 18 Jul 2024 at 04:47:43

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