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
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/
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
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
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
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
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
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
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