On Fri, 1 Feb 2002 at 1:33am, Ashley wrote > I'm trying two configurations: > > Archive to run once a week. Dumps full backups to holding disk hd1. > > DailySet1 runs 6 days a week. Only does level 1 increments to hd2. > > How can I get DailySet1 to not run on the same day as Archive? Or > rather, how can I get Archive to run on the day DailySet1 skips? > How do I determine which day DailySet1 would skip?
Err, you tell amanda when to run amdumps, and which config to run. So just make your crontab look like this (e.g.) 0 1 * * 1-6 amdump DailySet1 0 1 * * 7 amdump Archive -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
