Maikel writes:

> i'm trying to configure backuppc with the client server principe, so
> the web interface runs on a different host then the actually backuppc
> program.
> 
> Now i found  the ServerPort setting in the config.pl file. But do i
> have to install / do on the client?
> 
> so basically what i did:
>     - server: set the ServerPort to 1024
>     - server: set a ServerMesgSecret
>     - server: restarted backuppc
>     - client: set serverHost to the appropriate dns name
>     - client configured the correct ServerMesgSecret.
>     - client: restarted backuppc

The client shouldn't run backuppc.  The only instance should
be on the server.

> So basically what happens, the client still only reads the local
> config files, so it doesn't speak/connect to the server.

The client also needs to be able to access all the BackupPC
configuration files, executables, log files, and TOPDIR tree
with the same directory paths as on the server.

So you need to NFS export the relevant directories on the server to
the client, and either mount them at the matching directories on the
client, or use symlinks from those directories on the client to any
other NFS mount point.

Craig

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to