Re: [BackupPC-users] I get the error No files dumped for share, but actually it worked and the next Samba share is not processed [SOLVED]

2011-06-06 Thread Aron
Well, using the client IP in ClientNameAlias the Samba copy works well now.

I can't understand that, because ping clientname and nmblookup clientname 
return the correct host IP.

Greetings
--
Aron


El Viernes, 3 de Junio de 2011 18:34:12 Aron escribió:
 Hi.
 I'm new in BackupPC. Rsync copies are working well. But I have a problem
 with Windows clients. I get the error No files dumped for share,
 but actually it worked and the next Samba share is not processed.
 I can browse and restore the backup of the first resource.
 What is happening? why this error?
 
 Running: /usr/bin/smbclient //serv/resource$ -U BUser -E -d 1 -c tarmode\
 full -TcrX - Thumbs.db \*.mp3 \*.msf \*.ogg \*.wma \*.vdi \*.vhd \*~ full
 backup started for share resource$
 Xfer PIDs are now 7125,7124
 tar_re_search set
   pool 644   0/01753 A.LNK
   pool 644   0/01719 B.LNK
   pool 644   0/01745 C.LNK
   pool 644   0/01804 D.LNK
   pool 644   0/0 2883584 A.mdb
   pool 644   0/0  212992 B.mde
   pool 644   0/0  180224 C.mde
   pool 644   0/0 128 A.ldb
   create   644   0/0 3964928 A.mde
   pool 644   0/0 128 B.ldb
   create   644   0/016715776 C.mde
   pool 644   0/0   49152 M.dll
   pool 644   0/0 128 T.ldb
   pool 644   0/0 1015808 T.mde
 tarExtract: Done: 0 errors, 12 filesExist, 4349165 sizeExist, 1029377
 sizeExistComp, 14 filesTotal, 25029869 sizeTotal Got fatal error during
 xfer (No files dumped for share resource$)
 Backup aborted (No files dumped for share resource$)
 Not saving this as a partial backup since it has fewer files than the prior
 one (got 14 and 0 files versus 14)
 
 
 Thanks
 
 --
 Aron

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 ___
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] Backup of VM images

2011-06-06 Thread Carl Wilhelm Soderstrom
On 06/04 01:09 , Adam Goryachev wrote:
 If you are really stuck to backup images, and very large ones, with
 large amounts of changes, then you may simply need to look for a
 different tool. Backuppc may not do what you need (at least not yet)...

VMWare ESX has a tool for doing backups of whole images (or even file-level
access to images) that it is running.

http://www.vmware.com/products/vi/cb_overview.html
http://www.petri.co.il/frequently-asked-questions-about-vmware-esx-vcb-faq.htm

Of course, this presumes you're running ESX.

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
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] backuppc and Win7

2011-06-06 Thread Tom Brown
Forgot to mention two other steps.

If you use the global 'backuppc/conf/config.pl' file:

1. Set the backup user name.

  $Conf{RsyncdUserName} = 'backuppc';

2. Set the backup user password.

  $Conf{RsyncdPasswd} = 'L2t608G';

Otherwise set the same variables in the per PC (backuppc/pc/your_pc_name)
file. 

I probably don't use the same version of BackupPC as you so the paths above
may be different.

Tom --
 

-Original Message-
From: higuita [mailto:higu...@gmx.net] 
Sent: Sunday, June 05, 2011 17:10
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] backuppc and Win7

Hi

On Sun, 5 Jun 2011 13:15:16 -0700, ow...@netptc.net wrote:
 all other machines on the LAN) and pings work fine.  Backuppc fires off
 the error Get fatal error during xfer (no files dumped for share C$).
 Any suggestions?

Yes... share the c drive... depending on your config, you might
not have the c$ share enabled by default (or restricted by the firewall
and network settings).

good luck
higuita
-- 
Naturally the common people don't want war... but after all it is the
leaders of a country who determine the policy, and it is always a 
simple matter to drag the people along, whether it is a democracy, or
a fascist dictatorship, or a parliament, or a communist dictatorship.
Voice or no voice, the people can always be brought to the bidding of
the leaders. That is easy. All you have to do is tell them they are 
being attacked, and denounce the pacifists for lack of patriotism and
exposing the country to danger.  It works the same in every country.
   -- Hermann Goering, Nazi and war criminal, 1883-1946



--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
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] backuppc and Win7

2011-06-06 Thread Tom Brown
In my experience with W7 and BackupPC, the c: drive does not need to be
shared. 

Rather than help troubleshoot your error. I'll outline what I do which is
100% successful on the network I administer.

0. I assume you've properly configured BackupPC.

1. Install cygwin-rsync-2.6.8_0 as 'c:\rsyncd' on the client (W7) machine. I
usually install the folder as an administrative user, but this may not be
necessary.

