Docker Container for making backups with rclone and update healthchecks.io
- /root/.config/rclone
- /data
Variable | Description | Default |
---|---|---|
SRC |
Source folder | /data |
DST |
Destination | |
HC_URL |
The Ping URL of healthchecks.io |
docker run -it --rm -v $HOME/.config/rclone:/root/.config/rclone -v $PWD:/data -e DST="crypt:" -e HC_URL="https://hc-ping.com/ca0f77e9-9439-4831-9b2a-d8b8ec507efa" 300481/backup-hc:0.3.16