> Le mardi 20 octobre 2009 à 19:23 -0400, giorgio p a écrit : > > I'm trying to get backuppc configured. > > I thought I had done the required setup... > > > > In the /etc/backuppc/config.pl file I have: > > $Conf{XferMethod} = 'rsync'; > > $Conf{RsyncShareName} = ['/home/storage','/home/george']; > > > > In the /etc/backuppc/hosts file I have: > > localhost 0 backuppc > > > > However when the backup runs it appears to just backup the /etc directory > > which isn't even specified.
I think this last point is the clue. I you've edited config.pl as root, it may have become owned by root and not readable by backuppc or www-data (or whatever your web server user is). In that case, backuppc will fall back to a default config, which just backs up /etc. This happens to me all the time. If you edit a file as root, some editors will preserve the file ownership when you save, others (emacs) will change it back to root. Try 'ls -l config.pl' and 'chown backuppc:www-data config.pl', then reload the configuration in the web interface, and look at the config again there to see if it's correct. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ 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/