Re: two openrsync caveats
Brett Mahar <[email protected]>
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
> I have been trying to use openrsync and work through the differences in
> options from rsync, and see what else I'm doing wrong that --exclude
> doesn't seem to be working for me
Maybe this is obvious if you are used to rsync but full paths won't work in --exclude,
only relative paths from the `source` directory. At least this always seemed illogical
to me and caused confusion.
Brett.