Universe 10.3.9 on AIX 5.3

I was testing the use of uvbackup to back up our production data (we currently use a combination of rsync & tar) for transfer to a Linux off site backup machine using this shell script:

today=$(date +"%Y" +"%m" +"%d")
cd /vr
find * -print | uvbackup -f -limit 1 -l "Full Backup" - > /vrbkup/uvb$today
date

and at some point it failed with the following:

Abnormal termination of UniVerse.
Fault type is 11.  Layer type is Command Language.
./test.sh[6]: 733396 Segmentation fault(coredump)
Sun Nov  6 12:44:29 MST 2011

Anyone have an idea what might have caused this??

--
------------------------------------------------------------------------
Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com
------------------------------------------------------------------------
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to