Date: Wed, 3 Jan 2001 23:53:07 -0600 (CST) From: Mike Meyer <mwm@mired.org> To: bdluevel@heitec.net Cc: questions@freebsd.org Subject: Re: a very dumb backup question Message-ID: <14932.4035.440272.527525@guru.mired.org> In-Reply-To: <5495627@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
bdluevel@heitec.net types: > Mike Meyer wrote: > [...] > > Final comment - I'd recommend dump instead of tar, especially for the > > root file system, because historically it's tracked changes to the > > file sysystem and special files better than tar. > I've got an additional question concerning dump vs. tar: I seem to > remember that tar has an built-in limit of 8 GB per single backup, > because of some restriction in the tar file format. Is this true, and > what are the limits for dump and pax? And, given that backups sizes are > limited, how to best backup a 30 GB partition using 20 GB tapes? > Chunk-wise, with several 'tar' runs to the same tape without rewinding, > I assume? (Repartitioning into partitions with less than 8 GB each is > not an option in my situation, I'm afraid.) The limit on FBSD tar is 2GB. The gnu tar in the ports may have a larger limit. I have no idea about cpio or pax; if you test them to find out, please let us know. Dump is designed for dumping large file systems to smaller tapes. If you point it at a tape device, it will autodetect the end of tape (if the tape device supports it, if not you have to tell it), and prompt the operator to load another tape to the device. > Is there a way to let 'dump' backup less than an entire partition, such > as a directory and all its subdirectories? Nope. That provides a reason for creating partition - because you use dump, and want different backup strategies for two directories. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14932.4035.440272.527525>
