Using recursion and sending objects down the pipeline can duplicate files in your archive. Forexample, if you use Get-ChildItem with the Recurse parameter, each FileInfo andDirectoryInfo object that's sent down the pipeline is added to the archive.
Using recursion and sending objects down the pipeline can duplicate files in your archive. Forexample, if you use Get-ChildItem with the Recurse parameter, each FileInfo andDirectoryInfo object that's sent down the pipeline is added to the archive.