Logd
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.