2. Create a 'backuppc' user on the W7 machine. Make sure user 'backuppc' is
password protected. Remember the password for the next step.

3. Alter c:\rsyncd\rsync.secrets so the 'login:password' pair is
'backuppc:the_backuppc_password' 

4. Make sure the following options in c:\rsyncd\rsync.conf cDrive module are
correct.

  [cDrive]
  path = c:
  comment = Entire Drive
  auth users = backuppc
  secrets file = c:/rsync/rsyncd.secrets
  hosts allow = 192.168.50.101 # Change to the IP of your backuppc server.
  strict modes = false
  read only = false
  list = false

5. Open a command line window with Administrator privileges. At the command
line run c:\rsyncd\services.bat. Check to make sure the rsyncd service is
running and set to run automatically after reboot.

6. Ensure the rsync.secrets file is read-only in Properties. 

7. In Windows Firewall allow the rsync program (c:/rsyncd/rsync.exe) to
receive and send traffic. You'll need to create a new firewall rule for both
inbound and outbound traffic.

8. Test the configuration at the server with rsync -av
backuppc@host-name::cDrive . Run the command from a temp directory which
you'll delete after the test. Or just try a backup from the BackupPC
intranet interface.

Once you have BackupPC running on the client PC, you might want to exclude a
large number of system files to make your backups much faster and the server
storage requirement smaller.

Two helpful links re exclusions:

http://www.cs.umd.edu/~cdunne/projs/backuppc_guide.html#7Vista
http://www.linux-geex.com/?p=268

Tom --
 
-Original Message-
From: higuita [mailto:higu...@gmx.net] 
Sent: Sunday, June 05, 2011 17:10
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] backuppc and Win7

Hi

On Sun, 5 Jun 2011 13:15:16 -0700, ow...@netptc.net wrote:
 all other machines on the LAN) and pings work fine.  Backuppc fires off
 the error Get fatal error during xfer (no files dumped for share C$).
 Any suggestions?

Yes... share the c drive... depending on your config, you might
not have the c$ share enabled by default (or restricted by the firewall
and network settings).

good luck
higuita
-- 
Naturally the common people don't want war... but after all it is the
leaders of a country who determine the policy, and it is always a 
simple matter to drag the people along, whether it is a democracy, or
a fascist dictatorship, or a parliament, or a communist dictatorship.
Voice or no voice, the people can always be brought to the bidding of
the leaders. That is easy. All you have to do is tell them they are 
being attacked, and denounce the pacifists for lack of patriotism and
exposing the country to danger.  It works the same in every country.
   -- Hermann Goering, Nazi and war criminal, 1883-1946



--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
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] backuppc and Win7

2011-06-06 Thread Holger Parplies
Hi,

higuita wrote on 2011-06-05 22:10:28 +0100 [Re: [BackupPC-users] backuppc and 
Win7]:
 On Sun, 5 Jun 2011 13:15:16 -0700, ow...@netptc.net wrote:
  all other machines on the LAN) and pings work fine.  Backuppc fires off
  the error Get fatal error during xfer (no files dumped for share C$).
  Any suggestions?
 
   Yes... share the c drive... depending on your config, you might
 not have the c$ share enabled by default (or restricted by the firewall
 and network settings).

shouldn't that lead to a different error? As I read the source, no files
dumped for share is produced for a dump where no other error was detected,
yet no files were read - perhaps due to insufficient permissions to access
any files (oh, and it's *Got* fatal error ..., so we know it's only an
approximation of the actual error message ;-).

More context from the XferLOG would probably help in determining the actual
problem. Are there error messages which BackupPC couldn't interpret leading
up to the no files dumped ...? Have you tried running the exact same
command BackupPC is trying from the command line? Can you connect to the
client machine with 'smbclient' (something like
'smbclient //host/C\$ -U backup-user', if 'backup-user' is what BackupPC is
using; see the man page for details) and list the contents of the share?

Regards,
Holger

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-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/


Re: [BackupPC-users] Recovery from archive

2011-06-06 Thread Les Mikesell
On 6/6/11 7:34 PM, Timothy Murphy wrote:
 I don't actually need this, fortunately,
 but I'm wondering if it is it possible to recover the material
 in a BackupPC archive on an external hard disk
 if the machine running BackupPC stops working?

 Is there any kind of BackupPC data on the machine itself
 required for recovery of the archived material?


Depending on when and how you installed, there may be bits and pieces in 
different places.  If you used one of the distribution-packaged versions you 
can 
use the package tools to see where things land (e.g. rpm -q --list 
packagename). 
  One approach would be to make a similar installation under VMware player or 
Virtualbox that you could fire up on about any hardware and connect the USB 
device to the virtual machine when you need it.

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

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-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/