Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 416 Bytes

Docker Rsync Backup

Minimal Alpine Linux Docker image with rsync backup capability.

Specifically designed for rsync.net, but it is useful elsewhere.

Environment Configuration

  • BACKUP_PATH - Defaults to /mnt
  • BACKUP_EXCLUDE_PATH -
  • REMOTE - Remote hostname. Defaults to rsync.net
  • REMOTE_PATH - Defaults to hostname
  • BACKUPS_KEEP - Defaults to 7

Status

Stable and production ready.