I've created a Make API to handle a data dump of backups, based on this:
However, the larger the table data, it times out for each Table that takes over a minute.
I tried it as part of the URL string, as in:
The link above doesn't succesfully pass on the ?limit-1000 to generate_csv, so I cannot use make to cycle through the data because I cannot reduce the size of the data.
Noting I did separately implemented the backup on the solution level, but that doesn't export data as text like a cvs does, so with a CVS that gets too big and thus does a timeout, there isn't a way to use the backup for tables when the export has too many records yet cannot limit each loop to 1000 records.
@Peter Novosel recommended I create this as a request. As I'm certain that most users don't use API's or will run into the need for data backups, this post is really for tracking purposes more than a feature which any casual user will upvote!