How to migrate from NC to OP on same nfs #2808
Replies: 2 comments
-
|
no, don't copy NC's data directory into OpenCloud's storage with rclone (or Why: OpenCloud doesn't store files in a human-browsable That's exactly why the official guide tells you to go through rclone over WebDAV β the WebDAV PUT is what makes OpenCloud create the node, assign a UUID, write the metadata, and index it. The NFS share is the destination filesystem under the hood, not an API. So the realistic options are:
TL;DR: keep the NFS share as your backing storage for OpenCloud if you want, but ingest the data through WebDAV, not by writing into the storage directory. |
Beta Was this translation helpful? Give feedback.
-
DecomposedFS is not the default. The default is the POSIX filesystem mode where the backend file tree is the same than on the frontend. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm π€ thinking to migrate to Opencloud soon from nextcloud.
Both instances "users spaces data" are using Trunas nfs share locations.
I can access NC user folders from shell/nfs share location, and explore them, not a problem.
So now my question is if I can migrate/copy NC user data to OP using rclone?
I have seen OP manual about migration from NC by setting rclone to copy data via urls, but that is not exactly what I will want to achieve.
If, yes please share some rclone command.......
Thanks for any advice.
Beta Was this translation helpful? Give feedback.
All reactions