How to manage reports/files distribution to different destinations in Unix?
Posted
by mossie
on Stack Overflow
See other posts from Stack Overflow
or by mossie
Published on 2010-01-04T08:29:56Z
Indexed on
2010/03/14
17:05 UTC
Read the original article
Hit count: 145
The reporting tools will generate a huge numbers of reports/files in the file system (a Unix directory). There's a list of destinations (email addresses and shared folders) where a different set of reports/files (can have overlap) are required to be distributed at each destinations.
Would like to know if there's a way to efficiently manage this reports delivery using shell scripts so that the maintenance of the list of reports and destinations will not become a mess in future.
It's quite an open ended question, the constraint however is that it should work within the boundaries of managing the reports in a Unix FS.
© Stack Overflow or respective owner