How To:Configure rsh authentication

From wiki.zmanda.com
Revision as of 14:37, 1 July 2008 by Dustin (talk | contribs) (XXX)
Jump to navigation Jump to search
XXX User:Dustin: Needs TLC, merging

Other languages: [[::How To:Configure rsh authentication|English]] {{#ifexist: {{#if: | | {{#if: | :}}How To:Configure rsh authentication}}/Fr |  • {{#if: |français| [[::How To:Configure rsh authentication/Fr|français]]}}|}}

{{#ifexist: {{#if: | | {{#if: | :}}How To:Configure rsh authentication}}/Zh-cn |  • {{#if: |中文(中国大陆)| [[::How To:Configure rsh authentication/Zh-cn|中文(中国大陆)]]}}|}}


Dumptype definition changes

Apart for specifying auth field in dumptype definition, it might be required to specified client_username and amandad_path fields. If the backup user name is different on the Amanda client, the user name is specified as client_username. If the location of amandad binary is different on the Amanda client, the location is specified as amandad_path field value.

For example:

define dumptype rsh_example {
         ...
         auth "rsh"
         client_username "amandabackup"
         amandad_path "/usr/lib/exec/amandad"
         ...
}