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
--
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
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.
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:
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
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
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
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