Neal Becker wrote:
rsync /usr/share/xemacs/blah/bla dest:/usr/share/same/long/path/here
Wouldn't it be nice to have an option to just say:
rsync --same-path /some/long/local/path dest:
FOO=/usr/share/xemacs/same/long/path
rsync $FOO dest:$FOO
??
Cheers,
Tim.
--
To unsubscribe or change op
On Wed, 2008-03-12 at 08:25 -0400, Neal Becker wrote:
> rsync /usr/share/xemacs/blah/bla dest:/usr/share/same/long/path/here
>
> Wouldn't it be nice to have an option to just say:
>
> rsync --same-path /some/long/local/path dest:
Two ways to do this:
1. Use --relative (but this may affect ancho
rsync /usr/share/xemacs/blah/bla dest:/usr/share/same/long/path/here
Wouldn't it be nice to have an option to just say:
rsync --same-path /some/long/local/path dest:
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr