You are here: Web User Interface > Using the Interface > System Cleanup > Tasks

Cleaning Up FME Server Logs and Other Files

SelectSystem Cleanup>Tasks

To ensure that logs and other files do not consume too much disk storage over time, FME Server is configured, by default, to delete select files based on certain conditions, including their age and whether they have been auto-archived. On theTaskstab of theSystem Cleanuppage, you can view, edit, enable, disable, or remove these maintenance tasks, or add tasks of your own.

The tasks that are pre-configured (display by default) target log and other files created by FME Server. You can learn more about FME Server log files, and how log files are auto-archived, atAbout Log Files in FME Server。However, maintenance tasks need not be limited to the ones already configured. You can add tasks that target other FME ServerResources

Note:By default, all system cleanup tasks run once per day.

When the system's free disk space reaches specified minimum levels, FME Server triggers a Default Cleanup or Aggressive Cleanup event, in which all enabled cleanup tasks execute. In the case of an Aggressive Cleanup event, all files specified by each cleanup task are removed, regardless of theRemove Files Older Thansetting.

For more information, and how to adjust these settings, seeConfiguring System Cleanup Settings

To view or edit a file maintenance task

  1. Click on a task to open the Editing page.
  2. Specify the cleanup task settings:
    • Category: Specify a category in which to group the task. Categories allow you to have cleanup tasks with the same name, as long as they are in different categories.
    • Description: Optionally, enter a description for the task.
    • Source Folder: Specify aResourcesfolder from which files are deleted.
    • Filter Type: IfNoneis specified, all files in the specified source folder are deleted. IfEnds WithorDoes Not End Withis specified, only files whose names end with (Ends With) or do not end with (Does Not End With) the string specified underPatternare removed.
    • Pattern: If Ends With or Does Not End With is specified underFilter Type, specify a file name-ending string to include or exclude from the task. A common scenario is to include or exclude a file type by specifying a file extension; for example:。log。然而,你可以specify any file name-ending string; for example:yr_2015.log
    • Remove Files Older Than: Only files older than the specified age, in seconds, are cleaned up.
  3. ClickOK

To add a file cleanup task

Do one of the following:

  • Check a box beside an existing task and clickDuplicate。On the Editing Cleanup Task page, edit the task settings as described above, and clickOK
  • ClickNew。On the Create a New Cleanup Files Task page, provide a name for the task, specify the remaining settings as described above, and clickOK

To Disable, Enable, or Remove file cleanup tasks

Check a box beside one or more tasks and clickEnable,Disable, orRemove