I've been saving the .json backup files from @jtp10181 's fine Smart Start Manager app to my laptop, just in case.
I wonder if there's any way to save the files in Hubitat File Manager automatically, as in a scheduled Local or Cloud backup?
If not, I personally think it would be cool.
Thanks.
1 Like
Added an endpoint to allow retrieval of the backups to a NAS, rPi, etc. The script I'm running on my Synology is:
cd /volume1/HubitatBackups
wget /volume1/HubitatBackups backupEndpoint -O fmBackupMain$(date +%Y-%m-%d_%H%M%S).hgz
The backupEndpoint value is now on the first screen of the app. As a result of the change OAuth will need to be enabled.
[image]
Also believe the cloud backup may contain the contents of the File Manager for most people (up to approx 10MB) as it was added to the migration backup.
6 Likes
I tried the cloud backup. It works! Thanks.
1 Like
system
Closed
February 15, 2026, 4:55pm
4
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.