Re: openssh: Limiting bandwidth on ssh (stdin-to-dd)







I want to apologize to everyone, I just noticed that Mark was asking about
bandwidth limiting not on how to copy a directory through ssh. Please
disregard my last email.




R. James Stull
Network Administrator
Caterpillar, Lafayette Engine Center





"Mark Holden"
<mholden@xxxxxxxx
om>
To
04/17/2006 10:56 To
AM <secureshell@xxxxxxxxxxxxxxxxx>
cc





Subject
openssh: Limiting bandwidth on ssh
(stdin-to-dd)









Caterpillar: Confidential Green Retain Until: 05/17/2006
Retention Category: G90 -
General
Matters/Administration


I'm looking at using "ssh" from the openssh package, to perform secure
backups of large directories from a local server to a remote server as
in the following command executed on the local server.

tar -cf - ./test_dir | ssh user@remote-server dd of=test_dir.tar

Ie., I don't want to first create the tar file on the local system then
use scp to copy it off, as there may not be enough disk storage on the
local system to create the tar file. However, I cannot seem to find any
way, for the above style of transfer using ssh, to do something like the
"-l" option of scp to limit the amount of bandwidth used during the
transfer.

Does anybody know of a way?

Thanks,
Mark



Relevant Pages

  • RE: openssh: Limiting bandwidth on ssh (stdin-to-dd)
    ... using the command as given by Igor (limiting, for now, at 5 MB/sec). ... Subject: openssh: Limiting bandwidth on ssh ... I'm looking at using "ssh" from the openssh package, ... in the following command executed on the local server. ...
    (SSH)
  • Re: openssh: Limiting bandwidth on ssh (stdin-to-dd)
    ... using the command as given by Igor. ... So that trickle runs the ssh command... ... Subject: openssh: Limiting bandwidth on ssh ... backups of large directories from a local server to a remote server as ...
    (SSH)
  • Re: ssh disconnecting
    ... > This is often a sign of a mis-configured NAT, so affects TCP in general ... SSH is as robust as TCP as far as comms are concerned, ... also uses alot of bandwidth. ...
    (comp.unix.solaris)
  • openssh: Limiting bandwidth on ssh (stdin-to-dd)
    ... I'm looking at using "ssh" from the openssh package, ... the following command executed on the local server. ... I don't want to first create the tar file on the local system then use ... of scp to limit the amount of bandwidth used during the transfer. ...
    (comp.security.ssh)
  • openssh: Limiting bandwidth on ssh (stdin-to-dd)
    ... I'm looking at using "ssh" from the openssh package, ... in the following command executed on the local server. ... I don't want to first create the tar file on the local system then ... use scp to copy it off, as there may not be enough disk storage on the ...
    (SSH)