You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So.. what I'm trying to do might be a bit ambitious. Basically, I am trying to sync the files from remarkable cloud to my Nextcloud server. Since fuse mounts into a directory, I can't sync those files directly. So I am trying to do a one-way sync with rsync:
The Nextcloud desktop sync client then syncs the files to my Nextcloud server. But this seems to crash rmfuse and rsync. Rsync always creates the folder structure and copies the first "level" of files but then stops before copying anything within folders.
The same happens when I one-way sync to another local folder, so it's probably not related to the Nextcloud desktop client. Here is the end of the output of rmfuse:
So.. what I'm trying to do might be a bit ambitious. Basically, I am trying to sync the files from remarkable cloud to my Nextcloud server. Since fuse mounts into a directory, I can't sync those files directly. So I am trying to do a one-way sync with rsync:
The Nextcloud desktop sync client then syncs the files to my Nextcloud server. But this seems to crash rmfuse and rsync. Rsync always creates the folder structure and copies the first "level" of files but then stops before copying anything within folders.
The same happens when I one-way sync to another local folder, so it's probably not related to the Nextcloud desktop client. Here is the end of the output of rmfuse:
Is there anyway I could debug this further?
The text was updated successfully, but these errors were encountered: