Backup Logs Periodically

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (5)

View Page History
The job is made up of six Talend components:
* The first sub-job copies all the log files into a temporary directory.
** The *tFileList* components gets all the \*.log files from the directory _System.getProperty( "user.home" ) + "/logs"_

{noformat}
System.getProperty( "user.home" ) + "/logs"
{noformat}

** The log file is copied into a temporary directory using a *tFileCopy* component. The original file is deleted.


\\
Here are the properties of the first tFileCopy component.

!BackupLogs_tFileCopy_2_1.jpg!

\\
Here are the properties of the second tFileList component.

!BackupLogs_tFileList_2_2.jpg!

\\
Here are the properties of the second tFileCopy component.

!BackupLogs_tFileCopy_2_2.jpg!