===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
restic-0.10.0/CHANGELOG.md-832-   password manager or keyring. The option can also be set via the environment variable
restic-0.10.0/CHANGELOG.md:833:   `$RESTIC_PASSWORD_COMMAND`.
restic-0.10.0/CHANGELOG.md-834-
##############################################
restic-0.10.0/CONTRIBUTING.md-66-Restic requires Go version 1.12 or later for compiling. Clone the repo (without
restic-0.10.0/CONTRIBUTING.md:67:having `$GOPATH` set) and `cd` into the directory:
restic-0.10.0/CONTRIBUTING.md-68-
##############################################
restic-0.10.0/changelog/0.9.4_2019-01-06/pull-2094-5-can be integrated with a password manager or keyring. The option can also be
restic-0.10.0/changelog/0.9.4_2019-01-06/pull-2094:6:set via the environment variable `$RESTIC_PASSWORD_COMMAND`.
restic-0.10.0/changelog/0.9.4_2019-01-06/pull-2094-7-
##############################################
restic-0.10.0/doc/040_backup.rst-177-Environment-variables in exclude files are expanded with `os.ExpandEnv <https://golang.org/pkg/os/#ExpandEnv>`__,
restic-0.10.0/doc/040_backup.rst:178:so ``/home/$USER/foo`` will be expanded to ``/home/bob/foo`` for the user ``bob``.
restic-0.10.0/doc/040_backup.rst:179:To get a literal dollar sign, write ``$$`` to the file. Note that tilde (``~``) expansion does not work, please use the ``$HOME`` environment variable instead.
restic-0.10.0/doc/040_backup.rst-180-
##############################################
restic-0.10.0/doc/040_backup.rst-457-
restic-0.10.0/doc/040_backup.rst:458: * ``$XDG_CACHE_HOME/restic``, ``$HOME/.cache/restic``: :ref:`caching`.
restic-0.10.0/doc/040_backup.rst:459: * ``$TMPDIR``: :ref:`temporary_files`.
restic-0.10.0/doc/040_backup.rst:460: * ``$PATH/fusermount``: Binary for ``restic mount``.
restic-0.10.0/doc/040_backup.rst-461-
##############################################
restic-0.10.0/doc/040_backup.rst-483-One can use these exit status codes in scripts and other automation tools, to make them aware of
restic-0.10.0/doc/040_backup.rst:484:the outcome of the backup run. To manually inspect the exit code in e.g. Linux, run ``echo $?``.
##############################################
restic-0.10.0/doc/045_working_with_repos.rst-117-a file ``--password-file2`` or from a command ``--password-command2``.
restic-0.10.0/doc/045_working_with_repos.rst:118:Alternatively the environment variables ``$RESTIC_PASSWORD_COMMAND2`` and
restic-0.10.0/doc/045_working_with_repos.rst:119:``$RESTIC_PASSWORD_FILE2`` can be used. It is also possible to directly
restic-0.10.0/doc/045_working_with_repos.rst:120:pass the password via ``$RESTIC_PASSWORD2``. The key which should be used
restic-0.10.0/doc/045_working_with_repos.rst-121-for decryption can be selected by passing its ID via the flag ``--key-hint2``
restic-0.10.0/doc/045_working_with_repos.rst:122:or the environment variable ``$RESTIC_KEY_HINT2``.
restic-0.10.0/doc/045_working_with_repos.rst-123-
##############################################
restic-0.10.0/doc/developer_information.rst-16- * The build tags (for official binaries, it's the tag ``selfupdate``)
restic-0.10.0/doc/developer_information.rst:17: * The environment variables (mostly ``$GOOS``, ``$GOARCH``, ``$CGO_ENABLED``)
restic-0.10.0/doc/developer_information.rst-18-
##############################################
restic-0.10.0/doc/faq.rst-73--  ``*`` is expanded for paths read via ``--files-from``
restic-0.10.0/doc/faq.rst:74:-  e.g. For backup targets given to restic as arguments on the shell, neither glob expansion nor shell variable replacement is done. If restic is called as ``restic backup '*' '$HOME'``, it will try to backup the literal file(s)/dir(s) ``*`` and ``$HOME``
restic-0.10.0/doc/faq.rst-75--  Double-asterisk ``**`` only works in exclude patterns as this is a custom extension built into restic; the shell must not expand it
##############################################
restic-0.10.0/doc/manual_rest.rst-397-
restic-0.10.0/doc/manual_rest.rst:398: * Linux/other: ``~/.cache/restic`` (or ``$XDG_CACHE_HOME/restic``)
restic-0.10.0/doc/manual_rest.rst-399- * macOS: ``~/Library/Caches/restic``
##############################################
restic-0.10.0/doc/manual_rest.rst-402-The command line parameter ``--cache-dir`` or the environment variable
restic-0.10.0/doc/manual_rest.rst:403:``$RESTIC_CACHE_DIR`` can be used to override the default cache location.  The
restic-0.10.0/doc/manual_rest.rst-404-parameter ``--no-cache`` disables the cache entirely. In this case, all data
##############################################
restic-0.10.0/internal/backend/rclone/stdio_conn.go-57-// LocalAddr returns nil.
restic-0.10.0/internal/backend/rclone/stdio_conn.go:58:func (s *StdioConn) LocalAddr() net.Addr {
restic-0.10.0/internal/backend/rclone/stdio_conn.go-59-	return Addr{}
##############################################
restic-0.10.0/internal/backend/rclone/stdio_conn.go-62-// RemoteAddr returns nil.
restic-0.10.0/internal/backend/rclone/stdio_conn.go:63:func (s *StdioConn) RemoteAddr() net.Addr {
restic-0.10.0/internal/backend/rclone/stdio_conn.go-64-	return Addr{}