[SOLVED] Copy data in owncloud/data folder but it does not show on page

Am using OwnCloud version 10
Ubuntu 20.04
Nginx

All working fine

I copied data into the user folder inside owncloud/data/some_user

But when I login as some_user, inside the page I don’t see the moved data

Do I have to run some synchronisation via command line if I manually move data files on server ?

You shouldn’t do that in general. Use the web frontend or any WebDAV-aware client for uploading files.

For any maintenance tasks you can use ./occ files:scan --all

EDIT: BTW,

I hope you meant owncloud/data/some_user/files. :wink:

2 Likes

@alfredb actually these were backup files as I migrated the system to latest version. So it was easier to just use mv command and move it into the data folder.

Thanks for the solution once again

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.