So I'm wondering how can I make a cron job to make influxdb backup every friday at midnigth. In github is an sh file that makes the backup job, here is the link: InfluxDB Backup-Restore
Thanks.
So I'm wondering how can I make a cron job to make influxdb backup every friday at midnigth. In github is an sh file that makes the backup job, here is the link: InfluxDB Backup-Restore
Thanks.
Influxdb supports backup and restore, documentation available here Should be straight forward to add a crontab for it.
So I use this repo https://github.com/eckardt/influxdb-backup.sh and make the crontab job to make the periodic backup.