]> arthur.barton.de Git - netatalk.git/blob - man/man1/apple_dump.1.in
Writing metadata xattr on directories with sticky bit set, FR#94
[netatalk.git] / man / man1 / apple_dump.1.in
1 '\" t
2 .\"     Title: apple_dump
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
5 .\"      Date: 16 Jul 2012
6 .\"    Manual: @NETATALK_VERSION@
7 .\"    Source: @NETATALK_VERSION@
8 .\"  Language: English
9 .\"
10 .TH "APPLE_DUMP" "1" "16 Jul 2012" "@NETATALK_VERSION@" "@NETATALK_VERSION@"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 apple_dump \- Dump AppleSingle/AppleDouble format data
32 .SH "SYNOPSIS"
33 .HP \w'\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\ 'u
34 \fBapple_dump\fR\fB\fR [\-a] [\fIFILE\fR | \fIDIR\fR]
35 .br
36 \fBapple_dump\fR\fB\fR \-e \fIFILE\fR | \fIDIR\fR 
37 .br
38 \fBapple_dump\fR\fB\fR \-f [\fIFILE\fR]
39 .br
40 \fBapple_dump\fR\fB\fR \-d [\fIFILE\fR]
41 .br
42 \fBapple_dump\fR\fB\fR \-h | \-help | \-\-help 
43 .br
44 \fBapple_dump\fR\fB\fR \-v | \-version | \-\-version 
45 .SH "DESCRIPTION"
46 .PP
47 \fBapple_dump\fR
48 is a perl script to dump AppleSingle/AppleDouble format data\&.
49 .PP
50 This script can dump various AppleSingle/AppleDouble data created by mailer, archiver, Mac OS X, Netatalk and so on\&.
51 .PP
52 With no
53 \fIFILE\fR|\fIDIR\fR, or when
54 \fIFILE\fR|\fIDIR\fR
55 is \-, read standard input\&.
56 .SH "OPTIONS"
57 .PP
58 \fB\-a\fR [\fIFILE\fR|\fIDIR\fR]
59 .RS 4
60 This is default\&. Dump a AppleSingle/AppleDouble file for
61 \fIFILE\fR
62 or
63 \fIDIR\fR
64 automatically\&. If FILE is not AppleSingle/AppleDouble format, look for extended attribute,
65 \fI\&.AppleDouble/FILE\fR
66 and
67 \fI\&._FILE\fR\&. If
68 \fIDIR\fR, look for extended attribute,
69 \fIDIR/\&.AppleDouble/\&.Parent\fR
70 and
71 \fI\&._DIR\fR\&.
72 .RE
73 .PP
74 \fB\-e\fR \fIFILE\fR|\fIDIR\fR
75 .RS 4
76 Dump extended attribute of\fIFILE\fR
77 or
78 \fIDIR\fR\&.
79 .RE
80 .PP
81 \fB\-f\fR [\fIFILE\fR]
82 .RS 4
83 Dump
84 \fIFILE\fR\&. Assume FinderInfo to be FileInfo\&.
85 .RE
86 .PP
87 \fB\-d\fR [\fIFILE\fR]
88 .RS 4
89 Dump
90 \fIFILE\fR\&. Assume FinderInfo to be DirInfo\&.
91 .RE
92 .PP
93 \fB\-h, \-help, \-\-help\fR
94 .RS 4
95 Display the help and exit
96 .RE
97 .PP
98 \fB\-v, \-version, \-\-version\fR
99 .RS 4
100 Show version and exit
101 .RE
102 .SH "NOTE"
103 .PP
104 There is no way to detect whether FinderInfo is FileInfo or DirInfo\&. By default, apple_dump examines whether file or directory, a parent directory is \&.AppleDouble, filename is \&._*, filename is \&.Parent, and so on\&.
105 .PP
106 If setting option \-e, \-f or \-d, assume FinderInfo and doesn\*(Aqt look for another file\&.
107 .SH "SEE ALSO"
108 .PP
109 \fBad\fR(1),
110 \fBgetfattr\fR(1),
111 \fBattr\fR(1),
112 \fBrunat\fR(1),
113 \fBgetextattr\fR(8),
114 \fBlsextattr\fR(8)