Randy writes: > I am not sure if this is possible but I want to run the web > front end of BackupPC on my apache server while having the > backup and storage on another box. Is it possible to have the > web front end talk to this back end? If possible can someone > give me some pointers on getting this format setup?
Yes, it's possible. The apache server needs access to the BackupPC TopDir and configuration files, so you need to NFS mount those. It also needs the identical version of BackupPC installed (or you can NFS mount the installation directory too). The paths for these directories need to be the same on both the server and apache machines. You should then set $Conf{ServerPort}, $Conf{ServerHost} and $Conf{ServerMesgSecret}. If $Conf{ServerPort} > 0 then the CGI code contacts the server at $Conf{ServerHost}:$Conf{ServerPort}. Craig ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/