From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 17:31:33 2003 Return-Path: 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 7B64F16A4C0 for ; Tue, 21 Oct 2003 17:31:33 -0700 (PDT) Received: from bwlogic.com (H27.C226.tor.velocet.net [216.138.226.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F23D43F85 for ; Tue, 21 Oct 2003 17:31:29 -0700 (PDT) (envelope-from jlavigne@bwlogic.com) Received: (qmail 88180 invoked by uid 89); 22 Oct 2003 00:31:28 -0000 Received: from unknown (HELO canada) (192.168.1.5) by h27.c226.tor.velocet.net with SMTP; 22 Oct 2003 00:31:28 -0000 From: "Jason Lavigne" To: "'DanB'" , "'freebsd'" Date: Tue, 21 Oct 2003 20:31:28 -0400 Message-ID: <000201c39833$d5276a30$0501a8c0@canada> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal In-Reply-To: <3F95CC38.4FB2392F@chatusa.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Subject: RE: Freebsd Amanda? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 00:31:33 -0000 > How can you tell if Amanda backup is running ps -aux | grep amdump > and where it is sending the backups to? Check your amanda.conf file for your setup. The files are copied to a holding disk first (before going to tape or what ever backup device you are using). In amanda.conf look for holdingdisk hd1 { comment "main holding disk" directory "/backup/amanda" # where the holding disk is use 2048 Mb # how much space can we use on it # a non-positive value means: # use all space but that value chunksize 2Gb # size of chunk if you want big dump to be # dumped on multiple files on holding disks # N Kb/Mb/Gb split images in chunks of size N # The maximum value should be # (MAX_FILE_SIZE - 1Mb) # 0 same as INT_MAX bytes } cheers Jay -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of DanB Sent: Tuesday, October 21, 2003 8:16 PM To: freebsd Subject: Freebsd Amanda? How can you tell if Amanda backup is running and where it is sending the backups to? Dan _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"