Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
/ backup-hc Public archive

Docker Container for making backups with rclone and update healthcheck

License

Notifications You must be signed in to change notification settings

300481/backup-hc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backup-hc

Docker Container for making backups with rclone and update healthchecks.io

Docker Build

volumes

  • /root/.config/rclone
  • /data

environment

Variable Description Default
SRC Source folder /data
DST Destination
HC_URL The Ping URL of healthchecks.io

example of run backup

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