Evernote > joplin on windows > webdav > joplin on linux

Hello,
I am new to Joplin and user of Evernote for many years. I would like to ask you for a help with this initial challenge:

I exported my notes from evernote and imported them to Joplin 1.3.18 on win10. The I setup WebDav sync to my synology NAS. All went surprisingly fast. Currently this is the report on windows:
Attachments
Not downloaded: 0
Downloading: 0
Downloaded and decrypted: 0
Downloaded and encrypted: 0
Error: 0
Sync status (synced items / total items)
Note: 6044/6025
Folder: 30/28
Resource: 1603/12019
Tag: 1/892
NoteTag: 2/5839
MasterKey: 0/0
Revision: 14/107
Total: 7694/24910

Then I have installed (build) Joplin 1.3.18 on Manjaro Linux from AUR repository. Ste up sync to same webdav and synced. Also very fast, but the result is different then on Windows:

  • No tags.
  • Many resources (images from notes) are missing replaced by download icon

Looking at the sync report on windows, it seems like not everything was uploaded. I however have no idea how to force it. Sync is only saying Creating remote item: 1 and then it turns and after while it stops.

  1. Is my suspicion correct that not everything is on webdav and therefore the linux side is incomplete?
  2. If so How can I force everything to be uploaded to webdav?
  3. If not so, what is the issue here?

Thank you very much for your time and kind help.
-r-

Please do help, or nobody has a clue? Even what I can try?
-r-

You need to let it sync on Windows because it hasn't synced most of the tags and resources yet:

Tag: 1/892
Resource: 1603/12019

@laurent thank you for clarifying this. The Joplin is however not synchronizing anymore.
When I click Synchronize it just says Created remote item: 1 and after while it stops. It does just that at every sync interval. On statistics nothing changes.
Is there any log file where I can see what is happening?

I found the logs: this is repeating at each sync moment:

2020-11-15 16:19:19: "Running background sync on timer..."
2020-11-15 16:19:19: "Preparing scheduled sync"
2020-11-15 16:19:19: "Starting scheduled sync"
2020-11-15 16:19:20: "Sync target info:", "{"version":2}"
2020-11-15 16:19:23: "Uploading a large resource (resourceId: 64b261b4cdfab3acd5d98380574bc976, size:44748569 bytes) which may tie up the sync process."
2020-11-15 16:24:16: "RevisionService::maintenance: Starting..."
2020-11-15 16:24:16: "RevisionService::maintenance: Service is enabled"
2020-11-15 16:24:16: "RevisionService::collectRevisions: Created revisions for 0 notes"
2020-11-15 16:24:16: "RevisionService::maintenance: Done in 133ms"
2020-11-15 16:24:19: "Running background sync on timer..."
2020-11-15 16:24:19: "Preparing scheduled sync"
2020-11-15 16:24:19: "Starting scheduled sync"
2020-11-15 16:24:19: "Synchronisation is already in progress. State: in_progress"
2020-11-15 16:27:45: "FetchError: network timeout at: https://home.piskoftak.com:5006/homes/upl/notes-from-joplin/.resource/64b261b4cdfab3acd5d98380574bc976
FetchError: network timeout at: https://home.piskoftak.com:5006/homes/upl/notes-from-joplin/.resource/64b261b4cdfab3acd5d98380574bc976
    at C:\Program Files\Joplin\resources\app.asar\node_modules\node-fetch\index.js:126:13"
2020-11-15 16:27:45: "Operations completed: "
2020-11-15 16:27:45: "createRemote: 1"
2020-11-15 16:27:45: "Total folders: 28"
2020-11-15 16:27:45: "Total notes: 6075"
2020-11-15 16:27:45: "Total resources: 11980"
2020-11-15 16:27:46: "Trying to reload note that has been deleted:", "null"
2020-11-15 16:27:47: "DecryptionWorker: cannot start because no master key is currently loaded."

Is there a way I can identify what this large resource is?

It should be in your profile in ~/.config/joplin-desktop/resources/64b261b4cdfab3acd5d98380574bc976.*

Thanks @laurent found it saved it externally remove the note, still trying to push dat to webdav . I guess normal delete note doesn't really delete it.

The upload ends after it is on 35MB? Is there any restriction on webdav, timeout or anything? Then it starts again from zero and dies at 35MB again.

The app doesn't have this limit so it's probably your server.

Is there a way to delete permanently note with this resource @laurent ?

OK I saved all attachments bigger then 35MB and now I try to delete them, it is rather annoying that after each delete button press I need to wait 10-15 sec for refreshing the list of attachment, would be much more handy if there would be checkboxes and I can removed them all in one go after I selected them.