.\" Text automatically generated by txt2man .TH grr_export 1 "18 July 2017" "GRR 3.1.0.2" "" .SH NAME \fBgrr_export \fP- export resources from GRR to local filesystem \fB .SH SYNOPSIS .nf .fam C \fBgrr_export\fP [\fB-h\fP] [\fB--verbose\fP] [\fB--debug\fP] [\fB--config\fP \fICONFIG\fP] [\fB--secondary_configs\fP \fISECONDARY_CONFIGS\fP] [\fB--config_help\fP] [\fB--context\fP \fICONTEXT\fP] [\fB--plugins\fP \fIPLUGINS\fP] [\fB--disallow_missing_config_definitions\fP] [\fB-p\fP \fIPARAMETER\fP] [\fB--list_storage\fP] [\fB--username\fP \fIUSERNAME\fP] [\fB--reason\fP \fIREASON\fP] {collection,collection_files,file,hash_file_store} \.\.\. .fam T .fi .fam T .fi .SH DESCRIPTION This tool can be used to export different kinds of data stored inside the GRR instance to the local filesystem. The subcommands decide what kind of resource to export. .SH OPTIONS .TP .B \fB--verbose\fP Turn of verbose logging. .TP .B \fB--debug\fP When an unhandled exception occurs break in the debugger. .TP .B \fB--config\fP \fICONFIG\fP Primary Configuration file to use. This is normally taken from the installed package and should rarely be specified. .PP \fB--secondary_configs\fP \fISECONDARY_CONFIGS\fP Secondary configuration files to load (These override previous configuration files.). .TP .B \fB--config_help\fP Print help about the configuration. .TP .B \fB--context\fP \fICONTEXT\fP Use these contexts for the config. .TP .B \fB--plugins\fP \fIPLUGINS\fP Load these files as additional plugins. .PP \fB--disallow_missing_config_definitions\fP If true, we raise an error on undefined config options. .PP \fB-p\fP \fIPARAMETER\fP, \fB--parameter\fP \fIPARAMETER\fP Global override of config values. For example \fB-p\fP DataStore.implementation=MySQLDataStore .TP .B \fB--list_storage\fP List all storage subsystems present. .TP .B \fB--username\fP \fIUSERNAME\fP Username to use for export operations authorization. .TP .B \fB--reason\fP \fIREASON\fP Reason to use for export operations authorization. .SH SUBCOMMANDS .TP .B collection Exports RDFValueCollection from AFF4. .TP .B collection_files Downloads files referenced from the RDFValueCollection. .TP .B file Downloads files/directories from AFF4. .TP .B hash_file_store Exports HashFileStore contents. .SH SEE ALSO \fBgrr_console\fP(1), \fBgrr_fuse\fP(1). .SH AUTHOR GRR developers team