ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Linux CP command - Estimate MBs

    IT Discussion
    linux administration cli
    3
    6
    582
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by

      Say I wanted to copy from one external disk to another, using a GUI I get the MB/s.

      If I wanted to do the same operation, but with the CLI how can I see the MB/s?

      1 Reply Last reply Reply Quote 0
      • black3dynamiteB
        black3dynamite
        last edited by black3dynamite

        using rsync --progress provides that information

        1 Reply Last reply Reply Quote 1
        • DustinB3403D
          DustinB3403
          last edited by

          While that would work, it doesn't answer my question. 😉

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @DustinB3403
            last edited by

            @DustinB3403 said in Linux CP command - Estimate MBs:

            While that would work, it doesn't answer my question. 😉

            cp itself doesn't provide progress reporting. The GUI does this by not using cp.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              You can use cp and see progress using a separate tool, like progress. But cp itself can't do it.

              DustinB3403D 1 Reply Last reply Reply Quote 1
              • DustinB3403D
                DustinB3403 @scottalanmiller
                last edited by

                @scottalanmiller said in Linux CP command - Estimate MBs:

                You can use cp and see progress using a separate tool, like progress. But cp itself can't do it.

                Gotcha.

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post