home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.admin
- Path: sparky!uunet!pipex!warwick!doc.ic.ac.uk!cc.ic.ac.uk!imperial.ac.uk!vulture
- From: vulture@imperial.ac.uk (Thomas Sippel - Dau)
- Subject: Re: How do you back up a terabyte?
- Message-ID: <1992Dec16.161430.1109@cc.ic.ac.uk>
- Sender: vulture@carrion.cc.ic.ac.uk (Thomas Sippel - Dau)
- Nntp-Posting-Host: cscgc
- Reply-To: cmaae47@imperial.ac.uk
- Organization: Imperial College of Science, Technology and Medicine
- References: <ericw.724459057@hobbes>
- Date: Wed, 16 Dec 92 16:14:30 GMT
- Lines: 41
-
- In article <ericw.724459057@hobbes>, ericw@hobbes.amd.com (Eric Wedaa) writes:
- -
- - The subject says it all. "How do you back up a terabyte?"
-
- With great care.
-
- - And while I'm at it, how do you fsck at terabyte?
-
- (1) Write an operating system that handles terabyte big file systems
-
- (2) The fsck then is easy, as it comes with the operating system :-)
-
- Seriously, the biggest unix file system I know of is efs (on CDC and Silicon
- Graphics systems), and that handles 8 Gigabyte filesystems. So for a terabyte
- you need 128 filesystems, which may not be so convenient - you may actually
- run out of mount points.
-
- Finally, with data setss of that size you will have to abandon single
- backups and look for an archiving and file migration system. Masstor is
- a name that comes to mind.
-
- - And does anyone remember the real reason why dump/tar/cpio is not
- - a good thing on an acitve filesystem?
-
- Because users may change files while they are being backed up, and you may
- end up with an inconsistent copy on the tape - say a random access file is
- keeping pointers to records at its end, and the data at the beginning.
-
- When a process updates a pointer at the end, the data being pointed to may
- well be already good in the file, but there was still old data at that
- pointed to place when the beginning was read by the backer upper.
-
- Thomas
-
-
- --
- *** This is the operative statement, all previous statements are inoperative.
- * email: cmaae47 @ ic.ac.uk (Thomas Sippel - Dau) (uk.ac.ic on Janet)
- * voice: +44 71 589 5111 x4937 or 4934 (day), or +44 71 823 9497 (fax)
- * snail: Imperial College of Science, Technology and Medicine
- * The Center for Computing Services, Kensington SW7 2BX, Great Britain
-