Re: [BackupPC-users] session setup failed: NT_STATUS_LOGON_FAILURE when using PASSWD environment variable

2007-10-27 Thread Craig Barratt
David writes: > Check this page on the wiki > > http://backuppc.wiki.sourceforge.net/brokensambaversion I'm not sure this is exactly the same issue that was being asked about, but this is a great way to respond to a repeated question! Thanks for adding it to the Wiki. Thanks, Craig --

Re: [BackupPC-users] session setup failed: NT_STATUS_LOGON_FAILURE when using PASSWD environment variable

2007-10-27 Thread David Nalley
Check this page on the wiki http://backuppc.wiki.sourceforge.net/brokensambaversion On Saturday 27 October 2007 14:37:19 Kenneth Porter wrote: > I can successfully connect to my Windows 2003 R2 x64 server by > interactively logging in with smbclient, typing the password at the prompt. > It also

[BackupPC-users] session setup failed: NT_STATUS_LOGON_FAILURE when using PASSWD environment variable

2007-10-27 Thread Kenneth Porter
I can successfully connect to my Windows 2003 R2 x64 server by interactively logging in with smbclient, typing the password at the prompt. It also works if I use the "-U user%password" syntax. But it fails if I pass the password in the PASSWD environment variable. Using samba-3.0.23c-2.el5.2.0.

Re: [BackupPC-users] Can't get excludes to work

2007-10-27 Thread Arch Willingham
Oops...you are right! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nils Breunese (Lemonbit) Sent: Saturday, October 27, 2007 1:31 PM To: backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] Can't get excludes to work Arch Willingham wrote:

Re: [BackupPC-users] Can't get excludes to work

2007-10-27 Thread Nils Breunese (Lemonbit)
Arch Willingham wrote: I'm using Samba (SMB?). The kicker is that when I change something, if I'm wrong, it bogs down trying to download 168GB from a directory I don't want. Can't you setup a dummy share for testing? Nils Breunese. PGP.sig Description: Dit deel van het bericht is digitaa

Re: [BackupPC-users] Can't get excludes to work

2007-10-27 Thread Arch Willingham
I'm using Samba (SMB?). The kicker is that when I change something, if I'm wrong, it bogs down trying to download 168GB from a directory I don't want. Arch -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Travis Fraser Sent: Saturday, October 27, 2007 11:49

Re: [BackupPC-users] Can't get excludes to work

2007-10-27 Thread Travis Fraser
On Sat, 2007-10-27 at 10:49 -0400, Arch Willingham wrote: > When all else fails, try em' all! I don't know which part fixed it but this > ended up working: > Maybe try eliminating them one at a time to see? Also, what transfer method are you using? > > $Conf{BackupFilesExclude} = { > '\\backup

Re: [BackupPC-users] Can't get excludes to work

2007-10-27 Thread Arch Willingham
When all else fails, try em' all! I don't know which part fixed it but this ended up working: $Conf{BackupFilesExclude} = { '\\backup\\*' => [ '' ], '/backup/*' => [ '' ], '*' => [ '\\backup\\*', '/backup/*' ] }; Arch -Original Message- From: [EMAIL PROT