Hi,
I am also trying to make use of the new rsync mirror feature, in a NAS to NAS setting.
But files on the target destination are not deleted as they should be.
I get an error:
Quote:
IO error encountered -- skipping file deletion
Here is the status page:
Code:
Mirror Details:
Initiate Mirror Event: Tue Dec 19 05:00:01 UTC 2006
Mirror Definition: 192.168.1.11/Disk-3/05
Source Host IP Address: 192.168.1.11
Source Volume Name: Disk-3
Source Target: Available
Initiate transport agent: rsync version 2.6.6 protocol version 29
IO error encountered -- skipping file deletion
Number of files: 4268
Number of files transferred: 0
Total file size: 16138636735 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 68769
File list generation time: 0.564 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 279
Total bytes received: 69077
sent 279 bytes received 69077 bytes 27742.40 bytes/sec
total size is 16138636735 speedup is 232692.73
Close transport agent: Code (23)
Close Mirror Event: Tue Dec 19 05:00:03 UTC 2006
NAS01 (IP 192.168.1.11) is the source and has rsync as RO enabled.
NAS02 (IP 192.168.1.12) is the target (and does not have rsync enabled).
This should be correct and permissible, as far as I understand the manual on p. 15/ top right)
To my understanding, I should be able to leave the source as RO, since I do not want any changes made there. The target is where files should be copied to, and deleted, if not present in source.
Any ideas why the error quoted above occured? (Rsync to/ from XP machines has been working as expected in the past)
And a couple more questions:
- The manual states, that the mirroring parameters can be manipulated via the admin util. Rsync as such has many more options available beyond source and time. How can additional options be set in the admin util? Or is this a future feature?
- What about slight time differences on the two servers: How much "Grace period" is assumed (until a file is considered "different" in time)?
Thanks in advance for shedding some light on this problem.