This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
kopia/entrypoint.sh

11 lines
194 B
Bash
Raw Normal View History

2023-08-17 08:35:51 +00:00
#!/bin/sh
kopia --version
2023-08-17 08:47:34 +00:00
kopia repository connect filesystem \
--path /repository \
--override-hostname ${KOPIA_HOSTNAME} \
--override-username ${KOPIA_USERNAME}
2023-08-17 08:35:51 +00:00
sleep infinity