> I can see no problems with DAILY backups, but for some reason > amrecover doesn't "see" older WEEKLY backups. [...] > -rw------- 1 amanda wheel 25574 Jan 18 22:07 20020118_0.gz > -rw------- 1 amanda wheel 25737 Jan 25 22:07 20020125_0.gz > -rw------- 1 amanda wheel 25752 Feb 2 14:07 20020201_0.gz > -rw------- 1 amanda wheel 25796 Feb 8 22:10 20020208_0.gz > -rw------- 1 amanda wheel 25919 Feb 22 22:12 20020222_0.gz [...] > From this it seems that backup history exists at least for > 2002-02-01 and 2002-02-08. Why doesn't amrecover see these indexes?
amrecover does see every backup. But you'll have to tell it which date you are interested in. You didn't issue a "setdate" command. So amrecover shows you the state of the last backup (Feb 22th). If you'd like to switch to another backup - issue "setdate --01-25" or "setdate --01-26" to get a list of the files backed up on Jan 25th.
