[Enhancement]: Select storage location for backups #102

Closed
opened 2026-04-24 22:58:38 +02:00 by adam · 5 comments
Owner

Originally created by @gravitykillseverything on GitHub (Nov 26, 2021).

It defaults to /backups right now which means a new mount point in docker. Sonarr/Radarr/etc. store their backups in a subfolder of /config which should already be mounted.

This would be helpful for those backing up their docker configs directory so they could also get snapshots of the internal backups.

It's easy enough to add another mount point but it may be helpful of having the option to match the behavior of other containers.

It may be worth doing this for the metadata as well.

Originally created by @gravitykillseverything on GitHub (Nov 26, 2021). It defaults to /backups right now which means a new mount point in docker. Sonarr/Radarr/etc. store their backups in a subfolder of /config which should already be mounted. This would be helpful for those backing up their docker configs directory so they could also get snapshots of the internal backups. It's easy enough to add another mount point but it may be helpful of having the option to match the behavior of other containers. It may be worth doing this for the metadata as well.
adam closed this issue 2026-04-24 22:58:38 +02:00
Author
Owner

@advplyr commented on GitHub (Nov 26, 2021):

This may be an error because backups are stored in /metadata/backups.

I didn't know about Unraid overriding the /config volume mapping and built the initial project thinking the /config was going in /appdata/audiobookshelf/config/.
I haven't updated the directory structure yet because it is going to require writing code to fix the old structures.

@advplyr commented on GitHub (Nov 26, 2021): This may be an error because backups are stored in `/metadata/backups`. I didn't know about Unraid overriding the /config volume mapping and built the initial project thinking the /config was going in `/appdata/audiobookshelf/config/`. I haven't updated the directory structure yet because it is going to require writing code to fix the old structures.
Author
Owner

@gravitykillseverything commented on GitHub (Nov 28, 2021):

Ok i see that now. I didn't go into the filesystem, I was just looking at the backups page where indicated path is: /backups/2021-11-28T1522.audiobookshelf

Maybe, have it say /metadata/backups instead?

I'm also not using unraid and am unfamiliar with it. I'm using Debian and using Portainer and docker-compose. I've mounted all the docker /config directories to /docker/config/$app_name,

Also, having everything in the config directory is really minor and probably not worth pursuing. This is great project and is way better than other solutions.

@gravitykillseverything commented on GitHub (Nov 28, 2021): Ok i see that now. I didn't go into the filesystem, I was just looking at the backups page where indicated path is: /backups/2021-11-28T1522.audiobookshelf Maybe, have it say /metadata/backups instead? I'm also not using unraid and am unfamiliar with it. I'm using Debian and using Portainer and docker-compose. I've mounted all the docker /config directories to /docker/config/$app_name, Also, having everything in the config directory is really minor and probably not worth pursuing. This is great project and is way better than other solutions.
Author
Owner

@jaymarvels commented on GitHub (Aug 14, 2022):

+1 on this specifically with this solution:

https://github.com/advplyr/audiobookshelf/discussions/340#discussioncomment-2077531

@jaymarvels commented on GitHub (Aug 14, 2022): +1 on this specifically with this solution: https://github.com/advplyr/audiobookshelf/discussions/340#discussioncomment-2077531
Author
Owner

@darnir commented on GitHub (Apr 22, 2024):

@advplyr Any chance to see this implemented in a near future release? It would be very nice to have this available

@darnir commented on GitHub (Apr 22, 2024): @advplyr Any chance to see this implemented in a near future release? It would be very nice to have this available
Author
Owner

@advplyr commented on GitHub (May 14, 2024):

Closing this to make #2973 the main thread on this issue

@advplyr commented on GitHub (May 14, 2024): Closing this to make #2973 the main thread on this issue
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#102