Click here to Skip to main content
15,891,841 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Dear All,

I am going to plan for backup tool. I have tested some of the built-in libraries like from SharpZip,DotNetZip etc. But i observed that DotNetZip has limitation of 4GB filesize. Our requirement is to compress files & folders which are more than 100GB in size.

Another experiment with "System.IO.Compression" in .net 4.5 is suitable for > 4GB using below code.

" ZipFile.CreateFromDirectory(txtSource.Text, txtDestination.Text.Trim() + "Backup.zip");"

But how it can be implemented with progressbar status in Backgroundworker.

If other tool is available kindly let me know.

Regards,

Anil Kumar
Posted
Updated 2-Oct-15 21:37pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900