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

2012-03-23 Thread deconya
Thanks to all, the problem was a combination of unknown key and rynsc not
installed.

Im with other problem but is other thread .-)

Thanks!

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

 On Wed, Mar 14, 2012 at 2:50 AM, deconya elmailperso...@gmail.com wrote:

  debug1: Next authentication method: publickey
  debug1: Offering public key: /var/lib/backuppc/.ssh/id_rsa
  debug1: Server accepts key: pkalg ssh-rsa blen 279
  debug1: read PEM private key done: type RSA
  debug1: Authentication succeeded (publickey).

 This looks good.

  debug1: Entering interactive session.
  debug1: Sending environment.
  debug1: Sending env LANG = es_ES.UTF-8
  Linux dhcp 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64
 
  The programs included with the Debian GNU/Linux system are free software;
  the exact distribution terms for each program are described in the
  individual files in /usr/share/doc/*/copyright.
 
  Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  permitted by applicable law.
  Last login: Tue Mar 13 17:09:35 2012 from 192.168.0.14

 Do you get any of this output in a non-interactive session?  Try something
 like:
 ssh -l root dhcp id
 and see if you get more than the one line response.   The backuppc
 implementation of rsync won't work if there is any other output before
 the remote rsync starts. Otherwise, as long as /usr/bin/rsync exists
 on the remote side it looks like it should work.

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


 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 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/

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
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-14 Thread deconya
Hi

The result of the connection is:

backuppc@backup:~$ ssh -v -l root dhcp
OpenSSH_5.5p1 Debian-6+squeeze1, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to dhcp [10.0.0.254] port 22.
debug1: Connection established.
debug1: identity file /var/lib/backuppc/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /var/lib/backuppc/.ssh/id_rsa-cert type -1
debug1: identity file /var/lib/backuppc/.ssh/id_dsa type -1
debug1: identity file /var/lib/backuppc/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1
Debian-6+squeeze1
debug1: match: OpenSSH_5.5p1 Debian-6+squeeze1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-ctr hmac-md5 none
debug1: kex: client-server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'dhcp' is known and matches the RSA host key.
debug1: Found key in /var/lib/backuppc/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /var/lib/backuppc/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = es_ES.UTF-8
Linux dhcp 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Mar 13 17:09:35 2012 from 192.168.0.14

Any other idea?

Salut

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

 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/

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
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-14 Thread Les Mikesell
On Wed, Mar 14, 2012 at 2:50 AM, deconya elmailperso...@gmail.com wrote:

 debug1: Next authentication method: publickey
 debug1: Offering public key: /var/lib/backuppc/.ssh/id_rsa
 debug1: Server accepts key: pkalg ssh-rsa blen 279
 debug1: read PEM private key done: type RSA
 debug1: Authentication succeeded (publickey).

This looks good.

 debug1: Entering interactive session.
 debug1: Sending environment.
 debug1: Sending env LANG = es_ES.UTF-8
 Linux dhcp 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64

 The programs included with the Debian GNU/Linux system are free software;
 the exact distribution terms for each program are described in the
 individual files in /usr/share/doc/*/copyright.

 Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
 permitted by applicable law.
 Last login: Tue Mar 13 17:09:35 2012 from 192.168.0.14

Do you get any of this output in a non-interactive session?  Try something like:
ssh -l root dhcp id
and see if you get more than the one line response.   The backuppc
implementation of rsync won't work if there is any other output before
the remote rsync starts. Otherwise, as long as /usr/bin/rsync exists
on the remote side it looks like it should work.

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

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
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] 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/


[BackupPC-users] Problem with Backuppc / Vista 64 file backup / Big file size

2010-03-29 Thread Guillaume JAOUEN
Hello,

I run a backuppc server version 3.1.10 on a centos server.

I setup 10 hosts to backup by rsyncd method.

For one of these host called pc-de-guillaume, the backup suddenly start to
fail every times.

This is what seem to be revelant into the error log, some files can't be
backup  :

