diff --git a/noct_sftp_copy.sh b/noct_sftp_copy.sh index ee4b11f..53280e4 100644 --- a/noct_sftp_copy.sh +++ b/noct_sftp_copy.sh @@ -1,10 +1,7 @@ #!/bin/bash # ============================================================================= # Script: noct_sftp_copy.sh -# Description: Copies 3 CSV files from a single source directory to 3 -# separate destination directories and changes ownership to -# a specified user. Designed for silent cron execution with -# full logging on Red Hat Enterprise Linux. +# Author: Kristian Sundet # Cron example (runs daily at 02:00 as root): # 0 2 * * * /usr/local/bin/noct_sftp_copy.sh # =============================================================================