Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by techuser2009

  1. techuser2009

    Unix script to move data

    This is the short script I have so far #!/usr/bin/sh for i in 01 02 03 04 05 do ssh test@hostname-$i "cd /var/log; find /var/log -mtime +1 -exec scp storage_server" done
  2. techuser2009

    Unix script to move data

    Hi All, I am new to unix shell scripting. I want to write a script that can move my log files daily from my servers about 5 of them to a storage server. The script should move only today's log files from a log dir to the storage server. I want the script to run as a cron job from one main...

Part and Inventory Search

Back
Top