*.part - Files in my data-directory

Hi,
I just checked that in my data-directory there are Gigabytes of *.part-Files. Can I just delete them in the file-system?

find . -type f -name '*.part' -delete

?

Thanks and Best Regards,
Tobias

Yes you can,
after that you should do a rescan e.g. with occ command like decribed in https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/occ_command.html#file-operations

1 Like

Thanks!

Best Regards,
Tobias