Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit the ln.exe output in the logfile #53

Open
peptoni opened this issue Sep 10, 2015 · 0 comments
Open

Limit the ln.exe output in the logfile #53

peptoni opened this issue Sep 10, 2015 · 0 comments

Comments

@peptoni
Copy link

peptoni commented Sep 10, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant