Pupeno wrote:
Anybody knows how to specify more than one path with rsync using the same first part (for the host) ? something like [EMAIL PROTECTED]:[/home|/var]
You could use the bash for expansion of the paths:
$ rsync [options] [EMAIL PROTECTED]:{/home,/var} $DEST
Christoph
--
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]
--
[email protected] mailing list

