A Tool to periodically backup the HM Skripte Server
906
Docker image that I use to make a periodic backup of the Script Server at the HM.
WEBSITE : The URL to the HM Script Server WebsiteUSERNAME : The Username to login on the WebsitePASSWORD : The Password to login on the WebsiteINTERVAL : The Interval on which the Script Server should be crawled.<x>d : the interval is given in days<x>h or <x> : the interval is given in hoursDEBUG - Optional : true or false for debug output. Default: falseYou need to map /save_location to where you want the Backup files to be put
version: '3.2'
services:
bot:
container_name: ScriptServerBackup
build: .
restart: "unless-stopped"
environment:
- WEBSITE="https://example.com"
- USERNAME="username"
- PASSWORD="password"
- INTERVAL="1d"
- DEBUG="false"
volumes:
- ./save_location:/save_location
Content type
Image
Digest
sha256:773929eaf…
Size
339.8 MB
Last updated
over 3 years ago
docker pull maxwai/skripte-server-backup