docker-mc-backup icon indicating copy to clipboard operation
docker-mc-backup copied to clipboard

restic mode should make use of `--hostname` to avoid dependence on container name

Open itzg opened this issue 3 years ago • 0 comments

In regular Docker the container name and therefore hostname can be stabilized easily. In kubernetes the container’s hostname is the pod name. With statefulsets that pod name will be stable, but not with deployments.

It seems like BACKUP_NAME could be used, but more thought is needed.

itzg avatar Jan 12 '22 13:01 itzg