Re: [BackupPC-users] Backup multiple drives gives error "tree connect failed: NT_STATUS_BAD_NETWORK_NAME"

2007-07-13 Thread Craig Barratt
Arch writes: > If I backup one drive of a computer, all is A-OK. If I try to backup > a computer with multiple drives, I get an error saying "tree connect > failed: NT_STATUS_BAD_NETWORK_NAME". I tried separating them like > this 'C$, D$, W$'. You need to use: $Conf{SmbShareName} = [ 'C$', '

Re: [BackupPC-users] Backing up the Backup Directory

2007-07-13 Thread Les Mikesell
Brian Butler wrote: > Is it possible copy the contents of the backup directory to an external > USB hard drive to take offsite? Of course the external USB Hard drive > will need sufficient disk space to copy the contents over, but are there > any other issues? > > I envision the process to be

Re: [BackupPC-users] Windows 2003 Server

2007-07-13 Thread Arron Cox
Hi Brian, I'm currently backing up about 12 Windows Server 2003 boxes using rsyncd for windows from the backuppc download page. I do entire backups of the systems using a shadow copies of each drive. This allows me to reload the entire state of the server as it was from the last incremental.

[BackupPC-users] Backing up the Backup Directory

2007-07-13 Thread Brian Butler
Is it possible copy the contents of the backup directory to an external USB hard drive to take offsite? Of course the external USB Hard drive will need sufficient disk space to copy the contents over, but are there any other issues? I envision the process to be: 1. Connect the External USB Ha

[BackupPC-users] Windows 2003 Server

2007-07-13 Thread Brian Butler
I've been backing up clients very well since I got BackupPC configured correctly for my environment. The clients are either Windows XP or Windows 2000 PC's. Using rsyncd works very well on these clients. How does it work on a Windows 2003 Standard Server? I'd like to begin backing up the data

Re: [BackupPC-users] backuppc+ssh troubbles.

2007-07-13 Thread mna.news
Morning, > I have configured the user backuppc on my backuppc server to login to the > client machine using an authed key. > so the backup_client is a linux/unix type isn't it ? > > # > $Conf{ClientNameAlias} = 'backup_client'; this line is used for windows client and should be netbios name. why

[BackupPC-users] Backup multiple drives gives error "tree connect failed: NT_STATUS_BAD_NETWORK_NAME"

2007-07-13 Thread Arch Willingham
If I backup one drive of a computer, all is A-OK. If I try to backup a computer with multiple drives, I get an error saying "tree connect failed: NT_STATUS_BAD_NETWORK_NAME". I tried separating them like this 'C$, D$, W$'. The error log is shown below: Running: /usr/bin/smbclient truck\\C\

Re: [BackupPC-users] Renaming a host

2007-07-13 Thread Keith Edmunds
On Fri, 13 Jul 2007 16:36:32 +0200, [EMAIL PROTECTED] said: > Yes I did. I stopped the backuppc daemon, changed the config, and > started the daemon again. No luck though. Check the ownership of the host's directory and ensure that the user 'backuppc' has full access to both the directory and it

[BackupPC-users] Config for Apache

2007-07-13 Thread Gustavo Azambuja
Hi everyone please send to me the config for Apache, my conf is: ScriptAlias /BP/ /var/BackupPC/ # Setenv REMOTE_USER admin SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders AllowOverride None Options +ExecCGI -MultiV

Re: [BackupPC-users] Renaming a host

2007-07-13 Thread Rodrigo Real
Systeem- en Netwerkbeheer OW <[EMAIL PROTECTED]> writes: Hi One reasonable approach is to disable the backup from the old names, and to add the new ones as new hosts. It is not a great solution, but could work. Rodrigo > Keith Edmunds wrote: >> On Fri, 13 Jul 2007 16:11:26 +0200, [EMAIL PROTECT

Re: [BackupPC-users] Renaming a host

2007-07-13 Thread Systeem- en Netwerkbeheer OW
Keith Edmunds wrote: > On Fri, 13 Jul 2007 16:11:26 +0200, [EMAIL PROTECTED] said: > > >> Renaming it in the hosts file and renaming it's directory doesn't work. >> > > "doesn't work" in what way? In the console, I only see the new name, without any backups behind it. > I seem to recall th

Re: [BackupPC-users] Renaming a host

2007-07-13 Thread Keith Edmunds
On Fri, 13 Jul 2007 16:11:26 +0200, [EMAIL PROTECTED] said: > Renaming it in the hosts file and renaming it's directory doesn't work. "doesn't work" in what way? I seem to recall that that is all I did when I renamed a server. Did you reload the BackupPC configuration file after the rename? Keit

Re: [BackupPC-users] ssh keys and security

2007-07-13 Thread Rob Owens
Keith Edmunds wrote: > On Fri, 13 Jul 2007 09:39:15 -0400, [EMAIL PROTECTED] said: > > >> The user would need read-access to everything (in order to backup /home >> and some files in /etc), preferably without being able to run commands >> other than rsync. How would I achieve this? >> >

[BackupPC-users] Renaming a host

2007-07-13 Thread Systeem- en Netwerkbeheer OW
Hi all, We use Backuppc as our backup solution for our servers. Now we are in the midst of a server move / rename / function change of many servers. How can I just rename the host in Backuppc without losing my backups? Renaming it in the hosts file and renaming it's directory doesn't work. Any id

Re: [BackupPC-users] ssh keys and security

2007-07-13 Thread Keith Edmunds
On Fri, 13 Jul 2007 09:39:15 -0400, [EMAIL PROTECTED] said: > The user would need read-access to everything (in order to backup /home > and some files in /etc), preferably without being able to run commands > other than rsync. How would I achieve this? By using sudo (as I said). Sudo runs the

Re: [BackupPC-users] ssh keys and security

2007-07-13 Thread Rob Owens
Keith Edmunds wrote: > On Fri, 13 Jul 2007 09:24:25 -0400, [EMAIL PROTECTED] said: > > >> So to summarize, I'm looking for a way to limit what root can do through >> ssh. I'd appreciate any suggestions you folks could give me. >> > > Don't use the root account to login. Use an ordinary

Re: [BackupPC-users] ssh keys and security

2007-07-13 Thread Keith Edmunds
On Fri, 13 Jul 2007 09:24:25 -0400, [EMAIL PROTECTED] said: > So to summarize, I'm looking for a way to limit what root can do through > ssh. I'd appreciate any suggestions you folks could give me. Don't use the root account to login. Use an ordinary user account, and allow that account to run

[BackupPC-users] ssh keys and security

2007-07-13 Thread Rob Owens
I've been trying to figure out a good way of increasing the security related to my backuppc ssh keys. I'm using rsync to backup Linux machines over the internet, and backuppc is given root access to those machines. I don't like allowing ssh access to root and I'm trying to come up w/ a way to

[BackupPC-users] RE : update backuppc

2007-07-13 Thread Support IFM informatique
Thank you for the answer, I think that I would make the test the next week I would hold you with the informed one Support IFM informatique wrote: > Hello > > Which method with a minimum of risks to update backuppc since > version 2.1.2-6 I have doubts > > Thank you François > When I upgraded

Re: [BackupPC-users] update backuppc

2007-07-13 Thread Curt Grimley
Support IFM informatique wrote: > Hello > > Which method with a minimum of risks to update backuppc since > version 2.1.2-6 I have doubts > > Thank you François > When I upgraded from 2.x to 3.0 there were no problems with BackupPC itself. I needed to update to a current perl version, and

[BackupPC-users] failed: File name too long (91)

2007-07-13 Thread ilias
i'm getting this error when backing up files from windows using rsync. I've made a little rearch and it seems that this problem lies within cygwin. There seems to be a patch available that resolves this issue if you recompile the cygwin.dll including this patch. However this is a bit nasty approach

Re: [BackupPC-users] rsyncd and permissions

2007-07-13 Thread Keith Edmunds
On Wed, 11 Jul 2007 14:33:47 +0200, [EMAIL PROTECTED] said: > Btw I know it says uid = nobody but that's the default so removing it > will not fix this. What happened when you tried? Keith -- Keith Edmunds +-+ | Tiger Comput

Re: [BackupPC-users] backuppc+ssh troubbles.

2007-07-13 Thread Keith Edmunds
On Mon, 9 Jul 2007 10:49:58 -0400 (EDT), [EMAIL PROTECTED] said: > Any ideas where to look first? In the log file will be the exact ssh command that BackupPC tried to run (as user backuppc). Try running that command interactively as the backuppc user and see if you get an error. If you do, that's

Re: [BackupPC-users] Not getting all files on a C share from Win XP

2007-07-13 Thread Keith Edmunds
On Wed, 04 Jul 2007 17:52:10 -0600, [EMAIL PROTECTED] said: > For example, it backs up the 'Documents and Settings' folder but > none of the information in the subfolders that hold the user "My > Documents" data. Does the user you are using to access the share have permissions to read the files