unpack_smb_acl unknown error

2009-08-30 Thread Alain Content
Hi, Since upgrading to Snow Leopard, my backup script throws an error msg : rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) This happened both with 3.0.5 and 3.0.6 that I just installed. Can someone tell me what it means ? I have no clue on what/where to look for. Thanks Al

Re: rsync proxy

2009-08-30 Thread Nathan Ward
On 31/08/2009, at 1:24 PM, Matt McCutchen wrote: On Wed, 2009-08-26 at 22:12 +1200, Nathan Ward wrote: I'm trying to write an rsync 'proxy' of sorts. The plan is that my code runs on two machines (one 'client' and one 'server') and each piece of code executes a copy of rsync, and copies move i

Re: rsync proxy

2009-08-30 Thread Matt McCutchen
On Wed, 2009-08-26 at 22:12 +1200, Nathan Ward wrote: > I'm trying to write an rsync 'proxy' of sorts. The plan is that my > code runs on two machines (one 'client' and one 'server') and each > piece of code executes a copy of rsync, and copies move in one > direction (server -> client). > >

Re: snapshot support in rsync

2009-08-30 Thread Andrew Gideon
On Fri, 28 Aug 2009 10:51:31 +0530, Jignesh Shah wrote: > Could you please > let me know if there is any way to get rid of this error message in > rsync-3.0.6? Rsync cannot do this [as far as I know], but there are other tools. For example, if you use LVM for managing your volumes (and you shou

Re: Using rsync to backup remote server as root

2009-08-30 Thread Andrew Gideon
On Thu, 27 Aug 2009 16:30:55 +1200, Nathan Ward wrote: > --rsync-path="sudo rsync" Another way to achieve something similar would be to have PermitRoot set to without-password, and then set up a key pair for remote login. In authorized_keys2, the remote access for this key pair can be limited

Re: content of file

2009-08-30 Thread Mag Gam
Basically, I am trying to read a file on the network without taking up all of my bandwidth. Typically, I rsync the file very slowly with bwlimits and do a tail -f | grep "foo" Instead of copying the whole file, I rather use some sort of pipe. thats all On Fri, Aug 28, 2009 at 2:23 PM, Matt McCutc

Re: Enhanced authentication and authorization in rsyncd

2009-08-30 Thread Amir Rapson
A slightly better patch file (removed some warnings). On Wed, Aug 26, 2009 at 5:52 PM, Amir Rapson wrote: > Hi, > > I added a few things to allow the rsync daemon more refined > authorization and authentication than the current implementation. > The attached patch file is against the 3.0.6 versio