Re: Redundancy in Amanda

2001-12-14 Thread Roland E. Lipovits

Stephen Carville [EMAIL PROTECTED] wrote:
My boss just asked me about redundancy in amanda.  I explainmed to him
(...)
dumpcycle  7 days
tapecycle  15
runspercycle   5
runtapes   2

What is the value of 'bumpdays' in your setup. If it's 1 you
might increase to 2 to have more redundancy.

Just my .02
Lipo

-- 
They that can give up essential liberty   |   Roland E. Lipovits
 to obtain a little temporary safety   |   Vienna, Austria
 deserve neither liberty nor safety.  |   DSA-KeyID: 0xDA153FAB 
 - Benjamin Franklin, 1759 |   RSA-KeyID: 0xBC39A5CD



Re: amanda-2.4.3b1 / dumporder warning

2001-12-08 Thread Roland E. Lipovits

On Sat, Dec 08, 2001 at 10:55:27AM -0500, Jean-Louis Martineau wrote:
 Try this patch.

I guess I should try this patch with the too short dumporder-string
again, right?

Regards,
Lipo

-- 
They that can give up essential liberty   |   Roland E. Lipovits
 to obtain a little temporary safety   |   Vienna, Austria
 deserve neither liberty nor safety.  |   DSA-KeyID: 0xDA153FAB 
 - Benjamin Franklin, 1759 |   RSA-KeyID: 0xBC39A5CD



Re: amanda-2.4.3b1 / disk-expression

2001-12-08 Thread Roland E. Lipovits

On Sat, Dec 08, 2001 at 01:49:37PM -0500, Jean-Louis Martineau wrote:
amadmin ds1 info apollo 'felix/d\$'
 or amadmin ds1 info apollo felix/d\\$
 
 $ is special in the expression you must write \$ if you want it.

Thanks, that works.

But I guess there is still something strange:

|$ amadmin ds1 info apollo 'felix/d\$'
|
|Current info for apollo //felix/d$:
|(...)
|$ amadmin ds1 info apollo 'felix/d'
|amadmin: no disk matched
|$ amadmin ds1 info apollo 'felix/'
|
|Current info for apollo //felix/c$:
|(...)
|
|Current info for apollo //felix/d$:
|(...)

Why 'felix/d' doesn't match but 'felix/' matches?

just asking,
Lipo

-- 
They that can give up essential liberty   |   Roland E. Lipovits
 to obtain a little temporary safety   |   Vienna, Austria
 deserve neither liberty nor safety.  |   DSA-KeyID: 0xDA153FAB 
 - Benjamin Franklin, 1759 |   RSA-KeyID: 0xBC39A5CD



Re: amanda-2.4.3b1 / disk-expression

2001-12-08 Thread Roland E. Lipovits

On Sat, Dec 08, 2001 at 03:02:19PM -0500, Jean-Louis Martineau wrote:
  Why 'felix/d' doesn't match but 'felix/' matches?
 
 The matcher is not a substring matcher, it matche by word (path element).
 You have no path element 'd'. 'felix/d*' will work.
 You must see it as a glob matcher for each word, but you don't nedd
 to specify all word, that's why 'felix/' match your 2 disk.

Ok, now I've got it.

I've read the 'HOST  DISK EXPRESSION' section in amanda(8), but
I guess the old substring matching from 2.4.2 was still in my mind.

Thanks,
Lipo

-- 
They that can give up essential liberty   |   Roland E. Lipovits
 to obtain a little temporary safety   |   Vienna, Austria
 deserve neither liberty nor safety.  |   DSA-KeyID: 0xDA153FAB 
 - Benjamin Franklin, 1759 |   RSA-KeyID: 0xBC39A5CD



Re: amanda-2.4.3b1 / dumporder warning

2001-12-08 Thread Roland E. Lipovits

On Sat, Dec 08, 2001 at 01:51:21PM -0500, Jean-Louis Martineau wrote:
  I guess I should try this patch with the too short dumporder-string
  again, right?
 
 Right, it will work with a long dumporder-string but I will
 appreciate if you can test my patch.

