Changeset 757 in MondoRescue for branches/stable/tools/file2ftp


Ignore:
Timestamp:
Aug 7, 2006, 1:33:12 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • Now log to both terminal and file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/file2ftp

    r755 r757  
    66#
    77
    8 exec > /tmp/file2ftp.log 2>&1
     8(
    99
    1010dname=`dirname $0`
     
    5858    lftp -e "cd ${FTPDIR} ; put ${src} ; quit" ${FTPSERV}
    5959fi
     60) 2>&1 | tee /tmp/file2ftp.log
Note: See TracChangeset for help on using the changeset viewer.