On 05/22/2012 10:17 AM, Roberto Pereyra wrote:




You should tell amrecover to use the same changer as when you did the
backup.
Did you defined a changer in amanda.conf?
Jean-Louis
Hello Jean- Louis

Yes, I have this line in amanda.conf:

tpchanger 
"chg-multi:s3:server3-amanda-backups/DailySet2/slot-{01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16}"

How I should to define the s3 device ?

s3:server3-amanda-backups/DailySet2

don't work for me.

roberto

Define a changer (eg. foobar) (in amanda.conf):
   define changer foobar {
tpchanger "chg-multi:s3:server3-amanda-backups/DailySet2/slot-{01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16}"
    }

Tell amanda to use that changer (in amanda.conf):
   tpchanger foobar

You must tell amrecover to use the "foobar" changer.
setdevice foobar

Jean-Louis

Reply via email to