Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 19:05:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 266224] Could some sort of file transfer program be put in /rescue?
Message-ID:  <bug-266224-227-VU0q8gmWvL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266224-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266224-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266224

John Grafton <john.grafton@runbox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.grafton@runbox.com

--- Comment #1 from John Grafton <john.grafton@runbox.com> ---
I think a limited version of fetch in /rescue is a good idea!  I'll take a =
go
at building one.

For stream progress during transfers in rescue mode, I use `dd
status=3Dprogress`.  It's not something I've had to do very often since the
systems I manage I can lay hands on but it works in a pinch.

sending:
# cat base.txz | nc broken-host.example.net 9999

receiving:
# /rescue/nc -l 9999 | /rescue/dd status=3Dprogress > /base.txz

Then I use /rescue/md5 to verify the tarball.  :)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266224-227-VU0q8gmWvL>