#Samba Backup Add-on issue - NeoMatrixJR
1 messages · Page 1 of 1 (latest)
Trying to use the Samba backup addon...no matter what I put in it won't take my configuration:
https://imgur.com/a/iLwdvZ3
share: backups
target_dir: 'HomeAssistant'
#username: ''
#password: ''
keep_local: 5
keep_remote: 15
trigger_time: '00:00'
trigger_days:
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
- Sun
exclude_addons: []
exclude_folders: []```
ERROR:
`Failed to save add-on configuration, Missing option 'username' in root in Samba Backup (15d21743_samba_backup). Got {'host': '192.168.5.100', 'share': 'backups', 'target_dir': 'HomeAssistant', 'keep_local': 5, 'keep_remote': 15, 'trigger_time': '00:00', 'trigger_days': ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], 'exclude_addons': [], 'exclude_folders': []}`
wait...hang on...that error is different than previous...it used to always say missing option 'host'
...nevermind