Skip to content

Commit

Permalink
orc_local_config: add upload attribute 'delete_smb_share'
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfl-orc committed Jun 13, 2024
1 parent c11ee19 commit 3906a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/orc_local_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ Attributes
Specifies a comma (or semicolon) separated list of patterns, matching the file name of archives, that determine whether an output archive from ``DFIR-Orc.exe`` will be uploaded to the specified location. When missing, all archives are uploaded (if not explicitly excluded, see below). When specified, only archives whose name matches one of the patterns will be uploaded.
* **exclude** *(optional=yes, default=none)*
Specifies a comma (or semicolon) separated list of patterns, matching the file name of archives, that determine whether an output archive should not be uploaded. When excluded, an output archive is left intact in the output directory (i.e. regardless of the ``operation`` attribute). The ``exclude`` attribute takes precedence over the ``include`` attribute, meaning an archive whose name matches both ``include`` and ``exclude`` patterns will be excluded.
* **delete_smb_share** *(optional=yes, default=none)*
Currently only available for BITS over SMB. When set to "true" the connection to the share will be deleted at the end of jobs (with the use of net use /del). This option should only be needed when the share is served by Samba.

Example
-------
Expand Down

0 comments on commit 3906a08

Please sign in to comment.