1AMSUNTAR(8) System Administration Commands AMSUNTAR(8)
2
3
4
6 amsuntar - Amanda Application to interface with native tar utility
7 available on solaris platforms
8
10 Amsuntar is an Amanda Application API script. It should not be run by
11 users directly. It uses Solaris bundled tar utility to backup and
12 restore data. Currenty ACLs from ZFS file system can only be backed up
13 using the solaris supplied tar utility.
14
15 Solaris 10 supports Role Based Access Control(RBAC) which is enabled by
16 default. To run backup operations using sun tar utility by under
17 privileged user like amandabackup, amandabackup user need to have
18 proper roles and profiles, specially "Media Backup" profile/role. This
19 can be done using ´usermod -P "Media Backup" amandabackup´ command.
20
22 This section lists the properties that control amsuntar´s
23 functionality. See amanda-applications(7) for information on
24 application properties and how they are configured.
25
26 BLOCK-SIZE
27
28 Optional tar read or write block size. The default is 256.
29
30 DIRECTORY
31
32 If set, suntar will backup from that directory instead of the
33 diskdevice set by the DLE. On restore, the data is restore in that
34 directory instead of the current working directory.
35
36 EXTENDED-ATTRIBUTES
37
38 Include extended attributes in archive. The default is YES.
39
40 EXTENDED-HEADERS
41
42 Write tar file with extended headers. With this optiion the
43 modification time is maintained with a granularity of
44 microseconds,Long file names and file sizes greater than 8GB can be
45 archived. The default is YES.
46
47 LANG
48
49 Default LANG is "C". suntar require an UTF-8 LANG if you have UTF-8
50 filename and it is configured for extended headers. A good value
51 can be "en_US.UTF-8" if that locale is installed on your machine.
52
53 NORMAL
54 List all regex (Perl Regular Expression syntax) that are normal
55 output from sun tar. These output are in the "FAILED DUMP DETAILS"
56 section of the email report if the dump result is STRANGE or
57 FAILED. Default values:
58
59 is not a file. Not dumped\$
60 same as archive file\$
61
62 To treat one of these default patterns differently, specify it
63 explicitly in a different property.
64
65 IGNORE
66 List all regex (Perl Regular Expression syntax) that amanda ignore.
67 These output are never in the email report.
68
69 STRANGE
70 List all regex (Perl Regular Expression syntax) that are strange
71 output from sun tar. The result of the dump is STRANGE if sun tar
72 produce a strange output. These output are in the "FAILED DUMP
73 DETAILS" section of the email report. Default values:
74
75 : invalid character in UTF-8 conversion of
76 : UTF-8 conversion failed.\$
77
78 To treat one of these default patterns differently, specify it
79 explicitly in a different property.
80
81 ERROR
82 List all regex (perl Regular Expression syntax) that are error
83 output from sun tar. All sun tar output that doesn´t match a
84 normal, ignore or strange regex are error by default. The result of
85 the dump is FAILED if sun tar produce an error output. These output
86 are in the "FAILED DUMP DETAILS" section of the email report.
87 Default values:
88
89 : Permission denied\$
90
91 To treat one of these default patterns differently, specify it
92 explicitly in a different property.
93
95 amanda(8), amanda.conf(5), amanda-applications(7)
96
97 The Amanda Wiki: : http://wiki.zmanda.com/
98
100 Satya Ganga <gast@zmanda.com>
101 Zmanda, Inc. (http://www.zmanda.com)
102
103 Jean-Louis Martineau <martineau@zmanda.com>
104 Zmanda, Inc. (http://www.zmanda.com)
105
106 Dustin J. Mitchell <dustin@zmanda.com>
107 Zmanda, Inc. (http://www.zmanda.com)
108
109
110
111Amanda 3.1.3 10/04/2010 AMSUNTAR(8)