If we are running webDAV-sync from a BAT file as part fo a scheduled task, is there any way to know if the sync was successful? We experienced an issue where a scheduled sync was incomplete do to poor Internet connectivity at the time of the sync and we want to be able to manage exceptions like that.
Thanks!
-Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can redirect the output to a file or pipe it to some logging service. Then you can investigate this.
Internally there is also an API to install different handlers for the events that WebDAV-Sync generates, but it hasn't been published, so you will need to look into the code itself.
Best regards,
Werner.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If we are running webDAV-sync from a BAT file as part fo a scheduled task, is there any way to know if the sync was successful? We experienced an issue where a scheduled sync was incomplete do to poor Internet connectivity at the time of the sync and we want to be able to manage exceptions like that.
Thanks!
-Joe
Hello Joe,
You can redirect the output to a file or pipe it to some logging service. Then you can investigate this.
Internally there is also an API to install different handlers for the events that WebDAV-Sync generates, but it hasn't been published, so you will need to look into the code itself.
Best regards,
Werner.
Thank you Werner!