Documentation
¶
Overview ¶
dupers todo
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoPath = errors.New("path does not exist") ErrPathExist = errors.New("path exists in the database bucket") )
Functions ¶
Types ¶
type Config ¶
type Config struct {
Timer time.Time
Buckets []string // buckets to lookup
Source string // directory or file to compare
Quiet bool // reduce the feedback sent to stdout
// contains filtered or unexported fields
}
Config options for duper.
func (*Config) PurgeSrc ¶ added in v0.0.3
func (c *Config) PurgeSrc()
PurgeSrc removes all files and directories from the source directory that are not unique MS-DOS or Windows programs.
func (*Config) Remove ¶ added in v0.0.3
func (c *Config) Remove()
Remove all duplicate files from the source directory.
func (*Config) Seek ¶
func (c *Config) Seek()
Seek sources from the database and print out the matches.
func (*Config) WalkDir ¶
WalkDir walks the root directory for zip archives and to extract any found comments.
func (*Config) WalkDirs ¶
func (c *Config) WalkDirs()
WalkDirs walks the directories provided by the arguments for zip archives to extract any found comments.
func (*Config) WalkSource ¶
func (c *Config) WalkSource()
WalkSource walks the source directory or a file to collect its hashed content for future comparison.
Click to show internal directories.
Click to hide internal directories.