garchive -V (return code: 1)
garchive -- the gEDA archiving utility. Used to create as well as extract
gEDA designs from an archive. The two modes of operation are "archive mode"
(archive creation) and "extract mode". Archive mode is the default.
Command line switches:
-f <filename> -- Optional. Used in archive mode. Read files to archive from
<filename> instead of garchiverc.
-v -- Optional. Verbose mode. Used in both archive and extract mode.
Spews lots of info about what the prog is doing.
-e -- Mandatory if you want to extract. Extract mode.
Open up the archive specified on the command line.
-a -- Optional. Archive mode. Archive mode (i.e. create a project
archive) is the default; this flag exists to give people
the warm and fuzzies.
-o <outfile> -- Optional. Used in archive mode. Specifies the name of
the output archive file. The output file extension
should be ".tar.gz". If this flag is not specified, the
output file name is "ProjectArchive.tar.gz".
Example usage:
Create an archive named MyArchive.tar.gz (files to store listed in garchiverc):
garchive -o MyArchive.tar.gz
Verbosely create an archive (archives files listed on cmd line
as well as those listed in garchiverc):
garchive -v -o MyArchive.tar.gz README Schematic1.sch Schematic2.sch Schematic3.sch
Extract an archive:
garchive -e ProjectArchive.tar.gz
Copyright (C) 2003 by SDB. Released under the GPL.
garchive -h (return code: 0)
garchive -- the gEDA archiving utility. Used to create as well as extract
gEDA designs from an archive. The two modes of operation are "archive mode"
(archive creation) and "extract mode". Archive mode is the default.
Command line switches:
-f <filename> -- Optional. Used in archive mode. Read files to archive from
<filename> instead of garchiverc.
-v -- Optional. Verbose mode. Used in both archive and extract mode.
Spews lots of info about what the prog is doing.
-e -- Mandatory if you want to extract. Extract mode.
Open up the archive specified on the command line.
-a -- Optional. Archive mode. Archive mode (i.e. create a project
archive) is the default; this flag exists to give people
the warm and fuzzies.
-o <outfile> -- Optional. Used in archive mode. Specifies the name of
the output archive file. The output file extension
should be ".tar.gz". If this flag is not specified, the
output file name is "ProjectArchive.tar.gz".
Example usage:
Create an archive named MyArchive.tar.gz (files to store listed in garchiverc):
garchive -o MyArchive.tar.gz
Verbosely create an archive (archives files listed on cmd line
as well as those listed in garchiverc):
garchive -v -o MyArchive.tar.gz README Schematic1.sch Schematic2.sch Schematic3.sch
Extract an archive:
garchive -e ProjectArchive.tar.gz
Copyright (C) 2003 by SDB. Released under the GPL.