Open
Description
Some WebDav programs edit a file by first saving a .tmp version and then deleting the actual file and then moving it over to make sure no data is loss.
In ajxp_changes this is shown by:
seq, repository_identifier, node_id, type, source, target
'349', 'xxx', '231', 'create', 'NULL', '/xxx/example.txt.tmp'
'350', 'xxx', '230', 'path', '/xxx/example.txt', '/recycle_bin/example.txt'
'351', 'xxx', '231', 'path', '/xxx/example.txt.tmp', '/xxx/example.txt'
So it:
Creates temp file
Moves actual file to recycle bin
Moves temp file to actual file name.
This should still be synced. If anything is type path where target is that file it should be synced again. The only thing that seems to overwrite is type of content.
PydioSync v1.2.9 - Windows
Metadata
Metadata
Assignees
Labels
No labels