Re: [BackupPC-users] $incrDate format question

2005-08-11 Thread Chris Horn
Les Mikesell wrote: On Thu, 2005-08-11 at 10:57, Chris Horn wrote: Perhaps the issue is with /usr/local/bin/backuppc-tar. Is this a perl or shell script, or just a renamed gnu tar binary? If it a shell script then it is probably re-breaking args at whitespace. If so, you need $incrDate+ inst

[BackupPC-users] share name

2005-08-11 Thread Jean-Michel Beuken
Hello, a share has as name 'bckOT (D)' no problem with the smbclient : -- [EMAIL PROTECTED] o_tirions]$ smbclient -U tirions '\\xx.xx.xx.xx\bckOT (D)' Password: Domain=[PCTIRIONS] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] smb: \> dir ProfilesD0

Re: [BackupPC-users] $incrDate format question

2005-08-11 Thread Les Mikesell
On Thu, 2005-08-11 at 10:57, Chris Horn wrote: > > Perhaps the issue is with /usr/local/bin/backuppc-tar. Is this a > > perl or shell script, or just a renamed gnu tar binary? > > > > If it a shell script then it is probably re-breaking args at > > whitespace. If so, you need $incrDate+ instead

Re: [BackupPC-users] $incrDate format question

2005-08-11 Thread Chris Horn
> Perhaps the issue is with /usr/local/bin/backuppc-tar. Is this a > perl or shell script, or just a renamed gnu tar binary? > > If it a shell script then it is probably re-breaking args at > whitespace. If so, you need $incrDate+ instead of $incrDate. Ah, this is/was probably it (although I re

Re: [BackupPC-users] help

2005-08-11 Thread Rupert Hair
Quoting dosseh edjé <[EMAIL PROTECTED]>: > I want to know if there are something to do in particulary to configure > BackupPC-2.1.1 whith FEDORA CORE 3. I have some problems such as : > -Connecting clients without password with ssh ($Conf{XferMethod}='rsync'). You can't use passwords with ssh in

[BackupPC-users] help

2005-08-11 Thread dosseh edjé
Hello, I want to know if there are something to do in particulary to configure BackupPC-2.1.1 whith FEDORA CORE 3. I have some problems such as :   -Connecting clients without password with ssh ($Conf{XferMethod}='rsync').   -Setting cgi interface     Please i'm newer on linux system and tried to a

Re: [BackupPC-users] $incrDate format question

2005-08-11 Thread Craig Barratt
Chris Horn writes: > I have been trouble getting BackupPC to do a proper tar incremental > backup. The problem seems to be with tar and the $incrDate format. > my setup is all on localhost, with no SSH, or other remote access. > > Here is some sample log output: > > - SNIPPET OF LOG