BackupPC-users

Re: [BackupPC-users] Rsyncd cygwin Problem..

2013-01-31 06:46:34
Subject: Re: [BackupPC-users] Rsyncd cygwin Problem..
From: "Michael Stowe" <mstowe AT chicago.us.mensa DOT org>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 31 Jan 2013 05:45:05 -0600

> So, my goal was going to be rsync on all machines, I seem to have that
> working fine now on my windows machines, but my work laptop is part of a
> domain so I figured I would try rsyncd and learn how it worked in the
> process.  It is trying to backup, but it is not following my rules
> correctly.  It is only grabbing one of my directories and I am not sure
> why!
> It is only getting the /eng_apps area and not the other two, this was
> working fine with smb.
>
>
>
> Start of the LOG file
>
> full backup started for directory root (baseline backup #12)
>
> Connected to machine:873, remote version 30
>
> Negotiated protocol version 28
>
> Connected to module root
>
> Sending args: --server --sender --numeric-ids --perms --owner --group -D
> --links --hard-links --times --block-size=2048 --recursive --ignore-times
> .
> .
>
> Sent include: /users
>
> Sent include: /users/wzpcnt
>
> Sent include: /data
>
> Sent include: /eng_apps
>
> Sent exclude: /*
>
> Sent exclude: /users/*
>
>
>
> Rsyncd.conf on machine in c:\cygwin\etc
>
> gid = users
>
> read only = true
>
> use chroot = false
>
> transfer logging = false
>
> log file = /var/log/rsyncd.log
>
> log format = %h %o %f %l %b
>
> hosts allow = x.x.x.x
>
> hosts deny = 0.0.0.0/0
>
> strict modes = false
>
> [root]
>
> path = /cygdrive/c/
>
> auth users = backuppc
>
> secrets file = /etc/rsyncd.secret
>
>
>
>
>
> machine.pl (I did everything via the CGI I see some smb settings are still
> in the file, I omitted them this paste, I hope they are not causing the
> issue)
>
> $Conf{BackupFilesOnly} = {
>
>   '*' => [
>
>     '/users/me',
>
>     '/data',
>
>     '/eng_apps'
>
>   ]
>
> };
>
> $Conf{ClientCharset} = 'cp1252';
>
> $Conf{RsyncShareName} = [
>
>   'root'
>
> ];
>
> $Conf{RsyncdPasswd} = 'xxx';
>
> $Conf{RsyncdUserName} = 'backuppc';
>
> $Conf{XferMethod} = 'rsyncd';
>
>
>
>
>
> So why is it only getting ONE of the directories I specified?

Under which user account is rsyncd running?  My first guess would be that
it is a permission problem.

It may be enlightening to turn transfer logging on.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
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>