full backup started for directory Users (baseline backup #85)
Connected to pc-de-guillaume:873, remote version 29
Negotiated protocol version 28
Connected to module Users
Sending args: --server --sender --numeric-ids --perms --owner --group -D
--links --hard-links --times --block-size=2048 --recursive --ignore-times .
.
Sent exclude: /Public/Documents/My Videos
Sent exclude: /Public/Documents/My Pictures
Sent exclude: /Public/Documents/My Music
Sent exclude: /Public/Documents/Mes vidéos
Sent exclude: /Public/Documents/Mes images
Sent exclude: /Public/Documents/Ma musique
Sent exclude: /Default/Documents/My Videos
Sent exclude: /Default/Documents/My Pictures
Sent exclude: /Default/Documents/My Music
Sent exclude: /Default/Documents/Mes vidéos
Sent exclude: /Default/Documents/Mes images
Sent exclude: /Default/Documents/Ma musique
Sent exclude: /Default/AppData/Roaming/Microsoft/Windows/Start
Menu/Programmes
Sent exclude: /Default/AppData/Local/Temporary Internet Files
Sent exclude: /Default/AppData/Local/History
Sent exclude: /Default/AppData/Local/Historique
Sent exclude: /Default/AppData/Local/Application Data
Sent exclude: /Default/Voisinage réseau
Sent exclude: /Default/Voisinage d'impression
Sent exclude: /Default/Templates
Sent exclude: /Default/Start Menu
Sent exclude: /Default/SendTo
Sent exclude: /Default/Recent
Sent exclude: /Default/PrintHood
Sent exclude: /Default/NetHood
Sent exclude: /Default/My Documents
Sent exclude: /Default/Modèles
Sent exclude: /Default/Mes documents
Sent exclude: /Default/Menu Démarrer
Sent exclude: /Default/Local Settings
Sent exclude: /Default/Cookies
Sent exclude: /Default/Application Data
Sent exclude: /All Users/Microsoft/Windows/Start Menu/Programmes
Sent exclude: /All Users/Templates
Sent exclude: /All Users/Start Menu
Sent exclude: /All Users/Modèles
Sent exclude: /All Users/Menu Démarrer
Sent exclude: /All Users/Favorites
Sent exclude: /All Users/Favoris
Sent exclude: /All Users/Documents
Sent exclude: /All Users/Desktop
Sent exclude: /All Users/Bureau
Sent exclude: /All Users/Application Data
Sent exclude: /*/Documents/Mes vidéos
Sent exclude: /*/Documents/Mes images
Sent exclude: /*/Documents/Ma musique
Sent exclude: /*/AppData/Roaming/Mozilla
Sent exclude: /*/AppData/Roaming/Microsoft/Windows
Sent exclude: /*/AppData/Local/Microsoft/Windows
Sent exclude: /*/AppData/Local/Microsoft/Windows Live Contacts
Sent exclude: /*/AppData/Local/Microsoft/Windows Defender
Sent exclude: /*/AppData/Local/Microsoft/Messenger
Sent exclude: /*/AppData/Local/Temp
Sent exclude: /*/AppData/Local/Mozilla
Sent exclude: /*/AppData/Roaming/Microsoft/Windows/Start Menu/Programmes
Sent exclude: /*/AppData/Local/Microsoft/Windows/Temporary Internet Files
Sent exclude: /*/AppData/Local/Temporary Internet Files
Sent exclude: /*/AppData/Local/Historique
Sent exclude: /*/AppData/Local/Application Data
Sent exclude: /*/Voisinage réseau
Sent exclude: /*/Voisinage d'impression
Sent exclude: /*/SendTo
Sent exclude: /*/Recent
Sent exclude: /*/ntuser.dat.LOG2
Sent exclude: /*/ntuser.dat.LOG1
Sent exclude: /*/NTUSER.DAT
Sent exclude: /*/Modèles
Sent exclude: /*/Mes documents
Sent exclude: /*/Menu Démarrer
Sent exclude: /*/Local Settings
Sent exclude: /*/Application Data
Sent exclude: /Invité
Sent exclude: /Default
Sent exclude: /Default User
Sent exclude: /All Users
Xfer PIDs are now 12291
[ 2057 lignes sautées ]
Can't write 33742 bytes to socket
Read EOF: 
Tried again: got 0 bytes
finish: removing in-process file administrateur/.VirtualBox/VDI/xppro.vdi
Child is aborting
Done: 1767 files, 8868747228 bytes
Got fatal error during xfer (aborted by signal=PIPE)
Backup aborted by user signal
Not saving this as a partial backup since it has fewer files than the prior
one (got 1767 and 1767 files versus 3230)

This file is a virtual disk image of 10 138 808 320 octets (9,44 Go) and is
not locked during backup process.

Any help will be welcome.

Best regards,
Guillaume JAOUEN.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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 with Backuppc / Vista 64 file backup / Big file size

2010-03-29 Thread Allen

Guillaume JAOUEN wrote:
 Hello,

 I run a backuppc server version 3.1.10 on a centos server.

 I setup 10 hosts to backup by rsyncd method.

 For one of these host called pc-de-guillaume, the backup suddenly start to
 fail every times.

 This is what seem to be revelant into the error log, some files can't be
 backup  :

 full backup started for directory Users (baseline backup #85)
 Connected to pc-de-guillaume:873, remote version 29
 Negotiated protocol version 28
 Connected to module Users
 snip
 Xfer PIDs are now 12291
 [ 2057 lignes sautées ]
 Can't write 33742 bytes to socket
 Read EOF: 
 Tried again: got 0 bytes
 finish: removing in-process file administrateur/.VirtualBox/VDI/xppro.vdi
 Child is aborting
 Done: 1767 files, 8868747228 bytes
 Got fatal error during xfer (aborted by signal=PIPE)
 Backup aborted by user signal
 Not saving this as a partial backup since it has fewer files than the prior
 one (got 1767 and 1767 files versus 3230)

 This file is a virtual disk image of 10 138 808 320 octets (9,44 Go) and is
 not locked during backup process.

 Any help will be welcome.

 Best regards,
 Guillaume JAOUEN.


 snip
Guillaume,

I have had this issue also and got around it by changing the specific 
hosts $Conf{ClientTimeout} = 72000 to 99000 to complete the initial backup.

  Allen...

-- 

/ 
Break away from the Gates of Windows... 
 Support OpenSource communities. 
\


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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] Problem with backuppc

2009-11-18 Thread KOUAO aketchi
Hello,

We have a server running under debian/sarge with backuppc. All think is right , 
but my storage  space's  utilization exceeds now 95% required. Also , we want 
to back up the pc workstations on an usb extern disk with Backuppc. The problem 
is how to configure the pc config.file in order to put all the backup data on 
this external disk. The disks in  the server will be used for the backup of the 
servers only in order to reduce this percentage.
Thanks a lot four your help




  --
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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 with backuppc

2009-11-18 Thread Kameleon
I am sure there are others that will chime in on this but as I see it you
have a few options.

1. Setup LVM and use the external disk as a permanent addition to the system
2. Mount the external disk as the directory that will house your desktops
backups

Honestly, I would be wary about using an external USB disk. Alot of them
have power saving features that will power it down after a short period and
could cause issues with your backups. I would invest in another internal
drive or even mount via NFS or iSCSI another drive in a separate machine.



On Wed, Nov 18, 2009 at 6:05 AM, KOUAO aketchi aketc...@yahoo.fr wrote:

 Hello,

 We have a server running under debian/sarge with backuppc. All think is
 right , but my storage  space's  utilization exceeds now 95% required. Also
 , we want to back up the pc workstations on an usb extern disk with
 Backuppc. The problem is how to configure the pc config.file in order to put
 all the backup data on this external disk. The disks in  the server will be
 used for the backup of the servers only in order to reduce this percentage.
 Thanks a lot four your help




 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 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/


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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 with backuppc

2009-11-18 Thread Tino Schwarze
On Wed, Nov 18, 2009 at 07:00:09AM -0600, Kameleon wrote:

 I am sure there are others that will chime in on this but as I see it you
 have a few options.
 
 1. Setup LVM and use the external disk as a permanent addition to the system
 2. Mount the external disk as the directory that will house your desktops
 backups
 
 Honestly, I would be wary about using an external USB disk. Alot of them
 have power saving features that will power it down after a short period and
 could cause issues with your backups. I would invest in another internal
 drive or even mount via NFS or iSCSI another drive in a separate machine.

You might want to consider at least any RAID as well. Otherwise, if one
of your disk breaks, the LVM is broken and _all_ your backups are gone.

To answer the original question: It is not currently possible to have
BackupPC use different storages. The whole data has to reside on one
file system. How to create a file system spanning multiple disks/RAIDs
and how to manage that is an operating system issue.

HTH,

Tino.

-- 
What we nourish flourishes. - Was wir nähren erblüht.

www.lichtkreis-chemnitz.de
www.tisc.de

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 with backuppc

2009-11-18 Thread Tyler J. Wagner

On Wednesday 18 November 2009 18:03:01 Tino Schwarze wrote:
 To answer the original question: It is not currently possible to have
 BackupPC use different storages. The whole data has to reside on one
 file system. How to create a file system spanning multiple disks/RAIDs
 and how to manage that is an operating system issue.

If you need different storages for different hosts, the solution is to have 
multiple BackupPC installs.

Regards,
Tyler

-- 
Once is happenstance. Twice is coincidence. The third time it's enemy
action.
   -- Auric Goldfinger

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Problem with BackupPC and share SMB

2009-08-25 Thread Alessio Oss
Situation:

Host:
 - Pc with Win XP Professional SP2/3 or Windows 2000 Server or Debian 5.0
with samba 3.2.5

Server:
 - Pc with Debian 5.0 and BackupPC 3.0 or BackupPC 3.1

Share structure:

   DATA
   |
   |DIRECTORY1
   | |-FileA
   | |-FileB
   | |-FileC
   |
   |DIRECTORY2
 |-FileD
 |-FileE
 |-FileF

Set BackupPC to connect to the share DATA throug SMB, leaving other
settings as default.
Change only the parameters XferMethod, SmbShareName, SmbShareUserName,
SmbSharePasswd.

Other parameters:

SmbClientFullCmd
$smbClientPath \\$host\$shareName $I_option -U $userName -E -d 1 -c
tarmode\ full -Tc$X_option - $fileList

SmbClientIncrCmd
$smbClientPath \\$host\$shareName $I_option -U $userName -E -d 1 -c
tarmode\ full -TcN$X_option $timeStampFile - $fileList

The full and incremental backups are performed without any problem.

Now I move, with cut and paste, the DIRECTORY2 into DIRECTORY1.
The new structure is:

   DATA
   |
   |DIRECTORY1
 |
 |DIRECTORY2
 |  |-FileD
 |  |-FileE
 |  |-FileF
 |-FileA
 |-FileB
 |-FileC

If, after making this change, I would make an incremental backup, host I
was faced with this situation CORRUPT:

BackupPC 3.0.0

   DATA
   |
   |DIRECTORY1
 |
 |DIRECTORY2
 | |-empty
 |-FileA
 |-FileB
 |-FileC

BackupPC 3.1.0

   DATA
   |
   |DIRECTORY1
   | |
   | |DIRECTORY2
   | | |-empty
   | |-FileA
   | |-FileB
   | |-FileC
   |
   |DIRECTORY2
 |-Error: Can't browse bad directory name /DIRECTORY2


I would expect this situation:

   DATA
   |
   |DIRECTORY1
 |
 |DIRECTORY2
 |  |-FileD
 |  |-FileE
 |  |-FileF
 |-FileA
 |-FileB
 |-FileC


Situation is OK, both with version 3.0.0 and 3.1.0, when I do a full backup.

With both versions, starting from the situation CORRUPT, if I edit or
create a file within DIRECTORY2
the following incremental backup saves me only the new or modified file.

Why? Other people have the same problem?


tnX


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 with BackupPC and share SMB

2009-08-25 Thread Michael Stowe
 Situation:

(clip)


 If, after making this change, I would make an incremental backup, host I
 was faced with this situation CORRUPT:

(clip)

 Situation is OK, both with version 3.0.0 and 3.1.0, when I do a full
 backup.

 With both versions, starting from the situation CORRUPT, if I edit or
 create a file within DIRECTORY2
 the following incremental backup saves me only the new or modified file.

 Why? Other people have the same problem?

 tnX

Why?  Because you're using SMB, which is using time/date stamps to
determine what goes in the incremental backup, and the files haven't
changed.  So if you're going to go around reshuffling directories and
using SMB, you're best off doing a full backup afterward.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 with BackupPC and share SMB

2009-08-25 Thread Alessio Oss

 Why? Other people have the same problem?

 tnX

 Why?  Because you're using SMB, which is using time/date stamps to
 determine what goes in the incremental backup, and the files haven't
 changed.

Why not?
They are the same but are on a different position and despite i think
that if the system intends to mantain the old files due to the fact that
they are the same it should show the new positions withouth copying
the old files but linking anyway to the same inode.

in this case we have no transfer and a backup of the real situation.

If i have many files i'm not sure that the backup does the right thing.

I understand that this is not a problem but visually is very strange to
find that the reshuffled dir results empty.

Any hint?

Tx, Alessio



 So if you're going to go around reshuffling directories and
 using SMB, you're best off doing a full backup afterward.

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008
 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 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/




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 with BackupPC and share SMB

2009-08-25 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alessio Oss wrote:
 Why? Other people have the same problem?
 Why?  Because you're using SMB, which is using time/date stamps to
 determine what goes in the incremental backup, and the files haven't
 changed.
 
 Why not?
 They are the same but are on a different position and despite i think

Right, they are the same (old) timestamp, hence they are skipped from
the new incremental backup.

 that if the system intends to mantain the old files due to the fact that
 they are the same it should show the new positions withouth copying
 the old files but linking anyway to the same inode.

Except the system doesn't know about the new position, because no
files have even been backed up in this new position.

 in this case we have no transfer and a backup of the real situation.

That would be ideal, but is not the case.

 If i have many files i'm not sure that the backup does the right thing.

Correct, so you have a couple of choices (detailed below)

 I understand that this is not a problem but visually is very strange to
 find that the reshuffled dir results empty.
 Any hint?

Yes, 2 in fact.
1) Use rsync for backups

