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.
Had To Archive
Name: Justin Weber Date: January 11, 2000 at 06:43:04 Pacific
Comment:
The board was getting big so I had to archive it. Feel free to check the archive for common questions and answers to your old questions. Thank You for visiting Computing.Net
Summary: I am using the following command in my perl script for making the connectioon to the oracle database, my $dbh = DBI->connect('DBI:Oracle:dbname','goriya', 'matrix', { RaiseError => 1, AutoCommit => 0 ...
Summary: What's the command for creating an archive (named "Backup") of my files in my tape? tar cvf /dev/rStp0 . just archives all the files into my tape but i want to name this archive in the tape to b...
Summary: Hi All, Im trying to write a script to archive files based on the date the files were created. For example, if a group of files were created on 23rd August,I would have 230806.tar. I have a problem,I ...