Configuration

All mdedup options can be set with a configuration file.

Location

Location depends on OS (see click-extra doc):

Platform

Folder

macOS

~/Library/Application Support/mdedup/

Unix

~/.config/mdedup/

Windows

C:\Users\<user>\AppData\Roaming\mdedup\

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: