View | Details | Raw Unified | Return to bug 155982
Collapse All | Expand All

(-)disks/chapter.sgml (-104 lines)
Lines 44-52 Link Here
44
        <para>How to use backup programs available under FreeBSD.</para>
44
        <para>How to use backup programs available under FreeBSD.</para>
45
      </listitem>
45
      </listitem>
46
      <listitem>
46
      <listitem>
47
        <para>How to backup to floppy disks.</para>
48
      </listitem>
49
      <listitem>
50
        <para>What file system snapshots are and how to use them efficiently.</para>
47
        <para>What file system snapshots are and how to use them efficiently.</para>
51
      </listitem>
48
      </listitem>
52
    </itemizedlist>
49
    </itemizedlist>
Lines 2212-2318 Link Here
2212
    </sect2>
2209
    </sect2>
2213
  </sect1>
2210
  </sect1>
2214
2211
2215
  <sect1 id="backups-floppybackups">
2216
    <title>Backups to Floppies</title>
2217
2218
    <sect2 id="floppies-using">
2219
      <title>Can I Use Floppies for Backing Up My Data?</title>
2220
      <indexterm><primary>backup floppies</primary></indexterm>
2221
      <indexterm><primary>floppy disks</primary></indexterm>
2222
2223
      <para>Floppy disks are not really a suitable media for
2224
        making backups as:</para>
2225
2226
      <itemizedlist>
2227
	<listitem>
2228
	  <para>The media is unreliable, especially over long periods of
2229
	    time.</para>
2230
	</listitem>
2231
2232
	<listitem>
2233
	  <para>Backing up and restoring is very slow.</para>
2234
	</listitem>
2235
2236
	<listitem>
2237
	  <para>They have a very limited capacity (the days of backing up
2238
	    an entire hard disk onto a dozen or so floppies has long since
2239
	    passed).</para>
2240
	</listitem>
2241
      </itemizedlist>
2242
2243
      <para>However, if you have no other method of backing up your data then
2244
	floppy disks are better than no backup at all.</para>
2245
2246
      <para>If you do have to use floppy disks then ensure that you use good
2247
	quality ones. Floppies that have been lying around the office for a
2248
	couple of years are a bad choice. Ideally use new ones from a
2249
	reputable manufacturer.</para>
2250
    </sect2>
2251
2252
    <sect2 id="floppies-creating">
2253
      <title>So How Do I Backup My Data to Floppies?</title>
2254
2255
      <para>The best way to backup to floppy disk is to use
2256
	&man.tar.1; with the <option>-M</option> (multi
2257
	volume) option, which allows backups to span multiple
2258
	floppies.</para>
2259
2260
      <para>To backup all the files in the current directory and sub-directory
2261
	use this (as <username>root</username>):</para>
2262
2263
      <screen>&prompt.root; <userinput>tar Mcvf /dev/fd0 *</userinput></screen>
2264
2265
      <para>When the first floppy is full &man.tar.1; will prompt you to
2266
	insert the next volume (because &man.tar.1; is media independent it
2267
	refers to volumes; in this context it means floppy disk).</para>
2268
2269
      <screen>Prepare volume #2 for /dev/fd0 and hit return:</screen>
2270
2271
      <para>This is repeated (with the volume number incrementing) until all
2272
	the specified files have been archived.</para>
2273
    </sect2>
2274
2275
    <sect2 id="floppies-compress">
2276
      <title>Can I Compress My Backups?</title>
2277
      <indexterm>
2278
        <primary><command>tar</command></primary>
2279
      </indexterm>
2280
      <indexterm>
2281
        <primary><command>gzip</command></primary>
2282
      </indexterm>
2283
      <indexterm><primary>compression</primary></indexterm>
2284
2285
      <para>Unfortunately, &man.tar.1; will not allow the
2286
	<option>-z</option> option to be used for multi-volume archives.
2287
	You could, of course, &man.gzip.1; all the files,
2288
	&man.tar.1; them to the floppies, then
2289
	&man.gunzip.1; the files again!</para>
2290
    </sect2>
2291
2292
    <sect2 id="floppies-restoring">
2293
      <title>How Do I Restore My Backups?</title>
2294
2295
      <para>To restore the entire archive use:</para>
2296
2297
      <screen>&prompt.root; <userinput>tar Mxvf /dev/fd0</userinput></screen>
2298
2299
      <para>There are two ways that you can use to restore only
2300
	specific files.  First, you can start with the first floppy
2301
	and use:</para>
2302
2303
      <screen>&prompt.root; <userinput>tar Mxvf /dev/fd0 <replaceable>filename</replaceable></userinput></screen>
2304
2305
      <para>The utility &man.tar.1; will prompt you to insert subsequent floppies until it
2306
	finds the required file.</para>
2307
2308
      <para>Alternatively, if you know which floppy the file is on then you
