From owner-freebsd-doc Fri Jul 7 4:37:37 2000 Delivered-To: freebsd-doc@freebsd.org Received: from antares.cloudnet.com (antares.cloudnet.com [199.199.220.12]) by hub.freebsd.org (Postfix) with ESMTP id 8636937B798 for ; Fri, 7 Jul 2000 04:37:32 -0700 (PDT) (envelope-from corey@cloudnet.com) Received: from amg.cloudnet.com (amg.cloudnet.com [199.199.220.254]) by antares.cloudnet.com (8.9.1a/8.9.1) with ESMTP id GAA08893 for ; Fri, 7 Jul 2000 06:37:30 -0500 Received: from skuld.cloudnet.com ([192.168.0.2]) by amg.cloudnet.com (8.9.3/8.9.3) with ESMTP id SAA31877 for ; Fri, 7 Jul 2000 18:03:41 -0500 Message-Id: <4.3.1.2.20000707062946.00ad8100@192.168.0.1> X-Sender: corey@192.168.0.1 X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 07 Jul 2000 06:37:06 -0500 To: freebsd-doc@FreeBSD.org From: Corey Sklenicka Subject: cpio across network Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I noticed you had (XXX add an example command here) in the Handbook under the 11.3.3 Cpio section. Just thought I'd send what I use in case you didn't have any working examples. for f in ; do find $f >>backup.list done cpio -v -o --format=newc < backup.list | ssh @ "cat > /dev/" Cloudnet Phone: (320) 240-8243 26 6th Ave N, Suite 110 Fax: (320) 240-8653 St. Cloud, MN 56303 http://www.cloudnet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message