[vox-tech] advice for floppy disks

Ryan vox-tech@lists.lugod.org
Tue, 1 Jan 2002 21:55:36 -0800


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I wrote a bash script to back up my floppies to a compressed file named=20
according to date. This has the advantage of being insensitive to format,=
 and=20
not requiring the disk to be mounted.

- ----- Begin Script -----

#!/bin/bash
TIMESTAMP=3D$(date +%Y.%m.%d.%H.%M.%S)
cat /dev/fd0 | gzip -9 > ~/backups/fd0.${TIMESTAMP}.img.gz

- ------ End Script ------

On Tuesday, January 01 2002 09:42 pm, kabloom@ucdavis.edu wrote:
> My biggest suggestion for floppies is that you should never carry them
> loose in your pocket. When I used floppies in high school (last year) I
> found that floppies carried loose in my pocket died within a day, and
> floppies in floppy carriers lasted long enough that I can't recall losi=
ng
> data from one of them.
>
> Two other good floppy tricks. One: if the data is really important, put
> multiple copies on the same disk. The other: always back the floppies u=
p
> on a hard drive somewhere.
>
> And so it was written and so it was done (by Peter Jay Salzman
> <p@dirac.org>)
>
> > not for backup.  i need floppies.
> >
> >
> > begin Rod Roark <rod@sunsetsystems.com>
> >
> > > What I do for fast, reliable, cheap backup is mount hard drives in
> > > removable carriers.
> > >
> > > -- Rod
> > >    http://www.sunsetsystems.com/
> > >
> > > On Tuesday 01 January 2002 11:15 am, Henry House wrote:
> > > > On Tue, Jan 01, 2002 at 09:31:50AM -0800, Peter Jay Salzman wrote=
:
> > > > > i'm sure someone here keeps track of this stuff...
> > > > >
> > > > > what's some really high-quality floppy disks brands?  i'd be
> > > > > willing to pay unreasonable prices just as long as they're
> > > > > reliable.
> > > > >
> > > > > i'm sick and tired of floppy disks dying on me.  what's the bes=
t
> > > > > brands to get?
> > > >
> > > > I would not use any type of removable winchester storage for data
> > > > too valuble to lose. That goes for floppies, zip cartriges, and
> > > > anything else that contains a rotating, flexible platter. By thei=
r
> > > > very nature these devices are mechanically unreliable. If you wan=
t
> > > > reliability, use tapes or CD-RW (which is actually pretty cheap
> > > > now).
> > > >
> > > > Failing that, I suggest you find the most expensive type availabl=
e
> > > > and go with that. Also, I would avoid any product made by Verbati=
m.
>
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech

- --=20
No Microsoft products were used in any way for the creation of this messa=
ge.
If you are using a Microsoft product to view it, BEWARE! - I'm not
responsible for any harm you might encounter as a result.
- --
PGP Public key at http://mother.com/~ryan/ryan_at_mother_dot_com.asc
It is also on the servers: Key ID 0x72177BC7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8MqD8Ed9E83IXe8cRAiydAKCOEao9X9Ubqdmy7liwG5hq0kO6DwCfT0Cl
W2g4tNEgf6BJ7reltB3LZFU=3D
=3DWupm
-----END PGP SIGNATURE-----