Skip to content

05.05. Limiting Between Two Timestamps

Eri Airlangga edited this page Mar 24, 2020 · 1 revision

Limiting Between Two Timestamps

You can combine both -f and -t parameters to limit the result between two timestamps. Since both parameters are inclusive, the from and to parameter values are included to the result.

Examples

wbm-dl yoursite.com -o c:/download -f 20171101210000 -t 20180915220000

Will download only the snapshots since November 01, 2017 21:00:00 until September 15, 2018 22:00:00.

wbm-dl yoursite.com -o c:/download  -f 2017 -t 201804

Will download only the snapshots since 2017 until April 2018.

wbm-dl yoursite.com -o c:/download  -f 2017 -t 2017

Will download only the snapshots during 2017.

Clone this wiki locally