[BackupPC-users] problem using backuppc when connect

2012-03-13 Thread deconya
Hi list

Im a newbie with backuppc learning how to mount a server for backup files.
I installed a debian squeeze and I created a RSA key with user backuppc to
connect with the client. Manually I can connect, but when I create the
server into the config and check, Appears the error:

--

full backup started for directory /etc/

Running: /usr/bin/ssh -q -x -l root escibackup /usr/bin/rsync --server
--sender --numeric-ids --perms --owner --group -D --links --hard-links
--times --block-size=2048 --recursive --ignore-times . /etc/
Xfer PIDs are now 5805
Read EOF: Conexión reinicializada por la máquina remota
Tried again: got 0 bytes
Done: 0 files, 0 bytes
Got fatal error during xfer (Unable to read 4 bytes)
Backup aborted (Unable to read 4 bytes)
Not saving this as a partial backup since it has fewer files than the
prior one (got 0 and 0 files versus 0)

I checked the sshd_config but I can't view any problem. Other point is
the example test to /etc/ directory using tar not goes too. Says error
512.

Any help will be appreciated

Best Regards
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-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/


Re: [BackupPC-users] problem using backuppc when connect

2012-03-13 Thread Michel Jacobs

trying to backup localhost with ssh instead of tar or rsync?

--

   website: te paard naar sint Petersburg
   http://tepaardnaarsintpetersburg.nl 

   mail: majac...@xs4all.nl mailto://majac...@xs4all.nl 

   skype: michel.jacobs1 callto://michel.jacobs1 

   phone: +31204090046 

   cell: +31626030879 

   facsimile: +31878704476 

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-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/


Re: [BackupPC-users] problem using backuppc when connect

2012-03-13 Thread Les Mikesell
On Tue, Mar 13, 2012 at 4:27 PM, Michel Jacobs majac...@xs4all.nl wrote:
 trying to backup localhost with ssh instead of tar or rsync?


Ssh should work fine with localhost as long as the keys are set up correctly.

-- 
  Les Mikesell
 lesmikes...@gmail.com

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-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/


Re: [BackupPC-users] problem using backuppc when connect

2012-03-13 Thread deconya
Hi

The tar method to backup /etc/ inside localhost fails too. This backup not
use rsync.

In what log I can view the problem? I checked syslog, auth.log unsuccessful

Best Regards

El 13 de marzo de 2012 22:46, Les Mikesell lesmikes...@gmail.com escribió:

 On Tue, Mar 13, 2012 at 4:27 PM, Michel Jacobs majac...@xs4all.nl wrote:
  trying to backup localhost with ssh instead of tar or rsync?
 

 Ssh should work fine with localhost as long as the keys are set up
 correctly.

 --
  Les Mikesell
 lesmikes...@gmail.com


 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-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/

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-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/


Re: [BackupPC-users] problem using backuppc when connect

2012-03-13 Thread Les Mikesell
On Tue, Mar 13, 2012 at 5:19 PM, deconya elmailperso...@gmail.com wrote:
 Hi

 The tar method to backup /etc/ inside localhost fails too. This backup not
 use rsync.

 In what log I can view the problem? I checked syslog, auth.log unsuccessful

If you are using ssh, try the connection manually, but be sure you are
running as the backuppc user.   If the backuppc user does not have a
shell, start as root and 'su -s /bin/bash - backuppc'.   Then 'ssh -v
-v  -l root target_host' will show the reason if it fails.

-- 
  Les Mikesell
lesmikes...@gmail.com

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-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/