.\" Text automatically generated by txt2man .TH grr_fuse 1 "18 July 2017" "GRR 3.1.0.2" "" .SH NAME \fBgrr_fuse \fP- mount GRR contents into the local filesystem \fB .SH SYNOPSIS .nf .fam C \fBgrr_fuse\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--aff4path\fP \fIAFF4PATH\fP] [\fB--mountpoint\fP \fIMOUNTPOINT\fP] [\fB--background\fP] [\fB--timeout\fP \fITIMEOUT\fP] [\fB--max_age_before_refresh\fP \fIMAX_AGE_BEFORE_REFRESH\fP] [\fB--ignore_cache\fP] [\fB--refresh_policy\fP {if_older_than_max_age,always,never}] [\fB--force_sparse_image\fP] [\fB--sparse_image_threshold\fP \fISPARSE_IMAGE_THRESHOLD\fP] [\fB--username\fP \fIUSERNAME\fP] [\fB--reason\fP \fIREASON\fP] .fam T .fi .fam T .fi .SH DESCRIPTION This command mounts AFF4 containers from GRR into the local filesystem. .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--aff4path\fP \fIAFF4PATH\fP Path in AFF4 to use as the root of the filesystem. .PP \fB--mountpoint\fP \fIMOUNTPOINT\fP Path to point at which the system should be mounted. .TP .B \fB--background\fP Whether or not to run the filesystem in the background, not viewing debug information. .TP .B \fB--timeout\fP \fITIMEOUT\fP How long to poll a flow for before giving up. .PP \fB--max_age_before_refresh\fP \fIMAX_AGE_BEFORE_REFRESH\fP Measured in seconds. Do a client-side update if it's been this long since we last did one. .TP .B \fB--ignore_cache\fP Disables cache completely. Takes priority over refresh_policy. .PP \fB--refresh_policy\fP {if_older_than_max_age,always,never} How to refresh the cache. Options are: always (on every client-side access), never, or, by default, if_older_than_max_age (if last accessed > max_age seconds ago). .TP .B \fB--force_sparse_image\fP Whether to convert existing files bigger than the size threshold to new, empty AFF4SparseImages. .PP \fB--sparse_image_threshold\fP \fISPARSE_IMAGE_THRESHOLD\fP If a client side file that's not in the datastore yet is >= than this size, then store it as a sparse image. .TP .B \fB--username\fP \fIUSERNAME\fP Username to use for client authorization check. .TP .B \fB--reason\fP \fIREASON\fP Reason to use for client authorization check. This needs to match the string in your approval request. .SH SEE ALSO \fBgrr_console\fP(1), \fBgrr_export\fP(1). .SH AUTHOR GRR developers team