Skip to content
Snippets Groups Projects
Commit b1962f86 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

feat: keep files in trashbin 60d

parent dd58e1d2
No related branches found
No related tags found
No related merge requests found
Pipeline #1863 failed with stages
in 1 minute and 14 seconds
...@@ -22,7 +22,7 @@ $CONFIG = array ( ...@@ -22,7 +22,7 @@ $CONFIG = array (
'sharing.minSearchStringLength' => 2, 'sharing.minSearchStringLength' => 2,
// https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#deleted-items-trash-bin // https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#deleted-items-trash-bin
// delete all files in the trash bin that are older than 30 days automatically, delete other files anytime if space needed (trash takes more than 50% of quota) // delete all files in the trash bin that are older than 30 days automatically, delete other files anytime if space needed (trash takes more than 50% of quota)
'trashbin_retention_obligation' => 'auto,30', 'trashbin_retention_obligation' => 'auto,60',
// https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#file-versions // https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#file-versions
// delete all versions older than 365 days automatically, delete other versions anytime if space needed (versions takes more than 50% of quota) // delete all versions older than 365 days automatically, delete other versions anytime if space needed (versions takes more than 50% of quota)
'versions_retention_obligation' => 'auto,365', 'versions_retention_obligation' => 'auto,365',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment