addhosts

This command can be used to add host entries into existing zone in Sauron from a text file that is standard zone-file format.

addhosts [--help] {server} {zone} {file} [OPTIONS]

optiondescription
--name=regexpHost name filter. Only add hosts if domainname matches to given regular expression.
--newonlyAdd only hosts that do not already exist in Sauron database.
--noreverseDo not add reverse records.
--outofzoneAllow out of zone records.
--verboseProduce more verbose output.
--group=nameAssign new hosts into given group.
--info=user:dept:location:infoSet info fields for all imported host to these values.
--force=typeForce host record in Sauron to be this type: dhcp-only
--commitCommit changes (without this no changes are made into database).

By default this program will not make any changes to Sauron database, it will only display what would be made. Use --commit to make changes into Sauron database.