On 2013-02-20 22:35, Rajeev Prasad wrote: > do I need to run another instance of apache on my webserver? I have a > webserver running (ubuntu) and I can have a virtual website for backupPC > running on a specific port, is that not enough?
You don't need any of that. You're running Ubuntu, so: apt-get install backuppc Then browse to http://example.com/backuppc, and you're in business. You may need to set the backuppc HTTPAuth user with: htpasswd -m /etc/backuppc/htpasswd backuppc > as i understand, I do not have to install anything on my win7 PC, other > linux servers, VMs etc. to back them up. if not correct pl let me know. It depends. On the linux servers, you need an OpenSSH server and rsync. On Windows, you can use SMB, but I strongly urge you to install an rsyncd server and use that instead. > Pl give hints/examples etc. I am planning to use this software to backup > the webserver itself and few other machines connected to it -> to a windows > network share (dedicated for backup)! Nope. BackupPC requires a filesystem that supports hardlinks. That means, in simple terms, a native Linux filesystem like ext4, xfs, or reiserfs. For best results, this should be local, not NFS mounted. Regards, Tyler -- "A society that will trade a little order for a little freedom will lose both, and deserve neither." -- Thomas Jefferson ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
