Skip to main content
Skip table of contents

Disabling Deletion of Backup Files

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:

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

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


 


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.