On 2016-06-06 08:32, Phil Markham wrote: > Hi, > > I try with command line using Backuppc_Tarcreate and > Backuppc_Zip_create, and it's works both > > So i dont understand why download archive restauration are corrupt ? > > any idea ?
You've essentially described that you can create a tar or zip file from the command line, but when you perform (presumably) the same operation from within Apache in a browser session, you fail to create a tar or zip file that is openable. So, you've more or less isolated the problem to Apache, or your browser. While both are possible, unless you've got a browser that's unusual or broken, it can probably handle downloading zip files, so your Apache configuration is the more likely candidate, but it could also be a combination of the two. If you want to troubleshoot the issue, you can use the same data set, create a good and bad tar file (tar does not use compression, so it's easier to diagnose) and compare the two so that it will point you in the right direction, then methodically review your apache configuration for the items which might affect the output between the generation of the tar archive and its being saved by the browser. ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
