#Backup to SMB Share subfolder
1 messages ยท Page 1 of 1 (latest)
does the folder you are trying to create a sub-folder to have the right permissions read,write,create?
what prevents you from mounting a subdir?
example from my setup where a subdir specifically for home assistant backups is mounted
the error messages in homeassistant...
Logger: aioamazondevices
Source: components/alexa_devices/coordinator.py:58
First occurred: October 27, 2025 at 14:02:25 (1534 occurrences)
Last logged: 07:47:41
Malformed sensor state data received: {'errors': [{'message': 'Too many requests', 'path': ['endpoint'], 'extensions': {'errorCode': 'UNOFFICIAL_CLIENT_TOO_MANY_REQUESTS', 'isRetryable': False, 'classification': 'DataFetchingException'}}], 'data': {'endpoint': None}, 'extensions': {'requestID': 'QPM439FFXBGAENJ4BRQY', 'duration': 12}}
Malformed sensor state data received: {'errors': [{'message': 'Too many requests', 'path': ['endpoint'], 'extensions': {'errorCode': 'UNOFFICIAL_CLIENT_TOO_MANY_REQUESTS', 'isRetryable': False, 'classification': 'DataFetchingException'}}], 'data': {'endpoint': None}, 'extensions': {'requestID': 'VNSK33BR51GJWS4Z6V60', 'duration': 13}}
Malformed sensor state data received: {'errors': [{'message': 'Too many requests', 'path': ['endpoint'], 'extensions': {'errorCode': 'UNOFFICIAL_CLIENT_TOO_MANY_REQUESTS', 'isRetryable': False, 'classification': 'DataFetchingException'}}], 'data': {'endpoint': None}, 'extensions': {'requestID': '9QY0BNGNNKHEJDTXKXYR', 'duration': 13}}
Malformed sensor state data received: {'errors': [{'message': 'Too many requests', 'path': ['endpoint'], 'extensions': {'errorCode': 'UNOFFICIAL_CLIENT_TOO_MANY_REQUESTS', 'isRetryable': False, 'classification': 'DataFetchingException'}}], 'data': {'endpoint': None}, 'extensions': {'requestID': '93GFC7MFKQ6EAHVG9W20', 'duration': 13}}
Malformed sensor state data received: {'errors': [{'message': 'Too many requests', 'path': ['endpoint'], 'extensions': {'errorCode': 'UNOFFICIAL_CLIENT_TOO_MANY_REQUESTS', 'isRetryable': False, 'classification': 'DataFetchingException'}}], 'data': {'endpoint': None}, 'extensions': {'requestID':
Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:145
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 07:13:34 (17 occurrences)
Last logged: 07:29:14
Failed to to call /mounts - does not match regular expression ^[^\/]+ for dictionary value @ data['server']. Got '\\192.168.100.29\' does not match regular expression ^[^\/]+ for dictionary value @ data['share']. Got '\backups\ha_backup'
Failed to to call /mounts - does not match regular expression ^[^\/]+ for dictionary value @ data['server']. Got '\\192.168.100.29\'
Failed to to call /mounts - Mounting HA_Backup did not succeed. Check host logs for errors from mount or systemd unit mnt-data-supervisor-mounts-HA_Backup.mount for details.
Failed to to call /mounts - Mounting ha_backup did not succeed. Check host logs for errors from mount or systemd unit mnt-data-supervisor-mounts-ha_backup.mount for details.
Failed to to call /mounts - does not match regular expression ^[^\/]+ for dictionary value @ data['share']. Got '/backups/ha-backup'
that looks like its from alexa_devices and not related
can you show a screenshot of what you are putting in the config when your trying to mount it?
it seems there is a formatting error
I tried slash and back slash
no, that is not correct formatting (i would be supprised if it worked)
No, there was a mistake in slash backslash and captial letters. I guess I didn't try all combinations
thanks
yeah i was gunna suggest caps sensitivity as a possibility
I'm german, I need a lot of caps g
fair enough
it backups fine though ๐
I tried that, that wasn't working
must be how it builds the string. its not supposed to be used like that... but whatever...if it works for you
nvm ๐
my samba target is a truenas server on another machine
i will happily try your advice and remove the folder. have to check
you put the path in the "remote share" as samba_share or something like samba_share/secret/not_that_type_of_secret/backups
honestly if it works though then you can just leave it but if it breaks at some point then something to check