On Mon, 4 Nov 2002, Gerrit Hoetzel wrote:
> On Mon, Nov 04, 2002 Justin M Kuntz wrote:
> > [...] what happens with the files inside each vserver's proc directory
rsync -x
This won't travel across filesystems (eg. /dev/pts and /proc).
> But does rsync copy device files in /dev/ correctly ?
Yes.
rsync -D
All together you probably want something like:
alpha% rsync -aPxvze ssh --delete --stats {,beta:}/vservers/uno/
``The interesting thing will be union-mount filesystems, meaning that there
is significantly less to rsync /per/ vserver.'' </pipe-dreams>
-Paul
--
Nottingham, GB