2)
 So if you're going to go around reshuffling directories and
 using SMB, you're best off doing a full backup afterward.

Or, 3) Read the documentation that tells you that incremental tar/smb
backups will miss files with old timestamps, which usually occur when
renaming/moving files/directories, or un-archiving files. Of course,
there are other methods of creating files with an old timestamp where
this can occur as well. If it is really a problem, make all backups a
full, or use another protocol which can test for files based on data
other than just timestamp (ie, rsync)

Regards,
Adam
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqT/egACgkQGyoxogrTyiVaugCfUg5jjKlW2qfQOhztL19Hetrh
/H0An1ZOJMBGYWybX4Br18s0CwH3bZye
=z80Q
-END PGP SIGNATURE-

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] problem with backuppc start

2008-06-11 Thread fatima ech-charif
hello
i have this problem, when i started backuppc, i get this:

Can't create a test hardlink between a file in /data/BackupPC/pc and
/data/BackupPC/cpool.  Either these are different file systems, or this file
system doesn't support hardlinks, or these directories don't exist, or there
is a permissions problem, or the file system is out of inodes or full.  Use
df, df -i, and ls -ld to check each of these possibilities. Quitting...


# mount
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.22-14-generic/volatile type tmpfs (rw)
securityfs on /sys/kernel/security type securityfs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)

