1garchive(1)                     1.8.2.20130925                     garchive(1)
2
3
4

NAME

6       garchive - create and extract gEDA design archives
7
8

SYNOPSIS

10       garchive [ options ] [-o output_file ] file ...
11
12

DESCRIPTION

14       garchive  creates  and  extracts  gEDA designs from an archive. The two
15       modes of operation are "archive mode" (archive creation)  and  "extract
16       mode".   In  archive  mode it creates a project archive from a bunch of
17       project files, and in extract mode it extracts the files from  the  ar‐
18       chive and places them in the local dir.
19
20       Archive mode is the default.
21
22

OPTIONS

24       -f filename
25              Optional.   Used  in  archive  mode.  Read files to archive from
26              <filename> instead of garchiverc.
27
28       -v     Verbose mode.
29
30       -e     Extract the archive specified on the command line.
31
32       -a     Create an archive. This is the default.
33
34       -o outfile
35              Optional.  Used in archive mode.  Specifies the name of the out‐
36              put   archive   file.   The  output  file  extension  should  be
37              ".tar.gz".  If this flag is not specified, the output file  name
38              is "ProjectArchive.tar.gz".
39

EXAMPLES

41       To  create an archive named MyArchive.tar.gz (the files to store listed
42       in garchiverc):
43
44              garchive -o MyArchive.tar.gz
45
46       Verbosely create an archive (archives files listed on cmd line as  well
47       as those listed in garchiverc):
48
49              garchive    -v   -o   MyArchive.tar.gz   README   Schematic1.sch
50              Schematic2.sch Schematic3.sch
51
52       Extract an archive:
53
54              garchive -e ProjectArchive.tar.gz
55
56

AUTHOR

58       Stuart Brorson <sdb@cloud9.net>
59
60

SEE ALSO

62       gschem(1)
63
64
66       Copyright © 1999-2011 gEDA Contributors.  License GPLv2+: GNU GPL
67       version 2 or later.  Please see the `COPYING' file included with this
68       program for full details.
69
70       This is free software: you are free to change and redistribute it.
71       There is NO WARRANTY, to the extent permitted by law.
72
73
74
75gEDA Project                 September 25th, 2013                  garchive(1)
Impressum