archive-log
Full path: /system/maintenance/archive-log
Moves the older log records to an archive file on the server. Returns the name of the archive file that was created, as string value.
Parameters
| Name | Type | Description | 
|---|---|---|
| Older than, days | number | Archives files older than the number of days entered here. The default value is 30. | 
| Archive directory | string | Archive directory name, (for example, c:\temp). Mandatory. | 
| Archive file prefix | string | Specifies the prefix of the archive file. The default value is flowforcelog. | 
| Delete archived records | boolean | Select this check box to delete archived records from the FlowForce Server database. | 
| Working directory | string | Specifies the working directory of the job (for example, c:\somedirectory). If relative paths are used, they will be resolved against the working directory. |