1AMSAMBA(8) System Administration Commands AMSAMBA(8)
2
3
4
6 amsamba - Amanda Application to interface with smbclient
7
9 Amsamba is an Amanda Application API script. It should not be run by
10 users directly. It uses smbclient to backup and restore data.
11
12 The device name in the disklist must have the form
13 ´//HOST/SHARE/SUBDIR´ where HOST is the CIFS host, SHARE is the share
14 to connect and subdir is the subdirectory to backup. ´/subdir´ can be
15 ommited, in which case the complete share is archived. The host in the
16 disklist should be the name of an intermediate host that has smbclient
17 installed, and is often the Amanda server itself.
18
19 Include or exclude can be used, but not both. The path for ´exclude
20 list´ or ´include list´ must be absolute path on the client. The
21 estimate calculates the complete size of the share, without regard for
22 include or exclude directives. It will be larger than the actual dump
23 if you use include or exclude. Using ´estimate server´ in the dumptype
24 could give better estimate.
25
27 This section lists the properties that control amsamba´s functionality.
28 See amanda-applications(7) for information on application properties
29 and how they are configured.
30
31 SMBCLIENT-PATH
32
33 The path to the smbclient binary. The default is set when Amanda
34 is built.
35
36 GNUTAR-PATH
37
38 The path to the gnutar binary. The default is set when Amanda is
39 built. gnutar is use to create the index.
40
41 AMANDAPASS
42
43 Location of the amandapass file, The default is "/etc/amandapass".
44 The format of the file is as follow:
45 Sharename User%Password Domain
46
47 Sharename is ´//HOST/SHARE´ without the SUBDIR. Sharename can be
48 quoted, it can be ´*´ to match all share, it can be ´//pc-host/*´
49 to match all share on pc-host. User is the username use to connect
50 to the share. Password is the password use to connect to the
51 share. Domain is optional. Example:
52 //another-pc/share otheruser%otherpw domain
53
55 amanda.conf(5), amanda-applications(7)
56
58 Jean-Louis Martineau <martineau@zmanda.com>
59 Zmanda, Inc. (http://www.zmanda.com)
60
61
62
63Amanda 2.6.1p2 11/05/2009 AMSAMBA(8)