Skip to content
Home » General » Page 4

General

General Tech Information, How-To’s, Tips, Tools, and Guides

Remove Duplicate Files Named “_conflict” in OwnCloud

  • General

Remove Files and Regain Space in OwnCloud

This is a quick how to on removing all of you “_conflict” files all at once

On the OwnCloud server open up a terminal

Type:
sudo bash

Enter your password

Type
cd /

Type
find ./* -name *_conflict*
this will list all of the files

find ./* -name *_conflict* -delete
this will delete all of the files

Thats it!

Thank you

  • General

Hi All

Thanks for checking out TacticalWare.com.  Here I will be posting multitudes of information on Crypto, Mining, Linux, Power BI, and other topics that interest me.  Looking forward to building a resource for all to use.