From owner-freebsd-questions Tue Jul 9 13:23:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29DF437B400 for ; Tue, 9 Jul 2002 13:23:53 -0700 (PDT) Received: from smtp.accelernet.net (smtp.accelernet.net [208.159.164.209]) by mx1.FreeBSD.org (Postfix) with SMTP id 48A3E43E3B for ; Tue, 9 Jul 2002 13:23:52 -0700 (PDT) (envelope-from matt@championelevators.com) Received: (qmail 5870 invoked from network); 9 Jul 2002 20:23:51 -0000 Received: from 208-169-162-132.hou.accelernet.net (HELO daemon.championelevators.com) (208.169.162.132) by smtp.accelernet.net with SMTP; 9 Jul 2002 20:23:51 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Matthew Bettinger Reply-To: mbettinger@championelevators.com Organization: Champion Elevators, inc. To: Marco Radzinschi , FreeBDS-Questions Subject: Re: Backup Exec Agent? Date: Tue, 9 Jul 2002 15:23:29 -0500 X-Mailer: KMail [version 1.4] References: <20020708214101.F5287-100000@mail.radzinschi.com> In-Reply-To: <20020708214101.F5287-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200207091523.29289.matt@championelevators.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 08 July 2002 08:46 pm, Marco Radzinschi wrote: > Hello: > > =09Is anyone successfully running the Backup Exec agent for unix on > FreeBSD? > > I have to build a file server for work tomorrow and I have been given t= he > go-ahead to use FreeBSD, so long as I can get the backup exec agent to > run. > > The backup server runs Veritas backup-exec 8.5 on Netware. I am running the backupexec client on freebsd machines here at work. The= =20 veritas server is running on an old novell machine. =20 you need to do the following: edit /etc/rc.conf and insert the line=20 linux_enable=3D"YES" tar xvf the backupexec unix agent file create the directory /usr/local/bkupexec we are going to use agent.linux. copy agent.cfg agent.cfg.bak agent.linux from the newly untarred=20 bkupexec directory (or whatever it untars too I forgot) .. copy these fil= es=20 to the /usr/local/bkupexec directory you created. Edit /usr/local/bkupexec/agent.cfg here is a sample of a working agent.cfg=20 name tester password blahblah export /general as GENERAL include_remote export /depot as DEPOT include_remote export /Drawings as DRAWINGS include_remote export /bob_home as BOB_HOME include_remote export /brad_home as BRAD_HOME include_remote export /michel_home as MICHEL_HOME include_remote exclude_dir /proc tell 201.201.2.9 tell 201.201.2.14 tell_interval 30 follow_symdirs exclude_dir /proc The first line is the name of the machine.=20 the exported directories are directories on the tester machine which will= show=20 up in the veritas server under Unix Agents. Don't forget to put=20 include_remote to include the subdirectories. tell 201.201.2.9 and tell 201.201.2.14 is letting the veritas servers be= =20 aware of us. Edit /etc/services and add the following grfs=09=09=096101/tcp=09=09#backup exec Edit /etc/rc.local #!/bin/sh /usr/local/bkupexec/agent.linux -c /usr/local/bkupexec/agent.cfg > /dev/n= ull =20 You'll have to enter root/blahblah from the veritas server. Good Luck! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message