Scroll to navigation

grr_fuse(1) grr_fuse(1)

NAME

grr_fuse - mount GRR contents into the local filesystem

SYNOPSIS

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

[--secondary_configs SECONDARY_CONFIGS] [--config_help]
[--context CONTEXT] [--plugins PLUGINS]
[--disallow_missing_config_definitions] [-p PARAMETER]
[--list_storage] [--aff4path AFF4PATH]
[--mountpoint MOUNTPOINT] [--background] [--timeout TIMEOUT]
[--max_age_before_refresh MAX_AGE_BEFORE_REFRESH]
[--ignore_cache]
[--refresh_policy {if_older_than_max_age,always,never}]
[--force_sparse_image]
[--sparse_image_threshold SPARSE_IMAGE_THRESHOLD]
[--username USERNAME] [--reason REASON]

DESCRIPTION

This command mounts AFF4 containers from GRR into the local filesystem.

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.
Path in AFF4 to use as the root of the filesystem.

--mountpoint MOUNTPOINT Path to point at which the system should be mounted.

Whether or not to run the filesystem in the background, not viewing debug information.
How long to poll a flow for before giving up.

--max_age_before_refresh MAX_AGE_BEFORE_REFRESH Measured in seconds. Do a client-side update if it's been this long since we last did one.

Disables cache completely. Takes priority over refresh_policy.

--refresh_policy {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).

Whether to convert existing files bigger than the size threshold to new, empty AFF4SparseImages.

--sparse_image_threshold SPARSE_IMAGE_THRESHOLD If a client side file that's not in the datastore yet is >= than this size, then store it as a sparse image.

Username to use for client authorization check.
Reason to use for client authorization check. This needs to match the string in your approval request.

SEE ALSO

grr_console(1), grr_export(1).

AUTHOR

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

19 June 2018 GRR 3.1.0.2