From: Joe Z. <jz...@us...> - 2004-01-04 02:18:19
|
Update of /cvsroot/bobs/bobs/winc In directory sc8-pr-cvs1:/tmp/cvs-serv2411/winc Modified Files: adminhelp.html Log Message: FIX: sftp instruction to use '!' enters shell of bobs server rather than remote server. Index: adminhelp.html =================================================================== RCS file: /cvsroot/bobs/bobs/winc/adminhelp.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- adminhelp.html 29 Dec 2003 02:43:28 -0000 1.1 +++ adminhelp.html 4 Jan 2004 02:18:16 -0000 1.2 @@ -21,7 +21,7 @@ "<b>Help</b>" is this help.<br> <br> <h4><a name="2"></a>2. Making backups.</h4> -To make a backup you have to create servers. Click the "Servers" tab to do that.<br> +To make a backup you have to create servers. Click the "Servers" tab to configure what you want to backup.<br> There is an example server called "testserver" which you can safely ignore.<br> When you have created a server you should check if the settings are correct. Select the server and click the "Check configuration" button.<br> A new page will appear with information about the check being run. Red text indicates errors. Correct the errors and try again. Repeat until you have no red text.<br> @@ -65,8 +65,14 @@ mypassword [ENTER]<br> # Transfer the public key now<br> <p><i>cd .ssh</i></p> - put id_dsa.pub # Jump to Shell by just entering "!"<br> - <p><i>!</i></p> + <p><i>put id_dsa.pub</i></p> + # exit the connection<br> + <p><i>exit</i></p> + # Login to the remote server and change to the ssh directory.<br> + <p><i>ssh ro...@re...</i></p> + <p><i>cd .ssh</i></p> + # Note: If the ssh directory doesn't exist you can create it this way.<br> + <p><i>ssh someserver.com</i><p> # Create a file authorized_keys2 or just add a line with the public<br> # key of the BOBS server to it <br> <p><i>cat id_dsa.pub >> authorized_keys2</i></p> @@ -93,7 +99,8 @@ Go to the "Servers" tab and click on the "Change Admin Password" link. <br> <h4><a name="7"></a>7. You found a bug in BOBS.</h4> -For help please contact the developers of BOBS on <a href="http://bobs.sourceforge.net/">http://bobs.sourceforge.net/</a><br> +For help please search or post to the bobs-devel mailing list at <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=9561"> +http://sourceforge.net/projects/bobs/</a><br> <br> <h4><a name="8"></a>8. About BOBS.</h4> BOBS was developed as an alternative to traditional tape based backup systems.<br> @@ -105,7 +112,7 @@ - It must be multiplatform (Windows, Linux, Mac).<br> - It must use standard software. No special software should be needed.<br> <br> -BOBS was born. It was named when I put the project on Sourceforge. <br> +BOBS was born. It was named when I <i>(Rene Rask)</i> put the project on Sourceforge. <br> <br> <i>Joe Zacky</i> joined development and made a much improved configuration tool.<br> Later feature additions include NFS and SMB functionality.<br> |