I backed up a Windows 10 system to an external USB disk drive using the backup utility that comes with the operating system that can be run by right-clicking on the Windows Start button then choosing Control Panel then Backup and Restore (Windows 7), which is found beneath System and Security, and then choosing Create a system image. If you create a system in that manner and then later wish to know the date and time you backed up the system without reattaching the drive you used, you can do so from a command prompt window with administrator privileges by using the
wbadmin get versions
command as shown
below:C:\WINDOWS\system32>wbadmin get versions wbadmin 1.0 - Backup command-line tool (C) Copyright 2013 Microsoft Corporation. All rights reserved. Backup time: 2/19/2017 8:31 PM Backup target: 1394/USB Disk labeled Seagate Backup Plus Drive(E:) Version identifier: 02/20/2017-01:31 Can recover: Volume(s), File(s), Application(s), Bare Metal Recovery, System State Snapshot ID: {d4a62a80-ac6f-4aba-8886-6ba570c1284a} C:\WINDOWS\system32>
Once you have the version identifier(s), you can use it to view the details
regarding what volumes were backed up on the system to the external USB
drive using a command in the form
wbadmin get items -version:version_id
.
[ More Info ]