amfetchdump man page
amfetchdump — extract backup images from multiple Amanda tapes. Amfetchdump pulls one or more matching dumps from tape or from the holding disk, handling the reassembly of multi-tape split dump files as well as any tape autochanger operations. The dump are by default decompressed and decrypted. It will automatically use the Amanda catalog to locate available dumps on tape, in the same way that the find feature of amadmin(8) lists available dumps. The hostname, diskname, datestamp, and level dump specifications are further described in amanda-match(7). Note that at minimum a hostname must be specified. Unless -p is used, backup images are extracted to files in the current directory named: hostname.diskname.datestamp.dumplevel If a changer error occurs, or the -d option is given, then amfetchdump prompts for each required volume. Pipe exactly one complete dump file to stdout, instead of writing the file to disk. This will restore only the first matching dumpfile (where "first" is determined by the dump log search facility). Output the amanda header as a 32K block to same output as the image. Output the amanda header to the numbered file descriptor. Output the amanda header to the filename. Restore from this device or changer instead of the default, prompting for each volume. Output restored files to this directory, instead of to the current working directory. Compress output, fastest method available. Compress output, smallest file size method available. Always do the decompression, this is the default. Never do the decompression. Do the decompression only if the compression was done on the server. Do the decompression only if the compression was done on the client. Always do the decryption, this is the default. Never do the decryption. Do the decryption only if the encryption was done on the server. Do the decryption only if the encryption was done on the client. Prepare for a restore, some device require it for faster restore. Do not start the restore, useful with --init. The host and disk are parsed as exact values Extract the backup on the server in the target path. Deprecated, use --target Where to extract the backup with the --extract option. Warning: All files in that path can be removed. The data path to use with --extract, the default is to use the fatest data path. Run the client script if it is set. The previous level that was restored for this dle. If not set, run the pre-recover script. If set, run the inter-level-recover script. The next level we will restore for this dle. If not set, run the post-recover script. Application property to send to the application with --extract. The name of a file to restore. The name of a file containing file to restore. The name of a file containing file to restore using --include-list-glob of the application. The name of a file to exclude from the restore list. The name of a file containing file to exclude from the restore list. The name of a file containing file to exclude from the restore list using --exclude-list-glob of the application. Release the tapes already reserved for the restore. Reserve the tapes needed for the restore. Leave dumps in the compressed/uncompressed and encrypted/unencrypted state in which they were found on tape. It is a synonym for --no-decompression and --no-decryption Assume that all tapes are already available, via tape changer or otherwise, instead of prompting the operator to ensure that all tapes are loaded. Do not reassemble split dump files at all, just restore each piece as an individual file. See the "CONFIGURATION OVERRIDE" section in amanda(8). All the examples here assume your configuration is called SetA. Here's a simple case, restoring all known dumps of the host vanya to the current working directory. A more likely scenario involves restoring a particular dump from a particular date. We'll pipe this one to GNU-tar as well, to automatically extract the dump. Amfetchdump is dependent on accessing your server's config, tape changer, and (normally) dump logs. As such, it's not necessarily the most useful tool when those have all been wiped out and you desperately need to pull things from your tape. Pains have been taken to make it as capable as possible, but for seriously minimialist restores, look to amrestore(8) or dd(8) instead. amanda(8), amanda-match(7), amadmin(8), amrestore(8) The Amanda Wiki: : http://wiki.zmanda.com/ John Stange <building@nap.edu> National Academies Press Ian Turner <ian@zmanda.com> Zmanda, Inc. (http://www.zmanda.com) amadmin(8), amanda(8), amanda-match(7), amrecover(8), amrestore(8), amvault(8).Synopsis
amfetchdump [-c | -C | -l] [-p | -n] [-a] [-O directory] [-d device] [-h | --header-file filename | --header-fd fd] [--release-tapes | --reserve-tapes] [--decompress | --no-decompress | --server-decompress | --client-decompress] [{--extract | --extract-client=HOSTNAME} --target target [--data-path amanda|directtcp] [--run-client-scripts] [--prev-level level] [--next-level level] [--application-property NAME=VALUE]* [--include-file file]* [--include-list filename]* [--include-list-glob filename]* [--exclude-file file]* [--exclude-list filename]* [--exclude-list-glob filename]*] [--init] [--restore] [--decrypt | --no-decrypt | --server-decrypt | --client-decrypt] [--exact_match] [-o configoption...] config hostname [disk [ date [ level [ hostname [...] ] ] ]]
Description
Options
Examples
$ amfetchdump SetA vanya
$ amfetchdump -p SetA vanya /home 20051020 | gtar -xvpf -
Caveats
See Also
Authors
Referenced By