2309
	can simply insert that floppy and use the same command as above. Note
2310
	that if the first file on the floppy is a continuation from the
2311
	previous one then &man.tar.1; will warn you that it cannot
2312
	restore it, even if you have not asked it to!</para>
2313
    </sect2>
2314
  </sect1>
2315
2316
  <sect1 id="backup-strategies">
2212
  <sect1 id="backup-strategies">
2317
    <sect1info>
2213
    <sect1info>
2318
      <authorgroup>
2214
      <authorgroup>
(-)network-servers/chapter.sgml (-11 / +8 lines)
Lines 709-729 Link Here
709
	  
709
	  
710
	  <important>
710
	  <important>
711
	    <para>Please note, as of &os;&nbsp;8.<replaceable>X</replaceable>, floppy disk images are
711
	    <para>Please note, as of &os;&nbsp;8.<replaceable>X</replaceable>, floppy disk images are
712
	      no longer available.  Please see above for instructions
712
	      only available for the PC98 architecture. Please see above for instructions
713
	      on how to install &os; using a USB memory stick or just
713
	      on how to install &os; using a USB memory stick or just
714
	      use a CDROM or a DVD.</para>
714
	      use a CDROM or a DVD.</para>
715
	  </important>
715
	  </important>
716
716
717
	  <para>The boot disks are available on your installation media
717
	  <para>The PC98 boot floppies are available
718
	    in the <filename>floppies/</filename> directory, and
718
	    and can be downloaded from the floppies directory, <literal>ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/pc98/<replaceable>version</replaceable>-RELEASE/floppies/</literal>.
719
	    can also be downloaded from the floppies directory, <literal>ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/<replaceable>arch</replaceable>/<replaceable>version</replaceable>-RELEASE/floppies/</literal>.
719
	    Replace <replaceable>version</replaceable>
720
	    Replace <replaceable>arch</replaceable> and
720
	    with version number which you want to install.
721
	    <replaceable>version</replaceable>
722
	    with the architecture and the version number
723
	    which you want to install, respectively.
724
	    For example, the boot floppy images for
721
	    For example, the boot floppy images for
725
	    &os;/&arch.i386;&nbsp;&rel2.current;-RELEASE are available
722
	    &rel2.current;-RELEASE are available
726
	    from <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/&rel2.current;-RELEASE/floppies/"></ulink>.</para>
723
	    from <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/pc98/&rel2.current;-RELEASE/floppies/"></ulink>.</para>
727
724
728
	  <para>The floppy images have a <filename>.flp</filename> extension.
725
	  <para>The floppy images have a <filename>.flp</filename> extension.
729
	    The <filename>floppies/</filename> directory contains a number of
726
	    The <filename>floppies/</filename> directory contains a number of
Lines 572-578 Link Here
572
      </listitem>
572
      </listitem>
573
573
574
      <listitem>
574
      <listitem>
575
	<para>Storage devices such as floppy disks, CDROM drives, and
575
	<para>Storage devices such as CDROM drives, and
576
	  &iomegazip; drives can be used by other machines on the network.
576
	  &iomegazip; drives can be used by other machines on the network.
577
	  This may reduce the number of removable media drives
577
	  This may reduce the number of removable media drives
578
	  throughout the network.</para>
578
	  throughout the network.</para>
(-)security/chapter.sgml (-2 / +2 lines)
Lines 1829-1835 Link Here
1829
	  so, simply copy it over to the client computer from the
1829
	  so, simply copy it over to the client computer from the
1830
	  <acronym>KDC</acronym> in a secure fashion (using network utilities,
1830
	  <acronym>KDC</acronym> in a secure fashion (using network utilities,
1831
	  such as &man.scp.1;, or physically via a
1831
	  such as &man.scp.1;, or physically via a
1832
	  floppy disk).</para>
1832
	  USB drive).</para>
1833
1833
1834
	<para>Next you need a <filename>/etc/krb5.keytab</filename> file.
1834
	<para>Next you need a <filename>/etc/krb5.keytab</filename> file.
1835
	  This is the major difference between a server providing
1835
	  This is the major difference between a server providing
Lines 1896-1902 Link Here
1896
kadmin><userinput> exit</userinput></screen>
1896
kadmin><userinput> exit</userinput></screen>
1897
1897
1898
	<para>You can then securely copy the keytab to the server
1898
	<para>You can then securely copy the keytab to the server
1899
	  computer (using <command>scp</command> or a floppy, for
1899
	  computer (using <command>scp</command> or a USB thumb drive, for
1900
	  example).  Be sure to specify a non-default keytab name
1900
	  example).  Be sure to specify a non-default keytab name
1901
	  to avoid over-writing the keytab on the
1901
	  to avoid over-writing the keytab on the
1902
	  <acronym>KDC</acronym>.</para>
1902
	  <acronym>KDC</acronym>.</para>

Return to bug 155982