For a long time I’ve used OneDrive to sync all of my files and keep them safe, but I’ve been really getting into self hosting all my own services, so today I set up NextCloud to replace it. I told it to sync my OneDrive folder, and it did it’s best. It copied the file structure and had all the directories and everything but emptied every folder, it deleted every single file I had on my OneDrive, now all I have is empty folders.
Luckily OneDrive has a file recovery system where I can give it a time and date to revert back to so my data should all be safe, but why on earth did it do that in the first place? This was incredibly stressful and terrifying I thought I lost all my work. What did I do wrong?
Edit: I’ve identified the issue and have learned from this experience, it is now a non issue and was completely my own doing. Wary reader, learn from my cautionary tale
Wary reader, learn from my cautionary tale
I’m not sure what to learn exactly. I don’t get what went wrong or why, just that the files hit deleted somehow…
Because you pointed 2 programs at the same directory to sync the content with an external directory structure.
In my experience adding an already existing directory structure to a sync program is a bad idea. Create the directory and then move the existing structure into it to be safe or/and at the very least have a backup.
Not having a backup is on you. You got lucky this time.
it is now a non issue
IMHO it’s still a big issue that might lead to data loss to someone else. The Windows client should be hardcoded to refuse syncing in onedrive folder.
Someone should reproduce this in a VM and open a GitHub issueEdit: they already know this since a couple years, and the same happens on MacOS https://github.com/nextcloud/desktop/issues/4276
When you say “I told it to sync my one drive folder, and it did it’s best” did you install nextcloud desktop and point it at the same folder that was currently syncing onedrive?
If yes, never do this. You should never layer two sync services that support virtual files over the same folder. The best way migrate to nextcloud is to use the nextcloud apps that connect to one drive and help you migrate.
Failing that the correct way would be to either set onedrive and nextcloud to sync 2 Seperate folders then copy from the onedrive folder to the nextcloud folder. Or set one drive to download all files, disable it entirely, then install nextcloud syncing with the formerly one drive folder.
I feel like what you described should be a big fat warning on the nextcloud page
OP is a lot more gracious than most internet users by accepting some responsibility. But i wouldnt blame them. I might have done the same, and i’ve been self hosting nextcloud for 8 years now.
Yep I sure did the thing you said not to do. I’m very new to a lot of this stuff still learning, I didn’t think about it and thought it would just work in was able to recover all my files and everything is fine so I’m not worried about it anymore and I understand the issue now. So this has just been a learning experience, I’m moving on with the second message you suggested and just making a new folder and copying stuff over. Thanks for the input man
You welcome. The more you make mistakes the more you learn, just remember backups backups backups and you should be fine.
Nextcloud did this to me in the exact same situation you described. Setting up a next cloud folder on the OneDrive folder. You can’t have them running at the same time. This was on windows.
I’ve since gotten rid of OneDrive and moved to Linux and never had this issue.
You can run into this issue with any two sync programs that operate on virtual files, as another commenter said. This isn’t specifically a OneDrive or NextCloud problem. You can safely run both at the same time on the same machine, as long as they are syncing entirely separate directories.
That being said, this is obscure enough that I feel like there should be some kind of check in these clients to make sure they’re not about to interfere with each other - users aren’t gonna know to check for this, especially since these clients are hiding what they’re actually doing behind the scenes!
The title is a little click baity which will lead to armies of people commenting about how much the dislike Nextcloud. You might want to specify the Nextcloud client.
Anyway this seems like very problematic behavior. Maybe there was a setting somewhere? Nextcloud client should not delete files. It is possible that there was some sort of conflict with Onedrive. This is why it is important to have backups.
I don’t use the desktop app, but the mobile app has a setting for what to do with the original file:
- Keep in original folder
- Move to app folder
- Deleted
I have different sync folders setup differently depending on use case, but I typically use option #1 as my “default”.
Maybe when you setup the sync folder, you set it to delete the local files?
Also, is the OneDrive folder a “real” folder or virtual one? I’ve only used Google Drive for things like that, and the local folder just holds a skeleton of the contents and pulls from the network on-demand. It…does not play well with other sync utilities or even copying through robocopy.
The best place to find answersaboutt nextcloud are the NC forums. And hekp if you explain more about what you did and explain your system installation.
*answers about