Hi,
thank you for creating this add-on!
I just tried installing it but get the following error when I try to configure it:
Failed to save add-on configuration, Missing required option 'host' in Samba Backup (15d21743_samba_backup). Got {'host': None, 'share': None, 'target_dir': '', 'username': '', 'password': '', 'keep_local': 'all', 'keep_remote': 'all', 'trigger_time': '00:00', 'trigger_days': ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], 'exclude_addons': [], 'exclude_folders': []}
I’ve tried these two configs and variations of them but always get the same error:
{
"host": "192.168.178.xxx",
"share": "xxx",
"target_dir": "backups/ha-backups",
"username": "xxx",
"password": "xxx?",
"keep_local": "5",
"keep_remote": "20",
"trigger_time": "04:00",
"trigger_days": ["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],
"exclude_addons": ["core_ssh", "core_duckdns"],
"exclude_folders": ["ssl"],
"backup_name": "{type} Backup {date}"
}
host: 192.168.178.xxx
share: xxx
target_dir: 'backups/ha-backups'
username: 'xxx'
password: 'xxx?'
keep_local: 5
keep_remote: 20
trigger_time: '03:00'
trigger_days:
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
- Sun
exclude_addons: []
exclude_folders: []
What am I doing wrong?
Thank you!