Using crontab to make a influxdb backup every week

5.3k views Asked by At

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.

3

There are 3 answers

2
Diego On BEST ANSWER

So I use this repo https://github.com/eckardt/influxdb-backup.sh and make the crontab job to make the periodic backup.

1
Leela On

Influxdb supports backup and restore, documentation available here Should be straight forward to add a crontab for it.

0
qloveshmily On

Creating a jenkins job is also an option. Easy and stable.