Configuration¶
All mdedup options can be set with a configuration file.
Location¶
Location depends on OS (see click-extra doc):
Platform |
Folder |
|---|---|
macOS |
|
Unix |
|
Windows |
|
TOML sample¶
# My default configuration file.
[mdedup]
verbosity = "DEBUG"
strategy = "discard-older"
action = "delete-discarded"
Troubleshooting¶
You can easily debug the way mdedup source its configuration with the --show-params: