https://github.com/ivanmarban/iot-backup-manager
A custom application for backing up IOT stuff.
https://github.com/ivanmarban/iot-backup-manager
googledrive-cli googledriveapi graalvm-native-image iot java11 micronaut micronaut-java-application openhab tasmota
Last synced: 3 days ago
JSON representation
A custom application for backing up IOT stuff.
- Host: GitHub
- URL: https://github.com/ivanmarban/iot-backup-manager
- Owner: ivanmarban
- Created: 2022-06-20T19:18:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T08:17:53.000Z (over 3 years ago)
- Last Synced: 2025-02-24T00:25:39.305Z (over 1 year ago)
- Topics: googledrive-cli, googledriveapi, graalvm-native-image, iot, java11, micronaut, micronaut-java-application, openhab, tasmota
- Language: Java
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iot-backup-manager
A custom application for backing up IOT stuff.
### Configuration:
``` sh
${DRIVE_CREDENTIALS_DIR} - Folger holding Google Drive stored credentials.
${TASMOTA_DEVICES} - Comma separated list of tasmota devices ip addresses.
${OPENHAB_DIR} - Folder holding OpenHab installation.
```
### References:
[Micronaut Launch](https://micronaut.io/launch)
[Create Credentials for Google Drive API](https://o7planning.org/11917/create-credentials-for-google-drive-api)
[Tasmota](https://tasmota.github.io/)
[OpenHab](https://www.openhab.org/)