On Tue, Apr 2, 2019 at 7:56 PM <[email protected]> wrote: > Thanks Arik Hadas for your reply. > > And how can i do this regulary and automaticly every day? >
oVirt does not provide an integrated way to define periodic tasks like that. So you need, e.g., to set up a cron job that executes a script that triggers the export_to_path_on_host API call - the script can do that via the python-sdk as you can find at [1] [1] https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/export_vm_as_ova.py > > Thanks > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/site/privacy-policy/ > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > List Archives: > https://lists.ovirt.org/archives/list/[email protected]/message/6FKO5OFTDA4HDOXG37TP2URI762TE3HW/ >
_______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/C7CXVOVZRBCVTBW5BFPVJQXMIXWPKFKW/

