Re: how to reduce rsync system usage

2005-05-30 Thread Paul Slootman
On Mon 30 May 2005, dtra wrote: ok i did all as suggested, and tried rsync -a [EMAIL PROTECTED]::rsync_module/ /path/to/bak/ and rsync -a --password-file=/path/to/pwfile [EMAIL PROTECTED]::rsync_module/ /path/to/bak/ but it says @ERROR: access denied to rsync_module from unknown

rsync and cron : connection unexpectedly closed

2005-05-30 Thread Maurice Lucas
Hello, I use rsync with the following command #/usr/bin/rsync -ta rsync.server.domain::dir/* /destination from the command prompt without any problem but if I use the same rsync command from cron I get the following error daemon.warn: May 30 15:18:42 rsyncd[24703]: rsync: connection

Re: rsync and cron : connection unexpectedly closed

2005-05-30 Thread Paul Slootman
On Mon 30 May 2005, Maurice Lucas wrote: I use rsync with the following command #/usr/bin/rsync -ta rsync.server.domain::dir/* /destination Note: it's always better to let rsync do wildcard expansion in such cases, and -a implies -t already; i.e. use: /usr/bin/rsync -a

rsync a remote site with ssh root login disable

2005-05-30 Thread spiv007
I have box1 with ssh and box2 with ssh client and rsync from box2 I run: rsync -vvprogt --delete -e /usr/bin/ssh [EMAIL PROTECTED]:/home /home and it will sync box1 /home to box2 /home with no problem but if i want to go in /etc/ssh/sshd_config and disable root login how can I still rsync the