Originally posted by: chpal
I am writting a script to take back up of two files using the following script.
clear
JAVA_HOME=/opt/WebSphere/AppServer/java/bin
dy=`/usr/bin/date +%Y%m%d`
#/blaze/cde/in/blazerma65/config/a
jar -cvf /config/a/bkup/bk$dy.jar /config/IndiaRep /config/META-INF
it is taking back up, but when I compare the backup folder with the original folder using diff command, several differences come out.
Please guide me ASAP.
Thanks All!
#AIX-Forum