[Rsync] [Cwrsync] @ERROR: Invalid UID Administrator error

Source: Internet
Author: User
Tags file permissions rsync backup

The error described in the title, in the client to perform rsync synchronization will also be prompted a missed error, but according to the error information and Internet search, you can get roughly the solution, I summarized, as shown below, if you encounter a similar problem, hope to be able to solve:

1. First go to the server side of the Cwrsync check the installation directory to see if there are

Rsyncd.conf

This file, which is configured to configure the Reync server-side configuration file, contains the default contents:

Use chroot = False
Strict modes = False
hosts allow = *
log file = rsyncd.log
    
# Module Definitions
# R Emember Cygwin naming conventions:c:\work becomes/cygwin/c/work
#
[Test]
path =/cygdrive/c/work
Read Only = False
transfer logging = yes

This column more highlights: http://www.bianceng.cnhttp://www.bianceng.cn/Servers/zs/

Such information may not be able to complete our initialization needs, and therefore needs to be modified on this basis:

Use chroot = False
Strict modes = False
hosts allow = *
log file = Rsyncd.log
pid file = Rsyncd.pid
UI d = 0
gid = 0
    
# Module Definitions
# Remember Cygwin naming conventions:c:\work becomes/cygwin/c/work
#
[Backup]
comment = ourfuture
path =/cygdrive/e/backup
Read Only = no
transfer logging = yes< C15/>secrets file =/cygdrive/e/rsync.pass

For this issue, the changes I make are mainly line sixth, line seventh, which allows all users to participate in synchronization with the group.

2. If this operation is still useless, and converted to another error hint

@ERROR: Invalid GID Nobody

Then please refer to the previous log, to solve the password file permissions problem, it can be.

3. In the meantime, if this problem is encountered

Sending incremental file list

Error:module is read only

Rsync:read Error:software caused connection abort (113)

Rsync Error:error in Rsync protocol The data Stream (code) at IO.C (769) [sender=3.0.7]

Try modifying line 11th in the original configuration file above so that it remains false or 0 of the parameters.

4. Processed synchronization statements, as they are performed on the client:

Rsync-av/cygdrive/e/test/administrator@10.5.83.25::backup

Sending incremental file list

./

Create a new Rich Text document (2). rtf

Create a new Rich Text document. rtf

New Compressed (zipped) folder. zip

276 Bytes received sent bytes 700.00 bytes/sec

Total size is speedup is 0.10

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.