os_nextcloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
os_nextcloud [2026/05/19 00:55] – [Incorrect row format found] Júne Parkos_nextcloud [2026/05/19 00:57] (current) – [Force Deletion After Exactly 30 Days] Júne Park
Line 398: Line 398:
 'trashbin_retention_obligation' => '30, 30', 'trashbin_retention_obligation' => '30, 30',
 </code>  </code> 
 +
 +//(Setting both a minimum and maximum of 30 days guarantees the files will be purged exactly on that day).//
 +
 +Ensure your Nextcloud background jobs are running. To force the deletion of already expired files from the command line immediately, run: 
 +
 +<code bash> 
 +sudo -u www-data php /path/to/nextcloud/occ trashbin:expire
 +</code>
 +
  
 ---- ----
  • os_nextcloud.1779152145
  • Last modified: 2026/05/19 00:55
  • by Júne Park