Date: Thu, 28 Nov 2002 05:53:07 -0800 From: "Jacob S. Barrett" <jbarrett@amduat.net> To: doc@FreeBSD.org Subject: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backup-basics.html Message-ID: <3DE61FC3.4090301@amduat.net>
next in thread | raw e-mail | index | archive | help
There is a little blurb about using dump via ssh that should be updated. If you set the environment variable RSH to ssh (ie. export RSH=ssh) then rmt will use ssh rather than rsh. So the following commands would backup your /usr filesystem via ssh to your dumphost. # export RSH=ssh # dump 0auf bakuser@dumphost:/dev/tape /usr -Jake -- Jacob S. Barrett jbarrett@amduat.net www.amduat.net "I don't suffer from insanity, I enjoy every minute of it." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DE61FC3.4090301>