Last active
August 29, 2015 14:26
-
-
Save totoCZ/4a2d87ba9f5ab4d75cf0 to your computer and use it in GitHub Desktop.
reconstruct an incremental backup on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-ChildItem | Get-ChildItem | Copy-Item -Destination ../new -Recurse -Container -Force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment