Note that this flag MUST currently be set the same way on both the source and destination servers. If the settings do not match, you may have problems. This requirement may be removed in a future release.
The sync web page shows the difference between a development Zope and one or more other Zopes. It does this by comparing the date stamps on the objects in Zope.
Foo
in its syncable types, but the destination
doesn't. If that's the case, an object of type Foo
that is
on both systems will be shown as missing
on the destination,
because it is filtered from the destination object list.
Similarly, if Foo
is syncable on the destination but not on
the source system, an object of type Foo
that is on both
systems will be shown as extra
on the destination because
it is filtered from the source object list.If you sync a folder, it will sync all the items in that folder.
Versions are respected; if you have made changes in a version they will not be synced until committed. (But of course Versions are evil and you should use them with care.)
If you change an object in a folder, that folder does not become out of date. However if you add or delete objects the immediate parent folder becomes out of date. This is due to the way Folders are implemented in the ZODB.