RE: Exclude usage question

2006-09-12 Thread Heise, Robert
I modified my test case which removed the beginning slash "/" which seemed to fix the problem. ie: I modified the exclude statement from /freetds-0.61.2/*.sh to freetds-0.61.2/*.sh and it excluded. Any tips on using path exclude statements? I can seem to find any docs relating. THanks

Re: Exclude usage question

2006-09-12 Thread Wayne Davison
On Tue, Sep 12, 2006 at 08:41:12AM -0400, Heise, Robert wrote: > Here is the verbose output while using --dry-run I don't see anywhere in that (extraordinarily hard to read) output where it wanted to copy any excluded files. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/

Questions and comments regarding --remove-sent-files (Was: New delete option?)

2006-09-12 Thread Evan Harris
I've looked back through my mailing list archives, and seen a few messages touching on the same things I wanted to mention, but I figured it might be better to recap, since most of them were sent more than a year ago. I have recently started using the --remove-sent-files option, and have not

Re: Exclude usage question

2006-09-12 Thread Paul Slootman
On Tue 12 Sep 2006, Heise, Robert wrote: > Here is the verbose output while using --dry-run > > Processing > ral-bea-01-l:"/usr/bin/rsync""--archive""--compress""--delete""--dry-run > ""--group""--perms""--stats""--times""--rsh=/usr/bin/ssh -o > StrictHostKeyChecking=no""--rsync-path=/usr/bin/rs

Re: rsyncing as root when root login is disabled?

2006-09-12 Thread Linus Hicks
Joe Ruby wrote: I'm trying to do a simple rsync: rsync -av [EMAIL PROTECTED]:/backup . But a number of files in /backup are readable only by root, and hence rsync gives these errors: sync: send_files failed to open "/backup/etc/mail/virtusertable.db": Permission denied (13) Since root login i

RE: Exclude usage question

2006-09-12 Thread Heise, Robert
Here is the verbose output while using --dry-run Processing ral-bea-01-l:"/usr/bin/rsync""--archive""--compress""--delete""--dry-run ""--group""--perms""--stats""--times""--rsh=/usr/bin/ssh -o StrictHostKeyChecking=no""--rsync-path=/usr/bin/rsync""--verbose""--excl ude='/freetds-0.61.2/*.sh'""/us

Re: rsync through ssh - i get an error

2006-09-12 Thread rsync-mail-gateway
i got the reply through mailing list and saw that not all came through... so again: 1) ssh is the default protocol of rsync since 2.6.0, so if you are using a new version you should not have to worry about it. 2) check that you used the command as following: rsync flags -e ssh local_dir [EM

cygwin rsync performance and bandwidth between two w2003 servers

2006-09-12 Thread Ulrich Jung
I have two Windows 2003 Standard Edition Server with 2x 3,0 GHz P4 and 4 GB RAM. On each server rsync runs as cygwin daemon (rsync version 2.6.6; protocol version 29). The two servers are connected through a 2 MBit VPN link. When I sync a single large file or a whole directory, rsync only uses

Re: rsync through ssh - i get an error

2006-09-12 Thread rsync-mail-gateway
hello, 1) ssh is the default protocol of rsync since 2.6.0, so if you are using a new version you should not have to worry about it. 2) check that you used the command as following: rsync -e ssh @:~/ that should do the trick (worked for me) m2f