search for: bcross

Displaying 2 results from an estimated 2 matches for "bcross".

Did you mean: across
2004 May 05
5
rsync and Perl programming
Hi everybody - I'm trying to write a Perl wrapper for some rsync tasks that need doing. Problem is, there's some sort of odd interaction going on between Perl and the daemon mode communication for the rsync client, and I'm at my wit's end in trying to figure it out. Here's the Perl script: #####################################################
2004 Apr 18
0
(no subject)
...ync is running on system A (2.5.7), while a newer version of rsync is running on system B (2.6.0). I've tried to used the following rsync commands to backup data between systems: rsync -avz /<directory_path>/dumps.tar eln-test:/backup1/cmprd/ rsync -avz --ssh="ssh -l bcross" /<directory_path>/dumps.tar eln-test:/backup1/cmprd/ I've also noticed that there is no rsyncd.conf file on both systems. Do I need to have this to make the rsync command work. This is a production machine and I can't just change edit system files whenever I want. I get the...