From: Steven Lembark <lembark@wrkhors.com>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] OK to backup physical volume to tape?
Date: Fri, 29 Dec 2000 20:38:46 -0600 [thread overview]
Message-ID: <3A4D4AB6.545DF214@wrkhors.com> (raw)
In-Reply-To: 3A4D337B.5835DE56@xenotrope.com
> I think I may have to forget about LVM and divide the 130 GB space into
> slices that can fit on tape.
if you don't have an autoloader then one day's backup
cannot exceed a single tape unless someone changes the
tape by hand. slicing the total space up into multiple
mount points won't effect that. you can do the same
thing without separate mounts points by using several
directories under /dir1 that each hold one tape's
worth of data and then:
find /dir1/a | blah
find /dir2/b | blah
if you prefer to back up all of the data then you
will have to use multiple tapes no matter what
method you choose. at that point cpio will work
as well as anything else, it'll patiently wait for
you to change the tapes by hand -- no autoloader
required.
none of this has anything to do with LVM or mount
points, per se.
one trick i've used in the past to pack tapes was
finding all the files, sorting them by decreasing
size and assigning them using a least-slack rule
(i.e., whichever tape has the most unused space
gets the next file). this won't solve your
multi-tape issue but can help if you prefer not
to span tapes with a single backup.
--
Steven Lembark 2930 W. Palmer St.
Chicago, IL 60647
lembark@wrkhors.com 800-762-1582
next prev parent reply other threads:[~2000-12-30 2:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-12-29 22:11 [linux-lvm] OK to backup physical volume to tape? Mits Yanagihashi
2000-12-30 0:15 ` Steven Lembark
2000-12-30 0:59 ` Mits Yanagihashi
2000-12-30 2:38 ` Steven Lembark [this message]
2000-12-30 20:36 ` Andreas Dilger
2001-01-03 17:15 ` Rik van Riel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3A4D4AB6.545DF214@wrkhors.com \
--to=lembark@wrkhors.com \
--cc=linux-lvm@sistina.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.