Linux Newbie help
 help / color / mirror / Atom feed
* Multiple Floppy Backup Solutions with tar
@ 2002-12-08  8:10 Jerry James Haumberger
  0 siblings, 0 replies; only message in thread
From: Jerry James Haumberger @ 2002-12-08  8:10 UTC (permalink / raw)
  To: linux-newbie

Hello everyone --

Mr. James W. Laferriere has kindly helped me to unravel the method
for tar backups to floppy disks.  The following command line is
the one I've taken from his suggestions with my own directory
selections added (/proc and empty directories are omitted):

tar --multi-volume --label="Full_Backup_DATE" --create
--preserve-permissions --file=/dev/fd0 /bin /dev /etc /home /lib /root
/sbin /usr /var

(All of the above command is on one continuous line.)

Archival floppy disks do not require mke2fs run on them -- just
fdformat.  These backup floppies should be tested with badblock to
be certain that they're error free.

To view the results of the backup, the following command is used,
beginning with the first floppy disk archive:

tar --multi-volume -tv --file=/dev/fd0

The results can be piped to a file and reviewed, if desired.  The
archived floppies cannot be mounted or viewed with ls, however.

To restore the archive, one must be careful to return to the
appropriate directory before execution of the command.  The command is
the same as the backup command, except that -create is replaced with
-extract.  In the example above, I would execute the command within the
'/' directory.

The tar program used has been GNU-tar 1.12, downloaded for use with
BasicLinux and is identical to that used in Slackware 3.5.

I plan to make more frequent backups of special files with gzip onto
floppy disks with the mke2fs file system added, and I'll use tar on
those gzipped files if they require multiple floppy disks.


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-08  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-08  8:10 Multiple Floppy Backup Solutions with tar Jerry James Haumberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox