I found that this problem has been thought to be a server problem twice, because of a machine appeared this problem, originally for security special cancellation file write and Modify permissions. Through McAfee's modify permissions, the problem is resolved, so there is a problem, first check directory permissions issues.
Rsync Error:some Files/attrs were not transferred (* previous errors)
Cwrsync rsync Error Failed:invalid argument
Cwrsync on Windows systems as a service side
Rsync as a client on Linux systems (push files to the Windows side where Cwrsync resides)
Error occurred:
Rsync Error:some Files/attrs were not transferred (* previous errors)
Failed:invalid argument (22)
Solution:
1. Stop Windows Cwrsync Service
2. Edit E:\Program files\icw\etc\fstab file (cwrsync installation path)
Add the last line to the file:
E:/shentest NTFS override,binary,noacl 0 0//Confirm E Disk Shentest folder has been established
3. Modify the rsync.conf configuration file (for example: The Windows e-disk shentest for Linux to push. )
[2011test]
Path =/cygdrive/e/shentest
Transfer logging = yes
Ignore errors
Read Only = False
4. Save the file and restart Windows Cwrsync Service
5. In Linux test rsync synchronous push is successful
Note the point:
Linux synchronization to the Windows side can not use parameter-vaz, otherwise the folder is only rsync access, Windows users can not access the
Mine is the following:
rsync test.txt--delete 1.1.1.1::2011test
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.