# Functions
New creates a new Tar.
NewParanoid creates a new Tar that has restrictions on what it can do while extracting files.
NewParanoidWithTimeout creates a new Tar with the provided timeout extracting files.
NewWithTimeout creates a new Tar with the provided timeout extracting files.
# Variables
DefaultExclusionPattern is the pattern of files that will not be included in a tar file when creating one.
# Structs
ChmodAdapter changes the mode of files and directories inline as a tarfile is being written.
RenameAdapter renames files and directories inline as a tarfile is being written.