How can I export xml-file using "Batched export: On" to file at server on cron?
You can use the drush command to get the data export, and save it somewhere.
You will need to set this up using crontab and your own scripts, this module is not going to do that for you.
Is there any other way without using drush?
Automatically closed -- issue fixed for 2 weeks with no activity.
Just for reference, see: #1149212: How can I save a data-export into a folder on the server? #1823938: Add an option in "views data export" to save data(xml) to FTP SERVER.
Let's combine forces in this issue: #1875456: How to programmatically save a views data export file to a repository/a node field/etc.
Comments
Comment #1
steven jones commentedYou can use the drush command to get the data export, and save it somewhere.
You will need to set this up using crontab and your own scripts, this module is not going to do that for you.
Comment #2
Rizhaya commentedIs there any other way without using drush?
Comment #4
johnvJust for reference, see:
#1149212: How can I save a data-export into a folder on the server?
#1823938: Add an option in "views data export" to save data(xml) to FTP SERVER.
Comment #5
johnvLet's combine forces in this issue: #1875456: How to programmatically save a views data export file to a repository/a node field/etc.