BackupPC-users

Re: [BackupPC-users] host/new directory does not exist

2009-10-02 02:22:42
Subject: Re: [BackupPC-users] host/new directory does not exist
From: Craig Barratt <cbarratt AT users.sourceforge DOT net>
To: Alexander Prinsier <aphexer AT mailhaven DOT com>
Date: Thu, 1 Oct 2009 23:19:35 -0700
Alexander writes:

> I just added a new client to the hosts file, but I keep getting this
> error "No backup directory /var/lib/backuppc//pc/server-wina/new"... Why
> is this happening?

This means the backup failed very early in the process.

> Sending args: --server --sender -v --ignore-times . .
> Remote[2]: skipping directory .

You have mangled your RsyncArgs.  You aren't asking it to do
anything.

The default is typically:

    $Conf{RsyncArgs} = [
      '--numeric-ids',
      '--perms',
      '--owner',
      '--group',
      '-D',
      '--links',
      '--times',
      '--block-size=2048',
      '--recursive'
    ];

Craig

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

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