Yes, even in this day of networks, CD-RW drives, Zip disks, and more the lowly 3.5" floppy still has its place. Everyone has one, and it usually works. So, how can you make the best use of your floppy drive when transferring files? Here are a few tips and tricks...
Tar is your friend. Tar will preserve a whole directory structure painlessly, so take advantage of it. Tar also has floppy-friendly options, like allowing a tar to span multiple floppy disks.
ls -als * > foodu --total `grep -v = foo|awk '{print $10}'`grep -v = foo|awk '{print $10}' > foo1tar -cMpvf /dev/fd0 --files-from foo1tar -xMpf /dev/fd0The tar options used are:
|
|
|