Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-08 Thread Alexandros Papadopoulos
On Sunday 02 December 2007 22:39, Greg Loesch wrote: To preface, I'm running Leopard OSX and am using rsync version 2.6.9 protocol version 29. Whenever I attempt to sync (using rsync obviously) a folder on my local drive to my web server (netfirms.com is my web host) using SSH, the process

Re: rsync as daemon doesnt use secrets file but sshd

2007-11-12 Thread Alexandros Papadopoulos
On Monday 12 November 2007 18:17, Marco Strullato wrote: snip [EMAIL PROTECTED]:~$ rsync -vv [EMAIL PROTECTED]::section opening connection using ssh -l marco server rsync --server --sender -vv . Is appears to be a client issue - where does it pick up the -e ssh from? Check for aliases in your

Re: Re: Script work fine on sheel, but no on a cron job

2007-11-01 Thread Alexandros Papadopoulos
On 10/31/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The script have line like rsync -avz --password-file=/usr/local/etc/rsync.pwd /etc/rsyncd.conf rsync://[EMAIL PROTECTED]:/etc_conf Your shell might have the RSYNC_PASSWORD environment variable preset, while the script does not. Is the

Re: Rsync on 3 places

2007-10-12 Thread Alexandros Papadopoulos
Please keep replies on-list for the benefit of others, the archives etc. On 10/12/07, Michael Reynolds [EMAIL PROTECTED] wrote: snip question. I am running on Macintosh OS X operating system . You wrote about installing daemon on machine A and put clients on B and C. I would like to ask you

Re: Rsync on 3 places

2007-10-10 Thread Alexandros Papadopoulos
On 10/10/07, Michael Reynolds [EMAIL PROTECTED] wrote: snip I have 3 places (A,B and C). Place A is main place. I want to use rsync to synchronize all data from place A to places B and C (only one-way from A to B and C). Simply run two rsync commands. One to rsync from A to B and one to rsync

Re: rsync daemon troubleshooting

2007-09-18 Thread Alexandros Papadopoulos
On 9/18/07, chuang liu [EMAIL PROTECTED] wrote: snip This command returns without any error although the daemon does not get started. Anything in /var/log/messages ? Try invoking the daemon with --no-detach. -A -- To unsubscribe or change options:

Re: Destination Permissions on Windows XP

2007-03-28 Thread Alexandros Papadopoulos
On Wednesday 28 March 2007 19:54, Robert Ramin wrote: snip I want the permissions on the destination to end up being the default permissions as if I was creating the files as the local user on the destination. Right now, the permissions end up being a cross between the permissions from the

Re: rsync between mac and network drive

2007-01-18 Thread Alexandros Papadopoulos
On Thursday 18 January 2007 02:44, Bob Lisbonne wrote: snip Since the network drive can't run any programs, I am first mounting the drive onto the Mac via SMB as /Volumes/backup. When I run: rsync -av --delete --no-whole-file --progress /Users/bob/Documents / Volumes/backupbob everything

Re: Rsync Problems

2006-10-25 Thread Alexandros Papadopoulos
On Saturday 21 October 2006 21:57, Philip W. wrote: I have gotten an Rsync daemon set up on my Linux server. But I want to use my Windows XP computer to upload files to an Rsync module on the snip Try using the cwrsync package available from http://www.itefix.no/cwrsync/ and more specifically

Re: is there an rsync switch to not backup a file of size X

2006-05-16 Thread Alexandros Papadopoulos
On Tuesday 16 May 2006 11:41, Sam wrote: snip My Question: Is there any way to make rsync ignore files greater than a certain size. Yes. Try man rsync and look for max-size (oh well, since RTFM is just mean and doesn't help create usable archives...) --min-size=SIZE This

Re: How to know the remote version of rsync daemon?

2006-05-03 Thread Alexandros Papadopoulos
On Wednesday 03 May 2006 13:13, Pirla wrote: Hi all, is possible to know what version is executed on one server? You can get the protocol version with a simple netcat to the server: $ nc -n -v 172.16.23.5 873 (UNKNOWN) [172.16.23.5] 873 (rsync) open @RSYNCD: 29 Hence, protocol version 29.

exit status 12 with large files

2003-08-18 Thread Alexandros Papadopoulos
Hello. I use rsync version 2.4.6, protocol version 24 on a RH7.2 machine. The purpose is mirroring a Red Hat repository. All works fine, *except* for really big files. ISO images (~650MB) are a good example. Whenever I don't exclude *.iso, I get the following: