daniel berteaud wrote:
Le Wed, 20 Sep 2006 11:23:41 -0400,
Toby Johnson <[EMAIL PROTECTED]> a écrit :
You should try this:
$Conf{RsyncClientCmd} = '$sshPath -q -C -x -l root
-i /path/to/keyfile $host $rsyncPath $argList+';
$Conf{RsyncShareName} = ['/etc', '/var', '/home',
Le Wed, 20 Sep 2006 20:40:59 +0200,
daniel berteaud <[EMAIL PROTECTED]> a écrit :
> $Conf{BackupFilesEsclude} = {'/var'
> =>['named/chroot/dev','named/chroot/etc','named/chroot/proc','log',]};
it's $Conf{BackupFilesExclude}, sorry for the typo in my last two messages.
--
Daniel Berteaud
FIREWA
Le Wed, 20 Sep 2006 11:23:41 -0400,
Toby Johnson <[EMAIL PROTECTED]> a écrit :
> > You should try this:
> >
> > $Conf{RsyncClientCmd} = '$sshPath -q -C -x -l root
> > -i /path/to/keyfile $host $rsyncPath $argList+';
> > $Conf{RsyncShareName} = ['/etc', '/var', '/home', '/root', '/usr',
> > '/lib'
daniel berteaud wrote:
Le Wed, 20 Sep 2006 10:43:30 -0400,
Toby Johnson <[EMAIL PROTECTED]> a écrit :
I am using rsync to backup a server which has a chroot-ed BIND
environment. This means that it has a copy of the /proc filesystem
under /var/named/chroot, which of course include
Le Wed, 20 Sep 2006 10:43:30 -0400,
Toby Johnson <[EMAIL PROTECTED]> a écrit :
> I am using rsync to backup a server which has a chroot-ed BIND
> environment. This means that it has a copy of the /proc filesystem
> under /var/named/chroot, which of course includes all sorts of stuff
> I don't wan
I am using rsync to backup a server which has a chroot-ed BIND
environment. This means that it has a copy of the /proc filesystem under
/var/named/chroot, which of course includes all sorts of stuff I don't
want to backup, including the 256TB "kcore" file.
I tried to exclude these using BackupF
I don't know if anyone is interested. I worked on the integration of backupPC
on SME server. It's a very good GNU/linux distrib and if you want some more
informations on it, you can go to http://contribs.org
I (and some others of the community contribs.org) use my contrib on several
production