Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!hsdndev!cmcl2!jan!edler From: edler@jan.ultra.nyu.edu (Jan Edler) Newsgroups: comp.unix.wizards Subject: Re: network backup in a heterogeneous environment Summary: use ftp directly Message-ID: <1991Apr29.184055.12175@cmcl2.nyu.edu> Date: 29 Apr 91 18:40:55 GMT References: <1991Apr24.140354.25607@aplcen.apl.jhu.edu> Sender: notes@cmcl2.nyu.edu (Notes Person) Organization: New York University, Ultracomputer project Lines: 30 Nntp-Posting-Host: jan.ultra.nyu.edu In article <1991Apr24.140354.25607@aplcen.apl.jhu.edu> kjh@visual1.jhuapl.edu (Kenneth J. Heeres) writes: >I have looked at ftp's the dump up to these systems but it looks >as though all alternatives require that I have room on the work- >station for the dump. Is this true???? At least with the 4.3bsd ftp program, you don't need to have room for your dumps on the workstation. Essentially all you have to do is ftp bighost user xxx yyy cd zzz account www binary put "|dump 4uf - /filesys" remote-filename quit Where xxx is the user name on the remote host, yyy is the password, and zzz is directory and account information, if needed. To do a restore, you basically just reverse the procedure, e.g., get remote-filename "|restore ivf -" Of course you can do all this in a shell script run in the middle of the night, and you can be arbitrarily fancy. E.g., ours figures out what level dumps to take, and removes old dumps. Jan Edler NYU Ultracomputer Research Laboratory edler@nyu.edu