fastest copy command


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers fastest copy command
# 1  
Old 07-20-2004
fastest copy command

wich is the fastest command in HP-UX to copy an entire disk to dat tapes, or even disk to disk?

thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Check fastest server and using it

hello we have upload some data in 15 servers in usa asia ... i consider to add new feature , script can detect download speed between localhost and destination and use fastest server, i have cut this part from a script which have this feature, download a xx MB file from all its source and... (0 Replies)
Discussion started by: nimafire
0 Replies

2. Solaris

The Fastest for copy huge data

Dear Experts, I would like to know what's the best method for copy data around 3 mio (spread in a hundred folders, size each file around 1kb) between 2 servers? I already tried using Rsync and tar command. But using these command is too long. Please advice. Thanks Edy (11 Replies)
Discussion started by: edydsuranta
11 Replies

3. Shell Programming and Scripting

Fastest way calculating directory

Hi expert, Is there any fastest way to calculate recursive directory, and I have total 600 directories have 100000 files and 10 directory approximately 9000000 - 10000000 each files per directory. currently using this command "du -k --max-depth=0" to get the size but very slow it take 24 hours... (9 Replies)
Discussion started by: rufino
9 Replies

4. Programming

Fastest way to find the length of string in c

Hi all, We use strlen() fun provided by library to find the length of a string. Looking inside of it, it has some different mechanism to find the length of string. Normally, we scan the string byte by byte until the '\0' character. It takes a logn time to count length. The Library strlen()... (2 Replies)
Discussion started by: yogeshrl9072
2 Replies

5. Solaris

The FASTEST copy method?

Hi Experts, I've been asked if there is a fast way to duplicate a file(10GB) and zip it at the same time. The zipped file would be FTP'd.....management is asking this. Maybe there is a better method all together? any ideas? CP will not cut it. Thanks in advance Harley (1 Reply)
Discussion started by: Harleyrci
1 Replies

6. Shell Programming and Scripting

Fastest way to delete line

I have a 5 GB text file(log/debug) I want to delete all lines containing 'TRACE' Command used sed -i '/TRACE/d' mylog.txt Is there any other fastest way to do this? (1 Reply)
Discussion started by: johnbach
1 Replies

7. UNIX for Dummies Questions & Answers

Copy a command string from the command line

How can we copy a command string from a previous command line and paste it into the cursor position on the current command line? I know that ^c will not work as the shell will interpret as an interrupt signal. Thanks, (1 Reply)
Discussion started by: Pouchie1
1 Replies

8. UNIX for Advanced & Expert Users

Fastest way for searching the file

I want to search a file in fastest manner. Presently I am using 'find' command. But it is taking around 15min for searching. Is there any other method through which I can do it fast? (3 Replies)
Discussion started by: vaibhavbhat
3 Replies

9. Shell Programming and Scripting

how to delete/remove directory in fastest way

hello i need help to remove directory . The directory is not empty ., it contains several sub directories and files inside that.. total number of files in one directory is 12,24,446 . rm -rf doesnt work . it is prompting for every file .. i want to delete without prompting and... (6 Replies)
Discussion started by: getdpg
6 Replies

10. Shell Programming and Scripting

fastest way to remove duplicates.

I have searched the FAQ - by using sort, duplicates, etc.... but I didn't get any articles or results on it. Currently, I am using: sort -u file1 > file2 to remove duplicates. For a file size of 1giga byte approx. time taken to remove duplicates is 1hr 21 mins. Is there any other faster way... (15 Replies)
Discussion started by: radhika
15 Replies
Login or Register to Ask a Question
volcopy(1M)															       volcopy(1M)

NAME
volcopy, labelit - copy a file system with label checking SYNOPSIS
[options] fsname special1 volname1 special2 volname2 [options] special [fsname volume DESCRIPTION
The command makes a literal copy of the file system using a block size matched to the device. Options recognizes the following options: Specify the file system type on which to operate (see fstyp(1M) and fs_wrapper(5)). If this option is not included on the command line, then the file system type is determined from the file by matching special with an entry in that file. If there is no entry in then the file sys- tem type is determined from the file Invoke a verification sequence requiring a positive operator response instead of the standard delay before the copy is made. Specify options specific to the file system type. specific_options is a list of suboptions and/or keyword/attribute pairs intended for an FStype-specific module of the command. See the file system specific manual entries for a description of the specific_options that are supported, if any. (default) Invoke the DEL-if-wrong verification sequence. Assume a response to all questions Echo the completed command line, but perform no other actions. The command line is generated by incorporating the user-specified options and arguments with other information derived from This option allows the user to verify the command line. Other options are used with 9-track magnetic tapes: Bits per inch. Size of reel in feet. Beginning reel number for a restarted copy. Use double buffered I/O. The command requests length and density information if they are not given on the command line and they are not recorded on an input tape label. If the file system is too large to fit on one reel, the command prompts for additional reels. Labels of all reels are checked. Tapes can be mounted alternately on two or more drives. If the command is interrupted, it asks if the user wants to quit or wants to escape to the command interpreter. In the latter case, other operations (such as executing the command) can be performed before returning to the command by exiting the command interpreter. fsname The file system name on the device (e.g., being copied. special The physical disk section or tape (e.g., or volname The physical volume name; it should match the external sticker. Such label names are limited to six or fewer characters. The argument volname can be to use the existing volume name. special1 The device from which the copy of the file system is being extracted. volname1 The volume from which the copy of the file system is being extracted. special2 The target device. volname2 The target volume. The command can be used to provide initial labels for unmounted disk or tape file systems. With the optional arguments omitted, the com- mand prints current label values. The option provides for initial labeling of new tapes only (this destroys previous contents). The and options can be specified for the command. The behavior of the and options is similar to their behavior in the command. FILES
File that specifies the default file system type. Static information about the file systems. SEE ALSO
volcopy_hfs(1M), fs_wrapper(5), disk(7), mt(7). volcopy(1M)