Jan 22, 2020 · I have made the update to version 13.0.2. I have configured my config.php file to delete the files in the trash bin when it reaches 2 days of deletion and has not worked. The configuration was: ’trashbin_retention_obligation’ => ‘1, 2’, What can I do, I do not want to consume disk space unnecessarily. Greetings to this nice community and thanks once again to the nextcloud developers
Define the files versions retention obligation. ownCloud Verifications. Enable or disable updatechecker; Define the updatechecker URL; Check for an internet ...
05.03.2020 · Steps to reproduce Configure versions_retention_obligation to .e.g. "versions_retention_obligation": "14, auto", ... Nextcloud version: 17.0.3. Updated from an older Nextcloud/ownCloud or fresh install: update. Where did you …
If the stored versions exceed this limit, Nextcloud deletes the oldest file versions until it meets the disk space limit again. You may alter the default pattern in config.php. The default setting is auto, which sets the default pattern: ’versions_retention_obligation’ => ’auto’, Subscriber exclusive content
tiredofit/nextcloud ... Docker Nextcloud Image w/s6 overlay, nginx, php-fpm. ... How to deal with File Versions, versions_retention_obligation, auto ...
If the stored versions exceed this limit, Nextcloud deletes the oldest file versions until it meets the disk space limit again. You may alter the default pattern in config.php. The default setting is auto, which sets the default pattern: ’versions_retention_obligation’ => ’auto’, …
'versions_retention_obligation' => 'auto', Additional options are: D, auto Keep versions at least for D days, apply expiration rules to all versions that are older than D days auto, D Delete all versions that are older than D days automatically, delete other versions according to expiration rules D1, D2
For the first minute Nextcloud keeps one version every 10 seconds. For the first hour Nextcloud keeps one version every minute. For the first 24 hours Nextcloud keeps one version every hour. For the first 30 days Nextcloud keeps one version every day. After the first 30 days Nextcloud keeps one version every week
22.01.2020 · I have made the update to version 13.0.2. I have configured my config.php file to delete the files in the trash bin when it reaches 2 days of deletion and has not worked. The configuration was: ’trashbin_retention_obligation’ => ‘1, 2’, What can I do, I do not want to consume disk space unnecessarily. Greetings to this nice community and thanks once again to …
You may alter the default pattern in config.php . The default setting is auto , which sets the default pattern: 'versions_retention_obligation' => 'auto',.
01.12.2019 · According to the documentation we can set a policy to control the version retention. I’m interested in limiting the version retention so that if someone got unauthorized access to my files they wouldn’t be able to comb through the entire history to find private information. They would be limited to only recent private information. I created a file in my config directory with …
Dec 01, 2019 · $CONFIG = array ( 'versions_retention_obligation' => 'auto, 30', ); If I am reading the documentation correct that should follow the default versioning policy but delete anything older than 30 days. After adding that file, I find if I go to a file that has versions older than 30 days those versions still exist.
Mar 05, 2020 · Configure versions_retention_obligation to .e.g. "versions_retention_obligation": "14, auto", as described here https://github.com/nextcloud/server/blob/master/config/config.sample.php#L603. Create file, e.g. todo.txt. See that older version are deleted, but they must be kept for a configured (here 14) amount of days.