Page 1 of 1

Command for auto validate

Posted: Thu Dec 06, 2018 8:47 pm
by badams_ios
I scheduled a couple tasks, but I want each one verified after completing. What switch do I add?

Re: Command for auto validate

Posted: Thu Dec 06, 2018 10:00 pm
by Brian K
badams_ios wrote:
> I scheduled a couple tasks, but I want each one verified after completing.
> What switch do I add?

See page 187 in the manual.

Re: Command for auto validate

Posted: Fri Dec 07, 2018 1:16 am
by badams_ios
No, I don't want to waste my time, answer the question. I have other things to do than read what you already know.

Re: Command for auto validate

Posted: Fri Dec 07, 2018 1:56 am
by TeraByte Support(PP)
I assume they are backup tasks. You would add the /v parameter to validate the image. Or the /vb parameter to do a byte-for-byte validation.

Re: Command for auto validate

Posted: Fri Dec 07, 2018 2:04 am
by badams_ios
Thank you. Does it matter where the /vb goes?

Re: Command for auto validate

Posted: Fri Dec 07, 2018 2:55 am
by TeraByte Support(PP)
It needs to go after the /b parameter. Could be directly after or later like after the /f parameter (when you save the command from IFW it goes there).

For example:
imagew64.exe /b /vb /d:w0@0x5 /f:"I:\mybackup" /comp:10 /hash
imagew64.exe /b /d:w0@0x5 /f:"I:\mybackup" /vb /comp:10 /hash