Documentation
¶
Overview ¶
Package scan provides the functionality for ajfs scan command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
config.CommonConfig
config.FilterConfig
Root string // The path to be scanned.
ForceOverride bool // Override any existing database file.
CalculateHashes bool // Calculate file signature hashes.
Algo ajhash.Algo // Algorithm to use for calculating the hashes.
DryRun bool // Only display files and directories that would have been stored in the database.
InitOnly bool // The initial database will be created without long running processes (hashing).
// contains filtered or unexported fields
}
Config for the ajfs scan command.
Click to show internal directories.
Click to hide internal directories.