Scroll to navigation

grr_export(1) grr_export(1)

NAME

grr_export - export resources from GRR to local filesystem

SYNOPSIS

grr_export [-h] [--verbose] [--debug] [--config CONFIG]

[--secondary_configs SECONDARY_CONFIGS] [--config_help]
[--context CONTEXT] [--plugins PLUGINS]
[--disallow_missing_config_definitions] [-p PARAMETER]
[--list_storage] [--username USERNAME] [--reason REASON]
{collection,collection_files,file,hash_file_store} ...

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.

OPTIONS

Turn of verbose logging.
When an unhandled exception occurs break in the debugger.
Primary Configuration file to use. This is normally taken from the installed package and should rarely be specified.

--secondary_configs SECONDARY_CONFIGS Secondary configuration files to load (These override previous configuration files.).

Print help about the configuration.
Use these contexts for the config.
Load these files as additional plugins.

--disallow_missing_config_definitions If true, we raise an error on undefined config options.

-p PARAMETER, --parameter PARAMETER Global override of config values. For example -p DataStore.implementation=MySQLDataStore

List all storage subsystems present.
Username to use for export operations authorization.
Reason to use for export operations authorization.

SUBCOMMANDS

Exports RDFValueCollection from AFF4.
Downloads files referenced from the RDFValueCollection.
Downloads files/directories from AFF4.
Exports HashFileStore contents.

SEE ALSO

grr_console(1), grr_fuse(1).

AUTHOR

GRR developers team <grr-dev@googlegroups.com>

19 June 2018 GRR 3.1.0.2