Ever wondered how you could combine the power of rsync and simplicity of scp? Here's how:
$ alias scpresume='rsync --compress --partial --progress --recursive --rsh=ssh'
$ scpresume -r * ssh://example.com/foodir
Simple as that!
Ever wondered how you could combine the power of rsync and simplicity of scp? Here's how:
$ alias scpresume='rsync --compress --partial --progress --recursive --rsh=ssh'
$ scpresume -r * ssh://example.com/foodir
Simple as that!