> Is there any easy way to force a level 0 backup of every disk in the
> disklist?

man amadmin

force hostname [ disks ]
      Force the disks on hostname to do a full level 0 backup
      during the next Amanda run.

EXAMPLES
     Request three specific file systems on machine-a get a  full
     level 0 backup during the next Amanda run.

     Note the use of "^/$" to get the root file system.   Without
     the extra regular expression characters, just "/" would have
     matched all the file systems on machine-a.

          $ amadmin config force machine-a "^/$" /var /usr
          amadmin: machine-a:/ is set to a forced level 0 tonight.
          amadmin: machine-a:/var is set to a forced level 0 tonight.
          amadmin: machine-a:/usr is set to a forced level 0 tonight.

> Ben

-Ben

Reply via email to