Clarity on backup action in taskqueue

sparek

Verified User
Joined
Jun 27, 2019
Messages
531
Maybe this isn't supported any more? Perhaps this documentation is outdated? Would be nice if the outdated documentation would redirect to what's current.

Looking at:


You can pass options to the taskqueue for backing up users.

But the documentation here leaves a bit to be desired.

Specifically:

what=all|what_select (all of the "what_select" checkboxes)

What exactly does that mean? What are the "what_select" checkboxes?

Presumably, reading between the lines, this would mean appending:

&what_select0=autoresponder&what_select1=database

To an action=backup&type=admin taskqueue entry. But that doesn't appear to work - the backup backs up everything anyway.

Or is this referring to something else?
 
In case anyone stumbles across this issue:

The solution is to set a what=select and then set the selected options as option0=autoresponder&option1=database

I don't know why I didn't know that... I mean... the documentation is clear as mud on this.
 
Back
Top