linuxserver/rsnapshot.

137,891 37 arm64 amd64

Build Information

General build information for this image

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

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