home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.misc
- Path: sparky!uunet!utcsri!torn!nott!bnrgate!bcars267!bcars6f4!webster
- From: webster@bnr.ca (Brent Webster)
- Subject: Re: Backing up a system over a TCP/IP network
- Message-ID: <1993Jan11.134555.5910@bnr.ca>
- Sender: news@bnr.ca (usenet)
- Nntp-Posting-Host: bcars6f4
- Reply-To: webster@bnr.ca
- Organization: Bell Northern Research Ltd
- References: <1993Jan10.072857.16076@wacher.oz.au>
- Date: Mon, 11 Jan 1993 13:45:55 GMT
- Lines: 16
-
- The easy documented way uses tar piped into a rsh. SUN man
- page for tar:
- tar cvfb - 20 filenames | rsh host dd of=/dev/rmt0 obs=20b
- and to retrieve it
- rsh -n host dd if=/dev/rmt0 bs=20b | tar
- ---
- *************************************************************
- Brent Webster (CoDesign Tools & Modelling)
-
- Bell-Northern Research Ltd * Ph : (613) 763-4962
- P.O. Box 3511, Station C * Fax: (613) 763-7742 or 2626
- Dept 9R12, MS103 * InterNet/NetNorth: webster@bnr.ca
- OTTAWA,Ont,Canada K1Y 4H7 * Bitnet: webster@bnr.ca.bitnet
- *************************************************************
- #include <std.disclaimer>
-
-