[Docker] How to add NAS NFS Storage Location for Automatic Backup

Following up on 2025.1 and 2025.2’s new backup functionality, I would like to automate uploading a backup to an NFS share. However, since I run the Docker edition I cannot access the Settings / Storage page, leaving me without any ability to configure additional backup locations. What is the expected solution?

Specifically I am following Preparing for a Backup which is Installation Independent, but step 3 links to something specific to HAOS.

you need to map the volume where you like to store your backup in your docker settings

what I did:

-v /home/dietpi/backup/homeassistant:/config/backups \

and the nas storage has to be mounted to your system where your docker runs

1 Like