This script searches connected drives and, once the target is found (E:\
by default), all contents of the drive are copied to a predetermined folder.
Added option for custom destination folder name
Updated dest_path
date & time formatting:
- Changed to abbreviated month names
- Removed seconds
- Added option for 12 hr time
Added target_drive
variable, to simplify changing the source
Turned verbose output into comments to fit with production environment
Adjusted drive checking, only proceeds if E:\
is detected
Added verbose output + time delays
Changed copying service from distutils.dir_util.copy_tree
to robocopy
Changed dest_path
to match production environment
Added simple error handling for robocopy, still WIP
Script created!
Configured to copy from a flash drive to development environment