linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David Jackson" <david.jay.jackson@wcox.com>
To: david.jay.jackson@wcox.com, Glynn Clements <glynn.clements@virgin.net>
Cc: linux-admin@vger.kernel.org
Subject: Re: Backups the old fashioned why
Date: Tue, 14 May 2002 17:18:10 -0600	[thread overview]
Message-ID: <200205141718.AA194838800@wcox.com> (raw)

Glynn --
Thanks for you reply, I new this was simple, I'm guessing dump would support a similar syntax ( man talks about rsh shell). Another question about dump,
is their a problem with dump and ext3 filesystems?

Thanks as always,
David


---------- Original Message ----------------------------------
From: Glynn Clements <glynn.clements@virgin.net>
Date: 	Tue, 14 May 2002 23:57:47 +0100

>
>David Jackson wrote:
>
>> Simple situation, how to back up servers across
>> a phone line (network):
>> 
>> I want to backup meatloaf to a tape drive attached
>> to gravy using a dialup connection. Can I specify
>> a hostname as part of the device? 
>> 
>> For instance on meatloaf:
>> find . -depth -print |cpio -o > gravy:/dev/rmt0
>
>This won't work; the ">" operator is part of the shell, which doesn't
>support the "host:path" syntax.
>
>However, cpio itself (like tar) understands the "host:path" syntax
>(this spawns "rsh" to connect to the specified host, so the remote
>host needs to support rsh). So, you could use:
>
>	find . -depth -print |cpio -o -O gravy:/dev/rmt0
>or:
>	find . -depth -print |cpio -o -O username@gravy:/dev/rmt0
>
>-- 
>Glynn Clements <glynn.clements@virgin.net>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

             reply	other threads:[~2002-05-14 23:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-14 23:18 David Jackson [this message]
2002-05-15  9:18 ` Backups the old fashioned why Glynn Clements
  -- strict thread matches above, loose matches on Subject: below --
2002-05-14 22:40 David Jackson
2002-05-14 22:57 ` James
2002-05-14 22:57 ` Glynn Clements

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200205141718.AA194838800@wcox.com \
    --to=david.jay.jackson@wcox.com \
    --cc=glynn.clements@virgin.net \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).