Hi,
I decided to remove the hosts and the config.pl for the host and redo
everything.
SOmehow it works already. Guess I might have done wrong somewhere.
but glad it solve already.
Thanks loads guys.. =D
+--
|This was sent by
Lib.pm has a bug that appears twice:
The 2 occurrences of:
$cmd = join(" ", $cmd) if ( ref($cmd) eq "ARRAY" );
should be replaced by:
$cmd = join(" ", @$cmd) if ( ref($cmd) eq "ARRAY" );
Otherwise you are joining array refs rather than arrays which is
meaningless/error.
Also, I would sugg
Holger Parplies wrote at about 03:29:00 +0200 on Wednesday, July 20, 2011:
> Hi,
>
> sorry for not replying earlier. In case you're still wondering (otherwise for
> the archives) ...
>
> Jeffrey J. Kosowsky wrote on 2011-02-07 14:15:05 -0500 [[BackupPC-users]
> *BUMP* *BUMP* Re: BackupPC
On 8/1/11 6:37 PM, Michael Stowe wrote:
>> How do I specify a command to run before I execute my backup (in this
>> case tar).
>>
>> I need to rsh to a specific machine and create a snapshot before I backup.
>>
>> I tried:
>>
>> $Conf{TarClientCmd} = 'rsh -n mothership snap create data backuppc;
>>
> How do I specify a command to run before I execute my backup (in this
> case tar).
>
> I need to rsh to a specific machine and create a snapshot before I backup.
>
> I tried:
>
> $Conf{TarClientCmd} = 'rsh -n mothership snap create data backuppc;
> $tarPath --totals -c -v -f - -C $shareName/.snap
How do I specify a command to run before I execute my backup (in this
case tar).
I need to rsh to a specific machine and create a snapshot before I backup.
I tried:
$Conf{TarClientCmd} = 'rsh -n mothership snap create data backuppc;
$tarPath --totals -c -v -f - -C $shareName/.snapshot/backuppc
On 8/1/11 3:46 PM, Les Mikesell wrote:
> On 8/1/2011 5:25 PM, Rory Toma wrote:
>> On 8/1/11 3:05 PM, Les Mikesell wrote:
>>> On 8/1/2011 4:47 PM, Rory Toma wrote:
Let me say, the default command threw me for some time:
#$Conf{TarClientCmd} = '$tarPath -c -v -f - -C /mnt/$host/$sh
On 8/1/2011 5:25 PM, Rory Toma wrote:
> On 8/1/11 3:05 PM, Les Mikesell wrote:
>> On 8/1/2011 4:47 PM, Rory Toma wrote:
>>> Let me say, the default command threw me for some time:
>>>
>>> #$Conf{TarClientCmd} = '$tarPath -c -v -f - -C /mnt/$host/$shareName'
>>> #. ' --to
On 8/1/11 3:05 PM, Les Mikesell wrote:
> On 8/1/2011 4:47 PM, Rory Toma wrote:
>> Let me say, the default command threw me for some time:
>>
>> #$Conf{TarClientCmd} = '$tarPath -c -v -f - -C /mnt/$host/$shareName'
>> #. ' --totals';
>>
>>
>> as I interpreted the "." as a
Ah, now that I enable myself as an Admin, I see it. 8-)
thx
On 8/1/11 2:55 PM, Richard Shaw wrote:
> On Mon, Aug 1, 2011 at 4:50 PM, Rory Toma wrote:
>> On a side note, when I hand edit the client config, it seems that I have
>> to restart BackupPC to re-read the config file. Is there another wa
On 8/1/2011 4:47 PM, Rory Toma wrote:
>
> Let me say, the default command threw me for some time:
>
> #$Conf{TarClientCmd} = '$tarPath -c -v -f - -C /mnt/$host/$shareName'
> #. ' --totals';
>
>
> as I interpreted the "." as a tar argument, rather than perl syntax. 8-)
E
On Mon, Aug 1, 2011 at 4:50 PM, Rory Toma wrote:
> On a side note, when I hand edit the client config, it seems that I have
> to restart BackupPC to re-read the config file. Is there another way to
> do this? I did not try a HUP.
>From the CGI interface:
Admin Options -> Reload
Richard
---
On a side note, when I hand edit the client config, it seems that I have
to restart BackupPC to re-read the config file. Is there another way to
do this? I did not try a HUP.
On 8/1/11 2:47 PM, Rory Toma wrote:
> I ended up having to overwrite the tar command in my client config:
>
> $Conf{TarCl
I ended up having to overwrite the tar command in my client config:
$Conf{TarClientCmd} = '$tarPath --totals -c -v -f - -C $shareName';
Let me say, the default command threw me for some time:
#$Conf{TarClientCmd} = '$tarPath -c -v -f - -C /mnt/$host/$shareName'
#. '
- Original Message -
From: Bowie Bailey
To: backuppc-users@lists.sourceforge.net
Sent: 8/1/2011 5:02:54 PM
Subject: Re: [BackupPC-users] Backing up of Windows Client Machine
On 7/31/2011 10:25 PM, jiahwei wrote:
> Hi all,
>
> since I want to backup C$ only I have removed the lin
On 7/31/2011 10:25 PM, jiahwei wrote:
> Hi all,
>
> since I want to backup C$ only I have removed the line BackupFilesOnly.
>
> However it returned me the same error.
Some (most?) of us on the mailing list do not keep a history of past
messages. Please include enough context in your replies so th
16 matches
Mail list logo