runtimesoftware / runtime-backup-manager

Backups up databases and folders on a computer and optionally uploads them to remote storage
Apache License 2.0
1 stars 3 forks source link

[bug] Empty zip files #8

Open xe1os opened 2 years ago

xe1os commented 2 years ago

Hi Prashanth,

Empty zip files are getting uploaded on AWS S3 for mssql backup.

image

Thanks.

xe1os commented 2 years ago

Hi Prashant,

I think system.io.compression is limited to 4gb. Can you please replace system.io.compression with SharpZipLib nuget.

Thanks

runtimesoftware commented 2 years ago

Thanks for the suggestion. I will take a look at this as early as possible.

xe1os commented 2 years ago

Hi,

Any luck with this?