Top "Archive" questions

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

Shell command to tar directory excluding certain files/folders

Is there a simple shell command/script that supports excluding certain files/folders from being archived? I have a directory …

linux shell archive tar
How do I tar a directory of files and folders without including the directory itself?

I typically do: tar -czvf my_directory.tar.gz my_directory What if I just want to include everything (including …

archive tar gzip
How to do a "Save As" in vba code, saving my current Excel workbook with datestamp?

I have an Excel Workbook that on form button click I want to save a copy of the workbook with …

excel excel-2007 archive save vba
How to create a zip archive of a directory in Python?

How can I create a zip archive of a directory structure in Python?

python zip archive zipfile directory-tree
iOS how to set app icon and launch images

How do I set the images so that I can archive and validate my app? The screen looks like this …

ios xcode icons archive launchimage
How to create a zip archive with PowerShell?

Is it possible to create a zip archive using PowerShell?

powershell zip archive
Archive the artifacts in Jenkins

Could someone please explain to me the idea of artifacts in the build process? I have the workspace directory where …

continuous-integration hudson archive jenkins artifacts
Tar archiving that takes input from a list of files

I have a file that contain list of files I want to archive with tar. Let's call it mylist.txt …

linux unix archive tar
Create a tar.xz in one command

I am trying to create a .tar.xz compressed archive in one command. What is the specific syntax for that? …

compression archive tar xz
Zip folder in C#

What is an example (simple code) of how to zip a folder in C#? Update: I do not see namespace …

c# zip directory archive compression