diff --git a/docs/doxygen-user/command_line_ingest.dox b/docs/doxygen-user/command_line_ingest.dox index 137005cdde..d27566b738 100644 --- a/docs/doxygen-user/command_line_ingest.dox +++ b/docs/doxygen-user/command_line_ingest.dox @@ -45,11 +45,12 @@ The table below shows a summary of the command line operations. You can run one
--caseDir
--caseDir="C:\work\Cases\test5_2019_09_20_11_01_29"
--addDataSource ---runIngest (optional)
--dataSourcePath ---ingestProfile (optional)
--addDataSource --dataSourcePath="R:\work\images\small2.img" --runIngest
--dataSourcePath
--addDataSource --dataSourcePath="R:\work\images\small2.img" --runIngest
--runIngest
--dataSourceObjectId ---ingestProfile (optional)
--runIngest --dataSourceObjectId=1
--runIngest +--runIngest=(ingest profile name)
--dataSourceObjectId
--runIngest --dataSourceObjectId=1 +--runIngest="imageAnalysis" --dataSourceObjectId=1
--generateReports --generateReports=(report profile name)
--generateReports @@ -109,8 +110,8 @@ autopsy64.exe --caseDir="C:\work\cases\test6_2019_09_20_13_00_51" --addDataSourc Next we'll add a third data source ("red_images.img") to the case and run ingest using a custom ingest profile "imageAnalysis" created as described in the \ref command_line_ingest_profile "Configuring Ingest Profiles" section above. \verbatim -autopsy64.exe --caseDir="C:\work\cases\test6_2019_09_20_13_00_51" --addDataSource --runIngest - --dataSourcePath="R:\work\images\red_images.img" --ingestProfile="imageAnalysis" +autopsy64.exe --caseDir="C:\work\cases\test6_2019_09_20_13_00_51" --addDataSource --runIngest="imageAnalysis" + --dataSourcePath="R:\work\images\red_images.img" \endverbatim Finally we'll add a folder ("Test files") as a logical file set to a new case ("test9"). @@ -178,7 +179,7 @@ If you've entered everything correctly, Autopsy will load and you'll see this di \image html command_line_ingest_dialog.png -If you entered something incorrectly you will likely see an error in the output. You may also see the normal case open dialog if your combination of commands and parameters was invalid. In either case you'll want to compare what you ran with the descriptions and examples above to try to find the error. +If you entered something incorrectly you will likely see an error in the output. You'll want to compare what you ran with the descriptions and examples above to try to fix the error. If everything works correctly, you'll see a log of the processing being done and Autopsy will close when finished.