Ok, tested with too short dumporder-string and no warnings in logfile.

Thanks,
Lipo

-- 
They that can give up essential liberty   |   Roland E. Lipovits
 to obtain a little temporary safety   |   Vienna, Austria
 deserve neither liberty nor safety.  |   DSA-KeyID: 0xDA153FAB 
 - Benjamin Franklin, 1759 |   RSA-KeyID: 0xBC39A5CD



amanda-2.4.3b1 / dumporder warning

2001-12-07 Thread Roland E. Lipovits

Hi,

I've tried the new amanda-2.4.3b1, with a amanda.conf file
which had the new keywords (dumporder  autoflush) in it, 
taken from example/amanda.conf.

Int the logfile and the report, there are many lines saying
| WARNING driver Unknown dumporder character '

The dumporder line in amanda.conf is:
| dumporder sssS  # specify the priority order of each dumper

Any ideas why this warning is shown?

Regards,
Lipo

-- 
They that can give up essential liberty   |   Roland E. Lipovits
 to obtain a little temporary safety   |   Vienna, Austria
 deserve neither liberty nor safety.  |   DSA-KeyID: 0xDA153FAB 
 - Benjamin Franklin, 1759 |   RSA-KeyID: 0xBC39A5CD



Re: amanda-2.4.3b1 / dumporder warning

2001-12-07 Thread Roland E. Lipovits

Roland E. Lipovits [EMAIL PROTECTED] wrote:
Int the logfile and the report, there are many lines saying
| WARNING driver Unknown dumporder character '

The dumporder line in amanda.conf is:
| dumporder sssS # specify the priority order of each dumper

Any ideas why this warning is shown?

Grmbl. May be this happens because I have 'inparallel 5' and so
'dumporder' should be 5 chars long. I'll try that tomorrow. 

Regards,
Lipo

-- 
They that can give up essential liberty   |   Roland E. Lipovits
 to obtain a little temporary safety   |   Vienna, Austria
 deserve neither liberty nor safety.  |   DSA-KeyID: 0xDA153FAB 
 - Benjamin Franklin, 1759 |   RSA-KeyID: 0xBC39A5CD



Re: Linux setup problems

2001-02-06 Thread Roland E. Lipovits

Stan Brown [EMAIL PROTECTED] wrote:
I'm just seting up my first Linux (Debian Potato) box in a while.
(...)
ERROR: debian: [can not read/write /etc/dumpdates: No such file or
directory]

/etc/dumpdates doesn't exist on a Debian installation, it's
/var/lib/dumpdates.

Maybe a symlink will work, the other way (which I did) is to fetch
the Debianized sources for amanda as a starting point. I've modified
the configure-Options and thrown in the newest amanda-release and
the built my own .deb-packages.

HTH, Lipo

-- 
Roland E. Lipovits
Vienna, Austria



Re: FAILURE AND STRANGE DUMP SUMMARY

2001-01-23 Thread Roland E. Lipovits

Gerald T. Freymann [EMAIL PROTECTED] wrote:
 I'm using Amanda 2.4.1p1 and Samba 2.0.7

You should apply the patch 
http://www.amanda.org/patches/2.4.1p1/samba2-2418.diff
or upgrade to amanda-2.4.2

HTH, Lipo

-- 
Roland E. Lipovits
Vienna, Austria



Re: 'exclude' with samba-backups

2000-12-05 Thread Roland E. Lipovits

Eric Wadsworth [EMAIL PROTECTED] wrote:
I'm just starting out, but I understood that excludes didn't work with
samba shares when using GNUTAR. I've been working around that limitation, 

AFAIK exclude works with samba in 2.4.2 but didn't work in 2.4.1p1.
The results of my backups verify this.

certainly open to suggestions... if the excludes actually work on samba   
shares, let me know!

As said above they seem to work, but I can use only one expression
for exclusion per share; I wasn't successful in trying to exclude more
than one expression, neither by exclude-file, nor by a list of expressions.

Regards,
Lipo

-- 
Roland E. Lipovits
Vienna, Austria