This is a discussion on Re: rsync and HP11.11 problem within the Rsync forums, part of the Networking and Network Related category; On Mon 19 Sep 2005, Mark, Oren wrote: > > We get the following error: > > > > receiving ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon 19 Sep 2005, Mark, Oren wrote:
> > We get the following error: > > > > receiving file list ... done > > mknod "/d/snap/m01/server_metadata/postgresql/.s.PGSQL.5432" failed: > Invalid argument These are unix sockets, which are created on the fly when the postgres server is started. Hence it's not useful to copy these. I recommend excluding them. I agree, however, that the error shouldn't be given. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html |