Path: utzoo!attcan!uunet!snorkelwacker!apple!usc!cs.utexas.edu!rice!sun-spots-request From: dave@imax.com (Dave Martindale) Newsgroups: comp.sys.sun Subject: Re: Need recommendations on how to select partitions Keywords: Software Message-ID: <9997@brazos.Rice.edu> Date: 17 Jul 90 18:28:23 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 14 Approved: Sun-Spots@rice.edu X-Refs: Original: v9n218, Replies: v9n224 v9n229 v9n233 v9n246 X-Sun-Spots-Digest: Volume 9, Issue 269, message 4 In article <9559@brazos.Rice.edu> pcg@compsci.aberystwyth.ac.uk (Piercarlo Grandi) writes: > >Partitioning a disk used to be useful because: > >1) You could dump separately only whole partitions: this is no longer > relevant. Instead of using dump(8) use GNU tar to dump, and dump subtrees, > not partitions, with the frequency more appropriate to each subtree. GNU tar does not have any way to do incremental dumps. I want to save files that have changed in my daily dumps, but don't want to save the whole subtree they are in that often. Nor do I wish to manually keep track of what files or subtrees need backing up tonight. Dump does a good job of handling this; nothing else does. And if you decide to do backups with dump, then partitioning is still relevant.