...
Job reset options control how SkySync DryvIQ will reevaluate tracking state or permission propagation on the next job execution. Hard job reset will clear all previous tracking data and allow SkySync DryvIQ to reevaluate all content; rather than only detecting content that has changed.
After the initial job run, subsequent runs leverage the change detection feature, which allows SkySync DryvIQ to focus only on transferring content that has changed rather than evaluating all content. This ensures efficient transfer performance. However, not all platforms track changes the same way. A Hard reset clears all previous tracking data and allows SkySync DryvIQ to reevaluate the entire content hierarchy to ensure all content is transferred based on the given job configuration.
...
Note |
---|
Using reset options hard or full will reset your reporting values on the Overview Transfer Details report in the SkySync DryvIQ User - Interface (UI). This is expected since these options reset all tracking states. This will not delete the job tracking data from the database. |
...
REST API Option
Code Block |
---|
PATCHÂ {{url}}v1/jobs/{{job}}?reset=hard |
...