1AMRAW(8) System Administration Commands AMRAW(8)
2
3
4
6 amraw - Amanda Application open and read data
7
9 Amraw is an Amanda Application API script. It should not be run by
10 users directly. It uses dd to backup and restore data.
11
12 Amraw can backup only one directory entry, it can be a single file, a
13 raw device, anything that amanda can open and read.
14
15 Restore is done in place, an open is done and the data is written to
16 it. A file owned by root and permission 0600 is create if the directory
17 entry doesn´t exist before the restore.
18
19 Only full backup is allowed
20
22 This section lists the properties that control amgtar´s functionality.
23 See amanda-applications(7) for information on application properties
24 and how they are configured.
25
26 DIRECTORY
27
28 Used only for restore command, can be a device name or file, the
29 data will be restored to it.
30
32 define application-tool app_amraw {
33 plugin "amraw"
34 }
35 A dumptype using this application might look like:
36
37 define dumptype amraw {
38 global
39 program "APPLICATION"
40 application "app_amraw"
41 }
42 Note that the program parameter must be set to "APPLICATION" to use the
43 application parameter.
44
46 amanda(8), amanda.conf(5), amanda-applications(7)
47
48 The Amanda Wiki: : http://wiki.zmanda.com/
49
51 Jean-Louis Martineau <martineau@zmanda.com>
52 Zmanda, Inc. (http://www.zmanda.com)
53
54
55
56Amanda 3.1.3 10/04/2010 AMRAW(8)