srcdsup

command module
v0.0.0-...-c8bca88 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2023 License: MIT Imports: 1 Imported by: 0

README

srcdsup

Automatically upload new logs & demo recordings from srcds to a remote server via ssh/https.

This tool is currently designed to only upload all but the most recent recordings. It does not stream the current file as its being written.

Configuration

All configuration is handled with a srcdsup.yml config file. Copy the example and edit it.

cp srcdsup_example.yml srcdsup.yml
$EDITOR srcdsup.yml

srcdsup_example.yml

Docker

Example use via docker run.

 docker run \
    -v "$(pwd)/stv_id_rsa:/app/id_rsa.key:ro" \
    -v "$(pwd)/srcdsup.yml:/app/srcdsup.yml:ro" \
    -v "/demos:/demos" \
    -v "/logs:/logs" \
    --rm -it ghcr.io/leighmacdonald/srcdsup:master

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL