-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Could you add a parameter in the ini file of ntfs-hardlink-backup to limit the output of ln.exe in the logfile...? It would match the --quiet command line modifier of ln.exe.
--quiet
specify
log level
The amount of output during various operations can be controlled via the --quiet switch:
ln --quiet ...
The --quiet option without arguments totally disables any output during ln.exe' operations.
To specify the amount of output an optional argument can be passed to the --quiet switch:
0 Completely suppress output. This is the if same as no argument would have been passed to --quiet.
1 Only show severe errors.
2 Show the changes, e.g if a file is copied additionally during delorean copy. Furthermore show severe errors.
3 Show all output available. This is same as --quiet has been ommitted.
ln --quiet 2 ...
In the above example only changes are shown.
Thanks for a beautiful work.