You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I'm in a scan that takes around 5 days, manipulating the machines through my local machine, and for some reason my machine shut down and when it comes back, it can resume from where it left off instead of starting the whole process again?
The text was updated successfully, but these errors were encountered:
@dvbliw there isnt a direct way to resume the scan atm. However if the controller abruptly dropped (and the controller didn’t send the signal to kill the scan on the fleet), then the scan will continue running until it’s completed but the results won’t be downloaded or merged automatically, so you’d have to download the results from the remote scan working directories with axiom-scp.
When any instance is finished with its scan it’s creates a file called $(hostname) in the tmp scan working directory on the remote instances. You can look for that file to see which ones have completed and download the results with axiom-scp.
Let's say I'm in a scan that takes around 5 days, manipulating the machines through my local machine, and for some reason my machine shut down and when it comes back, it can resume from where it left off instead of starting the whole process again?
The text was updated successfully, but these errors were encountered: