Logd

From Coolscript
Revision as of 22:20, 31 December 2013 by Matthias (talk | contribs) (Created page with "=About= Log Daemon - also known as logd or logrotate. This is a tool for IT-System Administrators which needs to archive, copy or delete data by a criteria, for example by a s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

Log Daemon - also known as logd or logrotate. This is a tool for IT-System Administrators which needs to archive, copy or delete data by a criteria, for example by a specific date.

Available Functions:

  • ZipAndDelete - Used to compress data (optional recursive), then copy the data to a structured directory target (optional with a date indicator) and delete the source after.
    Good for log file archiving.
  • Zip - Used to compress data (optional recursive), copy them to a structured directory (optional with a date indicator).
    Good for system backups
  • Delete - Used to delete data (optional recursive). Good for temp files
  • See below for more functions


Available Options:

  • Uses a XML configuration file
  • Target directory named with Year/Date
  • Copy results via network to remote server using smb,sftp or other protocols.