Re: Copying many sources to different places inside a destination

2006-03-01 Thread Matt McCutchen
On Tue, 2006-02-28 at 18:11 -0500, Matt McCutchen wrote: > This doesn't sound too hard; I might try to implement it. Never mind! I doubt I would be able to deal with all the string allocation issues, change what the sender sends, and figure out what all the existing references to file->dirname sh

Re: Copying many sources to different places inside a destination

2006-02-28 Thread Matt McCutchen
On Mon, 2006-02-27 at 23:18 -0800, Wayne Davison wrote: > A similar symlink solution could be done on the source side using the > new --copy-dirlinks option, but only if the nesting of directories > allowed it to happen (which does not seem to be the case in your > example). That would also work i

Re: Copying many sources to different places inside a destination

2006-02-27 Thread Wayne Davison
On Mon, Feb 27, 2006 at 06:33:44PM -0500, Matt McCutchen wrote: > But the parts of the destination paths following ~/www are not always > suffixes of the source paths, so --relative with dot-dirs is not good > enough. While rsync doesn't currently support this, but you might be able to accomplish

Copying many sources to different places inside a destination

2006-02-27 Thread Matt McCutchen
Rsync people, I am preparing to overhaul my Web site's build system, and I am looking for a convenient way to collect files and directories from various places on my computer and put them at various locations inside a destination directory to be posted to my Web site. So far, my script has been r