Ask a Question related to AIX, Design and Development.

  1. #1

    Default is rcp reliable

    dear aix gurus,
    i'm on the way to copy big amounts of data from an aix 4.3.3 to an 5.2 box
    with rcp. i use

    rcp -p -r /source_dir/. host2:/target_dir/.

    i've to copy hundreds of subdirectories and filenames and directorynames
    with special characters. do i have to expect any problems ?

    thanx alot

    bert


    Bert Moos Guest

  2. Similar Questions and Discussions

    1. Server Web is not reliable and safe.
      :o Hello, my name is Carlos Romero and I am a software engineer working in the Congress of Jalisco, M?xico. The reason why I contact you is...
    2. CF SCHEDULER NOT RELIABLE
      I am using CFMX 6.1, and have a simple scheduled task that runs every minute. 90% of the time it executes ok, but the other 10% it never executes....
    3. Is <cfdocument> reliable?
      I just upgraded to CF MX 7 and have been testing <cfdocument>. I have a potential new client that I am trying to sell them on CFML specificly for...
    4. Reliable onmouseout in IE
      Been pounding my head a bit over mouse out events in IE. I need a general solution to the following sort of situation. Designer has an element...
    5. Are GUI Tools reliable?
      This has been something that has been on my mind for a long time. It seems that the GUI tools (Control Center, Command Center, Development Center,...
  3. #2

    Default Re: is rcp reliable

    Bert Moos wrote:
    > dear aix gurus,
    > i'm on the way to copy big amounts of data from an aix 4.3.3 to an 5.2 box
    > with rcp. i use
    >
    > rcp -p -r /source_dir/. host2:/target_dir/.
    >
    > i've to copy hundreds of subdirectories and filenames and directorynames
    > with special characters. do i have to expect any problems ?
    >
    > thanx alot
    >
    > bert
    >
    >
    In my limited experience I have not found rcp to be very efficient for
    this kind of work. I prefer to use a combination of rsh and tar.
    Others may find otherwise. Suggest you do some timed trials before the
    real thing.

    Nick H

    Nick H (UK) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139