Skip to content

Limit the ln.exe output in the logfile #53

@peptoni

Description

@peptoni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions