homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 240 forks source link

Backup config/instances to another volume #500

Closed maisun closed 1 year ago

maisun commented 1 year ago

Feature Description

Hi, I'm trying to set backup folder by mounting the path something like below: -v /share/Backup/HomeBridge:/homebridge/backups

Unfortunately it doesn't work for config, I got rename error like below: EXDEV: cross-device link not permitted

Would it be possible to copy the back file and then rename (so it works with mounted backup folder)? Thanks!

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.