Skip to content

Instantly share code, notes, and snippets.

@totoCZ
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save totoCZ/4a2d87ba9f5ab4d75cf0 to your computer and use it in GitHub Desktop.
Save totoCZ/4a2d87ba9f5ab4d75cf0 to your computer and use it in GitHub Desktop.
reconstruct an incremental backup on windows
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