using dump?
John Abreau
john.abreau at zuken.com
Tue Dec 18 14:19:42 EST 2007
The /dev/st0 device will rewind the tape between each dump, so you'll
end up overwriting all dumps but the final one.
Instead, use the no-rewind device, /dev/nst0. Then use mt to rewind
after all dumps have completed:
mt -f /dev/st0 rewoffl
"rewoffl" means "rewind and then take offline" (eject)
Scott Ehrlich wrote:
> I finally got a tape drive installed on a RHEL5 server, and want to
> dump multiple local filesystems (and eventually NFS-mounted ones) to
> tape.
>
> What is the most recommended dump command line option setup to use?
>
> I've tried, for example,
>
> dump -0u -z2 -f /dev/st0 / /home but that failed
>
> dump -0u -z2 -f /dev/st0/home.dump / /home but that failed
>
> dump -0u -z2 -f /dev/st0 /home does work (one filesystem).
>
> Can I safely have multiple dump statements to reflect each filesystem
> to dump?
>
> I want to dump /var and /home anyway, and ideally the whole filesystem.
>
> Once I get an NFS system mounted, any changes to how I would dump it,
> or simply use its local mount point?
>
> Thanks.
>
> Scott
>
--
John Abreau
IT Manager
Zuken USA
238 Littleton Rd., Suite 100
Westford, MA 01886
T: 978-392-1777 F: 978-692-4725
M: 978-764-8934
E: John.Abreau at zuken.com W: www.zuken.com
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the Discuss
mailing list