Top "Archive" questions

A location or file that stores other files or data, normally accompanied by compression, encryption, sorting or organizing.

Archive app with Xcode 4.3.1 gives pngcrush caught libpng error:

The app builds fine in a simulator and on a device. But as soon as I try to archive it …

ios xcode4 archive libpng pngcrush
Does anyone know a list with magic numbers of file systems and archive/compression formats?

I'm looking for a list that has the magic numbers of the most important of the following file systems and …

filesystems compression archive firmware magic-numbers
PHP library that can list contents of zip / rar files

Note: I NEED A LIBRARY not links to documentation about extensions my host doesn't have or want installed. The subject …

php zip archive rar
ZipArchive issue "Error 21 - Is a Directory" in PHP

I'm generating a set of HTML, CSS, and image files and I'm using ZipArchive to compress them into a zip …

php zip server-side archive ziparchive
An app build does not appear in TestFlight

I don't remember this has happened to me before, but for some unknown reason my last app build does not …

ios archive testflight
How to create a RAR archive with current date in archive file name?

I have folder D:\data with lots of subfolders and files and I want to archive this folder with a …

batch-file archive winrar
How to create a tar file that omits timestamps for its contents?

Is there a way to create a .tar file that omits the values of atime/ctime/mtime for its files/…

build timestamp archive tar
jenkins archive artifact excluding all subdirectory

I have a couple of job in Jenkins that archive artifact from the source tree for another job (some unit …

jenkins archive artifact fileset
Creating a ZIP archive from a Cocoa application

Are there Objective-C classes that are equivalent to the ones contained in the Java package java.util.zip? Is to …

objective-c cocoa zip archive
How to rename a file inside a 7zip archive by CLI?

I am looking for soulution how to rename files inside a 7zip archive by command line (unix).

unix command-line-interface archive 7zip