exclude question

2003-10-07 Thread Jean-Francois Malouin
Hi, I have a little situation here: a large disk partition (500GB) to be backed up using amanda with LTO 100GB tapes in a STK-L40 library. Trying to break up that partition in chunks less than 100GB is a bit difficult: one subdir contains more than 100GB but also has something close to 2000

Re: exclude question

2003-10-07 Thread Paul Bijnens
Jean-Francois Malouin wrote: I have a little situation here: a large disk partition (500GB) to be backed up using amanda with LTO 100GB tapes in a STK-L40 library. Trying to break up that partition in chunks less than 100GB is a bit difficult: one subdir contains more than 100GB but also has

Re: exclude question

2003-10-07 Thread Eric Siegerman
On Tue, Oct 07, 2003 at 05:07:50PM -0400, Jean-Francois Malouin wrote: one subdir contains more than 100GB [i.e. tape size] but also has something close to 2000 subdirs. You could write a script to generate the excludes dynamically. Or maybe you could rearrange the directories a bit: split

Re: exclude question

2003-10-07 Thread Eric Siegerman
On Tue, Oct 07, 2003 at 11:19:37PM +0200, Paul Bijnens wrote: include ./[a-m]* That works too -- and it's a lot cleaner than either of my ideas :-/ -- | | /\ |-_|/ Eric Siegerman, Toronto, Ont.[EMAIL PROTECTED] | | / When I came back around from the dark side, there in

Re: Exclude question

2001-09-14 Thread Bill Delphenich
Jon, I edited my dumptypes to be the following; # dumptypes define dumptype root-tar { program GNUTAR comment user partitions dumped with tar compress none index yes exclude ./var exclude ./dev record yes priority medium } however, this morning I got the same

Re: Exclude question

2001-09-14 Thread John R. Jackson
I edited my dumptypes to be the following; ... exclude ./var exclude ./dev Only one exclude statement is allowed per dumptype. If you want more than one, you need to create a file on the client with them and then use exclude list /path/to/that/client/file. See the amanda(8) man page

Exclude question

2001-09-12 Thread Bill Delphenich
I have the following in my disklist file: exclude ./var for my server. The backups usually run just fine. This morning, I got the following message in my mail concerning last night's backup: ?gtar: ./var/log/syslog: file changed as we read it: No such file or directory It looks to me

Re: Exclude question

2001-09-12 Thread John R. Jackson
?gtar: ./var/log/syslog: file changed as we read it: No such file or directory It looks to me like amanda is trying to backup something in the /var directory even though I excluded it. ... GNU tar is trying to do that, not Amanda. Go gripe to those people. This has come up here before.

Exclude question

2001-03-21 Thread ahall
Hello, I am working with exclude lists and am seeing weird behavior. Lets say I am backing up /src but do not want /src/1 and /src/2. I do want /src/3 and /src/4 My exclude list looks like: ./1/* ./2/* The problem is that when then dump runs it backs up the directory /src/1. It does not

Re: Exclude question

2001-03-21 Thread John R. Jackson
I am working with exclude lists and am seeing weird behavior. ... That statement is redundant :-). Lets say I am backing up /src but do not want /src/1 and /src/2. I do want /src/3 and /src/4 My exclude list looks like: ./1/* ./2/* ... How can I modify my exclude list to not get /src/1 at