Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to backup a lot of computers when they are new (never used) with knoppix. I've tried it with dd and bzip2 but it takes 4houres to backup 1pc.
I was thinking to use tar since it does not copy every single bit on the HD. But ... does tar also copy the MBR. And what about NTFS, i'm not wanting to use captive or some program like that 'cause I have to be sure it will always work without any problem (that was why I was using dd first).
No. tar is file-based. It cannot access anything that plain old cp cannot access. You will need dd to get at the MBR.
Quote:
And what about NTFS, i'm not wanting to use captive or some program like that 'cause I have to be sure it will always work without any problem
tar is file-based. If it can't read the files (i.e., the kernel doesn't understand the filesystem) then tar can't copy the files. The only reason you would need captive NTFS is if you intend to write to NTFS. Reading NTFS is standard on some distros, an easy addition for others.
Well, we tried ghost but it crashed when trying to load usb 2.0 drivers and with 1.1 it didn't recognize the hd, so we are trying to make an image of a full hd to an external hd on usb 2.0. It has to be fast, relyable and compatible with almost everything to be able to restore it quickly when a client asks us.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.