Disabling Deletion of Backup Files

By default, users may delete backup files. Beginning in FileCloud Version 21.1, you can disable user's ability to delete backup files.. 

To prevent users from deleting backup files:

  1. Open cloudconfig.php:
    Windows Location: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
    Linux Location: /var/www/config/cloudconfig.php
  2. Add:

    define("TONIDOCLOUD_DISABLE_BACKUP_FILES_DELETION", true);
  3. To return to the default, change true to false or remove the setting.