## df -h
Sys. de fich.Tail. Occ. Disp. %Occ. Monté sur
/dev/sda1 7,5G  4,8G  2,4G  67% /
varrun252M  240K  252M   1% /var/run
varlock   252M 0  252M   0% /var/lock
udev  252M   48K  252M   1% /dev
devshm252M 0  252M   0% /dev/shm
lrm   252M   34M  218M  14%
/lib/modules/2.6.22-14-generic/volatile
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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 with backuppc start

2008-06-11 Thread Tino Schwarze
Hi,

On Wed, Jun 11, 2008 at 02:29:30PM +, fatima ech-charif wrote:

 i have this problem, when i started backuppc, i get this:
 
 Can't create a test hardlink between a file in /data/BackupPC/pc and
 /data/BackupPC/cpool.  Either these are different file systems, or this file
 system doesn't support hardlinks, or these directories don't exist, or there
 is a permissions problem, or the file system is out of inodes or full.  Use
 df, df -i, and ls -ld to check each of these possibilities. Quitting...
 
 
 # mount
 /dev/sda1 on / type ext3 (rw,errors=remount-ro)
[...]

 ## df -h
 Sys. de fich.Tail. Occ. Disp. %Occ. Monté sur
 /dev/sda1 7,5G  4,8G  2,4G  67% /
