|
I'm in the process of revamping my backup procedure. Currently my backup procedure consists of using tar to compress and save a set of directories directly to tape. I'd like to change that so that I create a compressed archive on a removable usb hard drive, and then copy the compressed archive to tape. The problem is, I can't figure out the best way to copy the archive to tape. I've tried using 'dd' to do the copy ... dd if=backup.tgz of=/dev/tape bs=512 ... but I get a "dd: writing `/dev/tape': Invalid argument" error message ... and "st0: Write not multiple of tape block size." shows up on the console. Any suggestions? Thanks! david
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.