Scroll to navigation

wtcdbexport LOCAL wtcdbexport

NAME

wtcdbexportexports items stored in a Windows Explorer thumbnail cache database (WTCDB) file

SYNOPSIS

wtcdbexport [-l logfile] [-t target] [-hvV] source

DESCRIPTION

wtcdbexport is a utility to export items stored in a Windows Explorer thumbnail cache database (WTCDB) file

wtcdbexport is part of the libwtcdb package. libwtcdb is a library to access the Windows Explorer thumbnail cache database (WTCDB) format

source is the source file.

The options are as follows:

shows this help
logfile
specify the file in which to log information about the exported items
target
specify the target directory to export to (default is the source filename followed by .export)
verbose output to stderr
print version

ENVIRONMENT

None

FILES

None

EXAMPLES

# wtcdbexport thumbcache_32.db
wtcdbexport 20101023

Opening file.
Exporting aliases.
Processing alias 1 out of 1.
...
Exporting alias 4 out of 4. Export completed.

DIAGNOSTICS

Errors, verbose and debug output are printed to stderr when verbose output -v is enabled. Verbose and debug output are only printed when enabled at compilation.

BUGS

Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website: https://github.com/libyal/libwtcdb/

AUTHOR

These man pages were written by Joachim Metz.

COPYRIGHT

Copyright (C) 2010-2021, Joachim Metz <joachim.metz@gmail.com>. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

wtcdbinfo(1)

July 29, 2019 libwtcdb