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 The diskdevice in the disklist (DLE) must be the filename amraw open
16 and read.
17
18 Restore is done in place, an open is done and the data is written to
19 it. A file owned by root and permission 0600 is create if the directory
20 entry doesn't exist before the restore.
21
22 Only full backup is allowed
23
25 This section lists the properties that control amgtar's functionality.
26 See amanda-applications(7) for information on application properties
27 and how they are configured.
28
29 DIRECTORY
30
31 Used only for restore command, can be a device name or file, the
32 data will be restored to it.
33
35 define application-tool app_amraw {
36 plugin "amraw"
37 }
38 A dumptype using this application might look like:
39
40 define dumptype amraw {
41 global
42 program "APPLICATION"
43 application "app_amraw"
44 }
45 Note that the program parameter must be set to "APPLICATION" to use the
46 application parameter.
47
49 amanda(8), amanda.conf(5), amanda-applications(7)
50
51 The Amanda Wiki: : http://wiki.zmanda.com/
52
54 Jean-Louis Martineau <martineau@zmanda.com>
55 Zmanda, Inc. (http://www.zmanda.com)
56
57
58
59Amanda 3.5.1 12/01/2017 AMRAW(8)