Re: file size 0 or null content

2002-05-21 Thread Eric Whiting
I think I was one of the 3 people to see this problem. Our setup was a Solaris 8 client writing to a Network Appliance NFS server. We do our rsyncs direct to the box with the disk on it when we can, but in the case of the Netapp storage we have to use NFS. I guess I should be sure that the aut

Re: file size 0 or null content

2002-05-21 Thread Dave Dykstra
You're the third person I've heard about lately saying they saw nulls in files copied by rsync, but the first on such an old version. What are the operating systems of the NFS client and server? The case I heard about before was a solaris client and sunos4 server and I suspected it was a problem

file size 0 or null content

2002-05-16 Thread girish adiga
Hi All, I am using rsync version 2.4.5 protocol version 24 Some times the file size will be zero or the file contains NULLs when used rsync. ? The command i have used pasted below. I want to sync file c to my local m/c. cd /net/a/ for file in `ls */c` rsync -rR --delete $file done