wrong file size after backup

2004-07-13 Thread Sebastian Kösters
Hi,   First question:   today I made a test backup from 8 Servers. The file size from 5 of the Backups looks ok but the other 3 have a file size < 2MB (one with 2 MB, one with 64K and one with 1 MB). The size of the Directories which where in the backup are >300 MB.   Second question

Re: Help with computing dump cycle

2004-07-13 Thread Jon LaBadie
On Wed, Jul 14, 2004 at 06:20:36AM +0800, Jay Ted wrote: > Hello, > > I need help on figuring out how to set up the dump cycle. The way I have previously done backups is a full dump on Friday night with incremental dumps Saturday through Thursday. I keep > the full dumps for the past 5 Fridays

Re: Help with computing dump cycle

2004-07-13 Thread Joshua Baker-LePain
On Wed, 14 Jul 2004 at 6:20am, Jay Ted wrote > I need help on figuring out how to set up the dump cycle. The way I have previously > done backups is a full dump on Friday night with incremental dumps Saturday through > Thursday. I keep > the full dumps for the past 5 Fridays, and full dumps d

Help with computing dump cycle

2004-07-13 Thread Jay Ted
Hello, I need help on figuring out how to set up the dump cycle. The way I have previously done backups is a full dump on Friday night with incremental dumps Saturday through Thursday. I keep the full dumps for the past 5 Fridays, and full dumps done on the last Friday of the previous 3 mo

Re: Recovering tapeless amanda server

2004-07-13 Thread Simon Frettloeh
Hi Ralph! Ralph at yahoogroups wrote: > So, now I am left with a load of "tape" files but don't know how to get > at their contents. You could have a look at http://www.backupcentral.com/amanda-24.html Ciao, Simon -- Simon Frettloeh Institute AIFB (Applied Computer Science and Formal Descript

Re: Recovering tapeless amanda server

2004-07-13 Thread Joshua Baker-LePain
On Tue, 13 Jul 2004 at 7:43pm, Ralph at yahoogroups wrote > We've just had a disk crash on our Amanda 2.4.3 server on RedHat 7.3 > Linux. I had it configured to do tapeless backups onto a different > fileserver (via chg-multi (I think) and the file tapetype. However, I was > shortsighted enough

Recovering tapeless amanda server

2004-07-13 Thread Ralph at yahoogroups
We've just had a disk crash on our Amanda 2.4.3 server on RedHat 7.3 Linux. I had it configured to do tapeless backups onto a different fileserver (via chg-multi (I think) and the file tapetype. However, I was shortsighted enough to backup the Amanda config files with Amanda herself. So, now I a

`RESULTS MISSING' error

2004-07-13 Thread Geert Uytterhoeven
Hi, I'm trying to make Amanda backup my home network (several Linux machines) to disk. My first plan is to specify a non-existent tape drive (I don't have a tape drive anymore), and just copy the archives from the holding disk to a remote disk. However, I always (for both local and remote

Re: Amanda Through firewall

2004-07-13 Thread Paul Bijnens
Paul Bijnens wrote: Following up on myself... Again :-) Paul Bijnens wrote: Using the standard ip_conntrack module, you have to live with the standard rather short UDP connection tracking timeout (5 minutes I believe). It is 3 minutes. From /usr/src/linux/net/ipv4/netfilter/ip_conntrack_proto_udp

Re: Amanda Through firewall

2004-07-13 Thread Paul Bijnens
Following up on myself... Paul Bijnens wrote: Personnally I use a third option (until I get my firewall upgraded to use the amanda netfilter modules). My firewall does simple connection tracking and NAT. I commented out this block in common-src/security.c 230 /* next, make sure the remote por

Re: Amanda Through firewall

2004-07-13 Thread Andreas Sundstrom
Paul Bijnens wrote: Kaushal Shriyan wrote: Can I allow amanda backup server to talk through firewall for accessing amanda client host, Is there any way out The general answer is to recompile amanda with a dedicated portrange and open those ports in the firewall. See the explanation in docs/PORT.U

Re: Dump command on Debian

2004-07-13 Thread Paul Bijnens
John Bossert wrote: Gtar works fine (and I use it for my Dailies.) Here, I'm trying to establish a "bare metal" restore process. With Solaris, if _really bad things_ happen, I can take my ufs dumps and rebuild a machine fairly directly. Is the "best practice" in the Debian world to just use gta

Re: Amanda Through firewall

2004-07-13 Thread Gene Heskett
On Tuesday 13 July 2004 00:48, Kaushal Shriyan wrote: >Can I allow amanda backup server to talk through firewall for > accessing amanda client host, Is there any way out > >Any help You'll have to open up some high numbered ports. I think its in the docs as to which ones, and which protocol. I

Re: Amanda Through firewall

2004-07-13 Thread Paul Bijnens
Kaushal Shriyan wrote: Can I allow amanda backup server to talk through firewall for accessing amanda client host, Is there any way out The general answer is to recompile amanda with a dedicated portrange and open those ports in the firewall. See the explanation in docs/PORT.USAGE . If the firewal

Re: GNUTAR, mount points & symbolic links ???

2004-07-13 Thread Paul Bijnens
Michael D Schleif wrote: Does Amanda/GNUTAR _follow_ all mount points and symbolic links in a DLE? Everytime that I setup Amanda clients, I get confused on these issues. If this is covered in the FAQ-O-Matic, then I do not see it. If it has been covered on the mailing list countless times, then my

Re: Dump command on Debian

2004-07-13 Thread R.M. Evers
well, when using a non-standard filesystem like jfs on linux, i don't think you have much choice but to use gtar, which doesn't depend on the filesystem used. but anyone, feel free to correct me if i'm wrong about this.. -rodi. On Mon, 2004-07-12 at 22:28, John Bossert wrote: > Gtar works fine