Tidbits: scp resume

Backup, Restore und Transfer von Daten
outofbound
Posts: 470
Joined: 2002-05-14 13:02
Location: Karlsruhe City
 

Tidbits: scp resume

Post by outofbound »

Hi,

ein

Code: Select all

scp bla.tgz ich@rechner.de:~/bla.tgz
ging kaputt, weil mal wieder die Verbindung weg war und bla.tgz einfach zu gross ist?

Code: Select all

rsync --partial --progress --rsh=ssh bla.tgz ich@rechner.de:~/bla.tgz

hilft. :)

Code: Select all

alias scpresume="rsync --partial --progress --rsh=ssh"

Vielleicht hilfts dem ein oder anderen. :)


Gruss,

Out

PS: Posted here, weil ich letzte Woche drei mal eine Antwort auf "Kann man scp resumen?" im Bekanntenkreis gegeben hab.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11183
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Tidbits: scp resume

Post by Joe User »

Code: Select all

sed 's/--partial --progress/-P/'
Ist etwas kürzer ;)
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.