Gentoo Archives: gentoo-user

From: Christoph Gysin <cgysin@×××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] paths and rsync
Date: Sun, 14 Aug 2005 10:07:34
Message-Id: 42FF16D6.1090603@gmx.ch
In Reply to: [gentoo-user] paths and rsync by Pupeno
1 Pupeno wrote:
2 > Anybody knows how to specify more than one path with rsync using the same
3 > first part (for the host) ? something like pupeno@myserver:[/home|/var]
4
5 You could use the bash for expansion of the paths:
6
7 $ rsync [options] pupeno@myserver:{/home,/var} $DEST
8
9 Christoph
10 --
11 echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" org@fr33z3
12 --
13 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] paths and rsync Neil Bothwick <neil@××××××××××.uk>