Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Backup script
Name: suren Date: March 13, 2002 at 18:54:37 Pacific
Comment:
I m having difficulty writting the back up script which suppose to store the database file which is in netfinity server to the tape which is sitting on a sun server. urgent assistant is required.
Summary: I'm trying to write a backup script to backup a couple directories. This is what I have so far, it's not fleshed out because I've been getting errors: #!/usr/bin/perl $DATA = "/root/. /usr/local/."; ...
Summary: It's better if u will use this script. It resolve the problem about the 2gb file limit. ulimit unlimited (to override the 2GB limit) (backup on tape/dat) find / (directory) -print | cpio -ovBc | comp...
Summary: Thnaks for the quick reply,I knew I should have put this on the first time around, the scripts are as follows: Backup script cd /usr/lsrc/wanadmin tar cvf data_backup.tar /usr/lsrc/wanadmin/data tar t...