deco archive file extractor 1.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News deco archive file extractor 1.4 (Default branch)
# 1  
Old 08-05-2008
deco archive file extractor 1.4 (Default branch)

deco is a universal archive file extractor thathas a consistent command line interface ("deco1.tar.bz2 2.zip 3.flac 4.rar 5.deb") and consistent behavior (never deletingarchives after extraction and extracting relativeto the current working directory, just verboselyenough, all unless explicitly requestedotherwise). It creates an extraction directory ifthere is more than one file or directory at thearchive top level, and it is able to fix strangepermissions. Dozens of archive formats aresupported out of the box, and the modular designmakes adding support for others trivial.License: GNU General Public License v3Changes:
In case of a conflict, the top-level entry?s name is prefixed with 1-, 2-, ..., 5- instead of %, %%, ..., %%%%%. The code has been slightly improved.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
cimreparchive(8)					      System Manager's Manual						  cimreparchive(8)

NAME
cimreparchive - create an archive copy of the CIM Server repository SYNOPSIS
cimreparchive archive_file cimreparchive --help cimreparchive --version DESCRIPTION
The cimreparchive command creates an archive copy of the CIM Server repository in the specified archive_file. The archive copy is assured to contain a consistent repository state even if it is created while the CIM Server is running. The archive_file is created using the tar(1) command. To restore the repository from the archive_file, stop the cimserver, move the active repository files to a different location, use tar(2) to extract the archived repository files, and restart the cimserver. (Note that the repository location is printed when an archive file is created.) Options cimreparchive recognizes the following options: --help Displays the command help message. --version Displays the CIM Server version number. EXIT STATUS
When an error occurs, an error message is written to the standard error stream and a non-zero exit status value is returned. The following exit status values are defined: 0 Success 1 General error 2 Failed to initiate archive operation 3 Archive operation failed SEE ALSO
cimserver(8), tar(1). cimreparchive(8)