Hi @alexpetrov
I set the task Trigger Execution Script URL and Script URL and what should be next?
You’ll need to set up cron jobs for both the trigger script and the processing script. Please see the instructions here: https://www.wpallimport.com/documentation/recurring/cron/ (these are for WP All Import, but the steps are identical for WP All Export).
I need to do to export every day and saved automatically in the site root.
The file can be stored in a couple of locations, based on the “Randomized folder names” setting via All Export > Settings:
If enabled, exported files and temporary files will be saved in a folder with a randomized name in /wp-content/uploads/wpallexport.
If disabled, exported files will be saved in the Media Library.
If you need to move the file to a different location after the export completes, you can use this hook: https://github.com/soflyy/wp-all-import-action-reference/blob/master/all-export/pmxe_after_export.php. Here’s an example snippet showing how to find the file: https://paste.ee/p/p9B9c.