By default, users may delete backup files. Beginning in FileCloud Version 21.1, you can disable users' ability to delete backup files..
To prevent users from deleting backup files:
-
Open cloudconfig.php:
Windows Location: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
Linux Location: /var/www/config/cloudconfig.php -
Add:
define("TONIDOCLOUD_DISABLE_BACKUP_FILES_DELETION", true); -
To return to the default, change true to false or remove the setting.