From d3f411f4446e55e50121495fd54305c611d8bb47 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 18 Apr 2026 16:54:02 +0100 Subject: [PATCH] Update noct_sftp_copy.sh --- noct_sftp_copy.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 # =============================================================================