docker-borgserver icon indicating copy to clipboard operation
docker-borgserver copied to clipboard

Dockerimage that runs a Borg backup server, accessible by ssh using publickey authentication

Results 16 docker-borgserver issues
Sort by recently updated
recently updated
newest added

BorgServer v2 **Ideas:** - Don't run sshd as root [breaking change] -> Only root can expose ports < 1024 on linux, so the defaut port would change - Different authorized_keys...

This patch modularize run.sh, adding two new helper scripts and make it possible to specify a git repository for ssh keys via a new env variable `BORG_SSHKEYS_REPO`. the modularization add...

Hey, I'm running your borg-server on my Synology NAS. I've added my pub Key in the /sshkeys/client Folder and start the Container. The container found the Key and import it....

Hello, is there any nice way to add something like to the build? ``` for i in $(ls $BORG_DATA_DIR/) do echo "###### Pruning backup for $i on $(date) ######" borg...

Thanks a bunch for making this image! I was going crazy trying to figure out why I couldn't add [the `--restrict-to-path` magic](https://borgbackup.readthedocs.io/en/stable/quickstart.html#remote-repositories) to my client ssh keys. I was getting...

Hey there, I've been using this docker image for a while. I was curious if automated builds (as stated in the README) are still working? It's also likely an appropriate...

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

Hi, First of all big thanks for building and maintaining these images. Would you be willing / could you please support multi arch builds. I would really like to run...

Hello, I keep getting the following error `Docker container borg-server stopped unexpectedly` around the time `watchtower` is scheduled. I have looked into and the only thing I think that has...

if the processes of the container are called under bash -c because the SIGTERM signals are not passed on to processes. Apparently ENTRYPOINT /run.sh wraps /run.sh in bash -c and...