PowerShell-HashCopy
PowerShell-HashCopy copied to clipboard
A PowerShell module for copying files between two paths that have been determined to have changed via computed hash value comparison.
Hi, Thank you for your module, it's really useful! I'm came across a problem when I needed to copy files but to exclude one file, I saw there is no...
Hey, this module is really awesome! However, the `-Mirror` parameter doesn't work correctly for me - it deletes all of the files I want to copy across for some reason....
Copying files with filename containing squarebracket "[ ]" will fail Example: - Myfilename[123].txt -> fail, file is corrupted, but no error message - Myfailname].txt -> success - Myfailname[.txt -> fail...