linuxserver/rsnapshot.

125,338 32 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/rsnapshot
Build Time 07 Sep 2023 04:43:57
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 07 Sep 2023 at 04:43:57

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