It would be awesome to automate the backups we do to https://github.com/the-blue-alliance/the-blue-alliance-data
We can trigger csv backups via cron.yaml and hit /tasks/enqueue/csv_backup_events/2016
cron.yaml
/tasks/enqueue/csv_backup_events/2016
Then, just fire off a cronjob on a linux server somewhere to run the update script in the tba-data repo nightly and commit/push the results.
This might require some permission tweaks to the Google Cloud storage bucket though
It would be awesome to automate the backups we do to https://github.com/the-blue-alliance/the-blue-alliance-data
We can trigger csv backups via
cron.yamland hit/tasks/enqueue/csv_backup_events/2016Then, just fire off a cronjob on a linux server somewhere to run the update script in the tba-data repo nightly and commit/push the results.
This might require some permission tweaks to the Google Cloud storage bucket though