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® 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-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to