[...]

Looks okay so far. What does ls -l /data/BackupPC say? Do you really
want to backup to the / partition? There's not too much space on it...

Bye,

Tino.

-- 
What we nourish flourishes. - Was wir nähren erblüht.

www.craniosacralzentrum.de
www.forteego.de

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] problem with backuppc

2008-06-09 Thread fatima ech-charif
hello
i have this problem, when i started backuppc, i get this:

Can't create a test hardlink between a file in /data/BackupPC/pc and
/data/BackupPC/cpool.  Either these are different file systems, or this file
system doesn't support hardlinks, or these directories don't exist, or there
is a permissions problem, or the file system is out of inodes or full.  Use
df, df -i, and ls -ld to check each of these possibilities. Quitting...



thanks
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] problem with backuppc

2008-06-01 Thread Benedict simon

Dear All

I have just installed backup PC as per the docs and now when i run

http://hostname/BackupPC_Admin

the page comes but no images

here the details

also in the http errors.log


[Sun Jun 01 13:05:10 2008] [error] Bareword found where operator expected
at /var/www/
cgi-bin/images/sorttable.js line 1, near #line 1
/var/www/cgi-bin/images/sorttable.js
\n// Used\nsyntax error at /var/www/cgi-bin/images/sorttable.js line 1,
near #line 1
 /var/www/cgi-bin/images/sorttable.js\n// Used with \nBareword found
