Le Vendredi 14 Février 2003 22:01, Matt Tucker a écrit :
> -- raptor <[EMAIL PROTECTED]> spake thusly:
> > if I emerge sync from one of my computer in the network... can I
> > after that sync other computers on the network from it but not from
> > the central gentoo mirrors ... how ?
> >
> > rsync -e ssh ....xxx...   /usr/portage !? or ?
>
> I use:
>
> rsync -avze ssh --stats --delete \
>       --exclude distfiles --exclude packages \
>       <remote>:/usr/portage/ /usr/portage/

I use the same but every time when there are one or more files/directories to 
delete I get the following message :

delete_one: rmdir dir_to_delete: Read-only file system
delete_one: unlink file_to_delete: Read-only file system
rsync error: some files could not be transferred (code 23) at main.c(1045)

>
> Keep in mind that the trailing slash there on the remote path is
> important. Also remember the -n switch, to see what it's going to do
> first.
>
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list

Reply via email to