Closed marcorighi closed 7 years ago
delete it by shell
By "delte it by shell" you mean on the command line of the server directly within the data dir? If yes then this will never work and files won't end up in the trashbin (you're not supposed to do modifications within the datadir).
If you have tried to delete the file then with the web interface, you might see additional issues.
I intend as follows.
I have a server and an owncloud client, the directory managed by the client is called "owncloud_tesoro".
This is the path of the directory
/media/data/users/home/marco/owncloud_tesoro
If I use the command rm using the bash shell, the file is removed on the server by I can not find it in the trash.
Even if I delete the file using the web interface I CAN NOT find the file in the trash.
I am not modifying datadir on the server, the server malfunction depends on the fact that deleted files are not moved in the trashbin.
Please contact me to do other tests or if I have to provide more specifications.
thanks for your work
best Marco Righi
Il 05/05/2017 13:27, kdslkdsaldsal ha scritto:
delete it by shell
By "delte it by shell" you mean on the command line of the server directly within the data dir? If yes then this will never work and files won't end up in the trashbin (you're not supposed to do modifications within the datadir).
If you have tried to delete the file then with the web interface, you might see additional issues.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/owncloud/core/issues/27818#issuecomment-299441296, or mute the thread https://github.com/notifications/unsubscribe-auth/AJXswJlNegM4oORYTg1KydiW7YK-48r4ks5r2we7gaJpZM4NRxG4.
-- Think Marco, think different
hi, the table
public.oc_files_trash
contains the name of the deletd file.
Il 05/05/2017 13:27, kdslkdsaldsal ha scritto:
delete it by shell
By "delte it by shell" you mean on the command line of the server directly within the data dir? If yes then this will never work and files won't end up in the trashbin (you're not supposed to do modifications within the datadir).
If you have tried to delete the file then with the web interface, you might see additional issues.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/owncloud/core/issues/27818#issuecomment-299441296, or mute the thread https://github.com/notifications/unsubscribe-auth/AJXswJlNegM4oORYTg1KydiW7YK-48r4ks5r2we7gaJpZM4NRxG4.
-- Think Marco, think different
Resolved after the execution of: sudo -u www-data php occ trashbin:clean sudo -u www-data php occ versions:cleanup admin
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.