On Tue, 26 Mar 2002 at 11:21am, Morse, Richard E. wrote > That is, I want to have the following "disks": > /home/user1 > /home/user3 > /home [but without user1 and user3] > > How would I go about doing this? I think it would be something with the > exclusion lists, but how do I set them up?
You're on the right track. Use a standard tar dumptype for /home/user1 and /home/user3. For /home, define a new dumptype identical to the one above but with a new name (obviously) and 'exclude list "$PATH/TO/FILE/ON/CLIENT"'. Then, on the client, put a file in the designated place. In that file, list: ./user1 ./user3 And that should do it. Good luck. -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