where operator e
xpected at /var/www/cgi-bin/images/sorttable.js line 1, near
//kryogenix\nBareword f
ound where operator expected at /var/www/cgi-bin/images/sorttable.js line
2, near //
Credit\nBareword found where operator expected at
/var/www/cgi-bin/images/sorttable.j
s line 2, near //kryogenix\nsyntax error at
/var/www/cgi-bin/images/sorttable.js lin
e 8, near ) {\nBareword found where operator expected at
/var/www/cgi-bin/images/sor
ttable.js line 9, near // Find\nsyntax error at
/var/www/cgi-bin/images/sorttable.js
 line 13, near tbls[\nBareword found where operator expected at
/var/www/cgi-bin/ima
ges/sorttable.js line 15, near //initTable\nsyntax error at
/var/www/cgi-bin/images/
sorttable.js line 15, near
//initTable\n/var/www/cgi-bin/images/sorttable.js has too
 many errors.\n
[Sun Jun 01 13:05:10 2008] [error] Unrecognized character \\x97 at
/var/www/cgi-bin/im
ages/logo.gif line 1.\n

i have created a soft link also from the cgi directory to images directory


apprecite your help


regards

benedict





-- 
Network ADMIN
-
KUWAIT MUNICIPALITY:

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
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 in backuppc

2006-12-08 Thread Nils Breunese (Lemonbit)
louie aguilos wrote:

 got this problem backing up a linux box. ssh was configured already  
 but still got this error.

 Running: /usr/bin/ssh -q -x -l root 192.168.6.50 /usr/bin/rsync -- 
 server --sender --numeric-ids --perms --owner --group --devices -- 
 links --times --block-size=2048 --recursive --ignore-times . /home/

You need to change --devices to -D for recent versions of rsync.

Nils Breunese.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] problem in backuppc

2006-12-07 Thread louie aguilos

got this problem backing up a linux box. ssh was configured already but still 
got this error.


Running: /usr/bin/ssh -q -x -l root 192.168.6.50 /usr/bin/rsync --server 
--sender --numeric-ids --perms --owner --group --devices --links --times 
--block-size=2048 --recursive --ignore-times . /home/
Xfer PIDs are now 5508
Rsync command pid is 5508
Fetching remote protocol
Got remote protocol 1953722184
Fatal error (bad version): Host key verification failed.

Checksum seed is 2036689696
Got checksumSeed 0x79656b20
Read EOF: Connection reset by peer
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted (fileListReceive failed)

 
please help.

 
-
Have a burning question? Go to Yahoo! Answers and get answers from real people 
who know.-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] problem in backuppc

2006-12-07 Thread Randy Barlow
On Thursday 07 December 2006 21:23, louie aguilos wrote:
 got this problem backing up a linux box. ssh was configured already but
 still got this error.


 Running: /usr/bin/ssh -q -x -l root 192.168.6.50 /usr/bin/rsync --server
 --sender --numeric-ids --perms --owner --group --devices --links --times
 --block-size=2048 --recursive --ignore-times . /home/ Xfer PIDs are now
 5508
 Rsync command pid is 5508
 Fetching remote protocol
 Got remote protocol 1953722184
 Fatal error (bad version): Host key verification failed.

I think you need to su - backuppcUserNameHere and try to ssh -l root 
192.168.6.50 as that user so it gets the key for the remote host stored in 
~/.ssh/known_hosts.  Also, I would personally recommend using rsyncd rather 
than rsync over ssh just so you don't have a non-priveliged user of one 
machine becoming root on another, but that's just my advice.  If you choose 
to go the ssh route, this should work!  HTH!

Randy

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/