Re: [BackupPC-users] no ping response
On Tue, Dec 20, 2011 at 7:21 AM, Claude Gélinas wrote: > Le Sun, 18 Dec 2011 23:08:27 -0600, > Les Mikesell a écrit : > >> On Sun, Dec 18, 2011 at 8:49 PM, Claude Gélinas >> wrote: >> > How can I backup a client via rsync if I can't ping it. >> > I actually managed to setup the ssh link where I can login as root >> > without password >> > >> > but the backup fail with the 'no ping response' as that client is >> > beyon a firewall where the ping response has been deactivated >> > >> > Any idea ?? >> >> Change the command to something that will succeed: >> http://backuppc.sourceforge.net/faq/BackupPC.html#_conf_pingpath_ >> > > OK I've replaced it with /bin/echo and it works perfectly I had a little different problem. My client will respond to ping responses, but at times SSH service on client was started. I have replace my ping command with /usr/bin/ssh -l root $host true That made sure that the client is up and running SSH service before backuppc starts backup. > > Thanks HTH With regards, -- --Dinesh Shah :-) Shah Micro System Pvt. Ltd. +91-98213-11906 +91-9833-TICKET http://www.shahmicro.com http://iopt.in http://crm.iopt.in Blog: http://dineshah.wordpress.com -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev ___ 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/
Re: [BackupPC-users] Latest rsync.exe and cygwin1.dll for Windows 7.
Hello Group, On Sun, Jul 10, 2011 at 8:39 PM, Doug Lytle wrote: > Xuo wrote: >> can anybody provide a tar/zip > > I'd love to see this as well! We @ Shah Micro System Pvt. Ltd. are working to package the latest versions of Cygwin + OpenSSH + RSync in single setup.exe file. We hope to release the setup binary later this month and installer sources later. > > Doug HTH With regards, -- --Dinesh Shah :-) Shah Micro System Pvt. Ltd. +91-98213-11906 +91-9833-TICKET http://www.shahmicro.com http://iopt.in http://crm.iopt.in Blog: http://dineshah.wordpress.com -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 ___ 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/
[BackupPC-users] Managing Multiple BackupPC Server from single CGI (web server)
List, Is it possible to manage multiple BackupPC instances running on different server using a single CGI server? Some thing like Web server (Runing Apache/BackupPC_Admin_CGI) BackupPC 1 (Does not have web server) BackupPC 2 (Does not have web server) I have ready http://backuppc.sourceforge.net/faq/BackupPC.html#cgi_user_interface_configuration_settings and searched the Internet without much success. Thanks in advance for your help and pointers. With regards, -- --Dinesh Shah :-) Shah Micro System Pvt. Ltd. +91-98213-11906 +91-9833-TICKET http://www.shahmicro.com http://iopt.in http://crm.iopt.in Blog: http://dineshah.wordpress.com -- Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3 million businesses have gone Google with Google Apps: an online email calendar, and document program that's accessible from your browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew ___ 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/
Re: [BackupPC-users] Backing up whole linux system
On Wed, Sep 29, 2010 at 12:24 AM, Boniforti Flavio wrote: > Hello people. > > I need to back up my Debian server, which mainly acts as a gateway > (iptables) and proxy (squid). I’d like to back it up in a way that should > enable me to recover the whole system onto a new harddisk drive, if the > actual one would fail. > Is backupPC right for this purpose, or would it be better to take some sort > of “snapshots” with some other software/tool? > I would suggest http://clonezilla.org/ for taking snapshots and use backuppc for configuration, custom scripts and log files > > Many thanks in advance. > HTH With regards, -- --Dinesh Shah :-) Shah Micro System Pvt. Ltd. +91-98213-11906 +91-9833-TICKET http://www.shahmicro.com http://iopt.in http://crm.iopt.in Blog: http://dineshah.wordpress.com -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev___ 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/
Re: [BackupPC-users] Web interface does not propose any user/password field.
On Sat, Aug 28, 2010 at 5:41 PM, Xuo wrote: > Hi, > > I have just installed backuppc WITHOUT using mod_perl. > The $Conf{CgiAdminUsers} is set to 'backuppc'. > I can connect to the web interface but I am not asked for any user/password. > I can access to all computers managed by backuppc. > In fact, anybody from any computer has full access to the web interface. > > If I set $Conf{CgiAdminUsers} to any other user, then I do not have any > access to menus of the web interface (or only a very small number). So I > can't do anything. > > It seems that I need to keep the admin user as backuppc. > > Is it possible to configure the cgi interface of backuppc to grant access > only after a user/password field has been filled. The web user passwords are stored in /etc/BackupPC/apache.users (at least on my Fedora 10 Box) or equivalent file. Please use htpasswd command to add/change user password. Also check your web server configuration and make sure that you at least have AuthType Basic AuthUserFile /etc/BackupPC/apache.users AuthName "BackupPC require valid-user The Apache web server then will prompt for username and password before allowing access to BackupPC CGI > > Regards. > > Xuo. > HTH With regards, -- --Dinesh Shah :-) Shah Micro System Pvt. Ltd. +91-98213-11906 http://iopt.in http://shahmicro.com Blog: http://dineshah.wordpress.com -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d ___ 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/
[BackupPC-users] Restore from Archives?
Hello There, Sorry for asking such a stupid question. :-) How do I restore from "Archive" Files? I have installed BackupPC and backing up two hosts. I have configured localhost as type archive Archive #2 Details for localhost Number 2 Requested bydinesh Request time8/17 15:12 Result ok Error Message Start time 8/17 15:12 Duration231.5 min Xfer log file View, Errors Host list HostBackup Number 192.168.0.100 2 192.168.0.105 1 I have searched on google without success. TIA for your help and support. With regards, -- --Dinesh Shah :-) Shah Micro System Pvt. Ltd. +91-98213-11906 +91-9833-TICKET http://iOpt.in http://crm.iOpt.in http://www.ShahMicro.com Blog: http://dineshah.wordpress.com -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev ___ 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/