Xref: utzoo comp.unix.sysv386:2974 comp.unix.xenix.sco:1039 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!usc!phad.hsc.usc.edu!mcitron From: mcitron@phad.hsc.usc.edu (Mark Citron) Newsgroups: comp.unix.sysv386,comp.unix.xenix.sco Subject: unattended cpio backup script Message-ID: <28789@usc> Date: 12 Dec 90 23:25:06 GMT Sender: news@usc Followup-To: comp.unix.sysv386 Organization: University of Southern California, Los Angeles, CA Lines: 19 Nntp-Posting-Host: phad.hsc.usc.edu I am running SCO Unix 3.2.0. I have abandoned doing unattended tar backups of my user's files in favor of cpio backups (which I hope will be kinder on my tape drive - it seems to hang often with tar). I was planning to use: find . -print | cpio -ocvB -K149000 > /dev/rct0 2> /usr/lbin/cpioback.log which will be started by crontab and which will produce a log of the backup that went on the night before. I can then peruse the log the next day and make sure everything went OK (or write a script to do that for me, daily). Do I have this backup script correct? Anything you would add? Any comments or suggestions would be welcome. -- Mark Citron mark@neurosci.usc.edu