[FOLLOWUP] Remote backup

From: Jean-Loup Risler <jean-loup.risler_at_genetique.uvsq.fr>
Date: Wed, 12 Apr 2000 12:35:47 +0200

Following my recent summary (how to dump a DEC file system onto a DLT
hooked to another machine), Lucien Hercaud reminds me that vdump uses a
default block size of 60k, but that dump uses a default block size of 10k.

Thus, if dump is used, it is probably wise to perform the remote backup
thus:

# rsh DEC -l root -n "/sbin/dump 0f - /usr" | dd of=/dev/rmt/0cn obs=10k

so that you don't have to mind about the block size in case of restore.

It is quite possible to use:

# rsh DEC -l root -n "/sbin/dump 0f - -b 32 /usr" | dd of=/dev/rmt/0cn
obs=32k

but in that case you will have to specify the blocksize (-b 32) to
restore.

Cheers,

Jean-Loup
-- 
---------------------------------------------------------------------
| Jean-Loup Risler               |                                  |
| Universite de Versailles       | Tel: 33 (0)1 39 25 45 54         |
| Lab. Genome et Informatique    | Fax: 33 (0)1 39 25 45 69         |
| Batiment Buffon                |                                  |
| 45 Avenue des Etats-Unis       | email: risler_at_genetique.uvsq.fr  |
| 78035  Versailles Cedex France |                                  |
---------------------------------------------------------------------
Les cerveaux sont malencontreusement pourvus d'estomac (J. Perrin)
Received on Wed Apr 12 2000 - 10:36:44 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:40 NZDT