Skip to content

Under certain circumstances where .tmp files are used, file is not synced #155

Open
@FourEyedPanda

Description

@FourEyedPanda

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions