Amanda-Users

Re: amanda&drbd

2003-07-07 06:31:13
Subject: Re: amanda&drbd
From: Ralf Schenk <rs AT databay DOT de>
To: Sterpu Victor <victor AT ambra DOT ro>
Date: Mon, 07 Jul 2003 12:27:12 +0200
Sterpu Victor wrote:

I have succesfuly installed amanda.
However, on the servers I have installed drbd.
And it seems that amanda does not hork with drbd.
Or maybe amanda does not work with reiserfs partitions?
Does somewoane succesfuly tried this combination?

It's not drbd. It's reiserfs. You have to use tar to backup reiserfs partitions.

From my disklist:
...
server /home user-tar-incr-nohold local
...

From my amanda.conf:
...

define dumptype root-tar {
    global
    program "GNUTAR"
    comment "root partitions dumped with tar"
    compress none
    index
    exclude list "/usr/lib/amanda/exclude.gtar"
    priority low
}

define dumptype user-tar-incr {
    root-tar
    comment "user partitions dumped with tar"
    priority medium
    strategy incronly
}
...

--
__________________________________________________

Ralf Schenk



<Prev in Thread] Current Thread [Next in Thread>