hetzner

Borgmatic Mount Container — Mounting a Remote Borg Backup via Docker

This is a Docker container that uses Borg Backup (via the b3vis/borgmatic image) to mount a remote Borg repository into your local system as a filesystem, using FUSE. Specifically, this container: Connects to a remote Borg repository hosted on a Hetzner Storage Box (YOUR_BOX_ID.your-storagebox.de) over SSH (port 23). Uses borg mount to mount the entire contents of the backup archives (snapshots) in that repository into /mnt/restore inside the container, which is mapped to /mnt/hetzner on the host (thanks to rshared propagation).