Re: [BackupPC-users] Using Filesys::SmbClient for smb

2007-04-11 Thread Pradeep Raghavan
hiya, Thanks for the reply. Seems I should wait for sometime. cheers.. ./Pradeep On 4/11/07, Craig Barratt < [EMAIL PROTECTED]> wrote: Pradeep writes: > I am trying to make use of the Smbclient perl module for backing up my WinXX > machines. The steps I have taken are as detailed below > >

Re: [BackupPC-users] Backing up localhost - permission question

2007-04-11 Thread Holger Parplies
Hi, Eric Snyder wrote on 11.04.2007 at 20:15:50 [[BackupPC-users] Backing up localhost - permission question]: > I am setting up localhost to be backed up. In the help file at > http://backuppc.sourceforge.net/faq/localhost.html there is the > following blurb: > > "Make sure this script and al

[BackupPC-users] Backing up localhost - permission question

2007-04-11 Thread Eric Snyder
Hello all: I am setting up localhost to be backed up. In the help file at http://backuppc.sourceforge.net/faq/localhost.html there is the following blurb: "Make sure this script and all parent directories have no write permission. Then remove the -c from $Conf{TarClientCmd}

Re: [BackupPC-users] Resources for fixing File::RsyncP

2007-04-11 Thread John Buttery
* On Wednesday 11 April 2007 12:11, mattkelly <[EMAIL PROTECTED]> wrote: >Thanks for the reply. My system is running Ubuntu, so I don't know if > this yum repository is compatible. The libfile-rsyncp-perl package > is only version 0.52, and I don't know what source to add that might > have an up

Re: [BackupPC-users] Resources for fixing File::RsyncP

2007-04-11 Thread Chris Stone
> Thanks for the reply. My system is running Ubuntu, so I don't know if this > yum repository is compatible. The libfile-rsyncp-perl package is only version > 0.52, and I don't know what source to add that might have an updated version > 0.68. Does anyone else here use ubuntu and know of an upd

Re: [BackupPC-users] Resources for fixing File::RsyncP

2007-04-11 Thread mattkelly
Nils Breunese wrote: > Looks like you're missing a bunch of header files (lines 4-22 of your > output). On my CentOS system these are part of the glibc-headers > package, though if you're on CentOS/Red Hat/Fedora you might just as > well install perl-File-RsyncP from Dag Wieers yum repositor

Re: [BackupPC-users] Spurious tar status message interpreted as error

2007-04-11 Thread Craig Barratt
Jorg writes: > (27GiB, 7,0MiB/s)) > Backup aborted (Gesamtzahl geschriebener Bytes: 28282449920 (27GiB, 7,0MiB/s)) > > Is this a localization issue? Doesn't backuppc understand what tar is saying? Yes and yes. > How can I fix this? This is the standard config setting: $Conf{TarClientCmd}

[BackupPC-users] Spurious tar status message interpreted as error

2007-04-11 Thread Jörg Rüppel
Hello, I'm doing local backups using tar transfer, with this configuration: $Conf{TarClientCmd} = '/usr/bin/sudo $tarPath -c -v -f - -C $shareName --totals'; $Conf{TarClientRestoreCmd} = '/usr/bin/sudo $tarPath -x -p --numeric-owner --same-owner -v -f - -C $shareName'; $Conf{TarFullArgs} = '$fi

Re: [BackupPC-users] Using Filesys::SmbClient for smb

2007-04-11 Thread Craig Barratt
Pradeep writes: > I am trying to make use of the Smbclient perl module for backing up my WinXX > machines. The steps I have taken are as detailed below > > 1. Installed the perl module > 2. Loaded the perl module "SmbClient.pm" using the parameter > ***$Conf{PerlModuleLoad} > > After this step I

[BackupPC-users] Using Filesys::SmbClient for smb

2007-04-11 Thread Pradeep Raghavan
Hiya, I am trying to make use of the Smbclient perl module for backing up my WinXX machines. The steps I have taken are as detailed below 1. Installed the perl module 2. Loaded the perl module "SmbClient.pm" using the parameter ***$Conf{PerlModuleLoad} After this step I do not know where to go