three_jeeps wrote:
>
> three_jeeps wrote:
>> Perhaps somebody can explain what this problem is and how to solve it.
>> I have a Debian machine running BackupPC and a windows xp machine that I
>> want to back up. Both machines are on a small local network served by a
>> router. I have a 3rd mac
three_jeeps wrote:
> Perhaps somebody can explain what this problem is and how to solve it.
> I have a Debian machine running BackupPC and a windows xp machine that I want
> to back up. Both machines are on a small local network served by a router.
> I have a 3rd machine on the network, runni
Lets try again, too many extra commas :)
What about something like this in your host config?
$Conf{RsyncShareName} = ['/your_actual_share', '/mnt/jj/share/docs'];
$Conf{BackupFilesExclude} = {
'/your_actual_share' => [
'/mnt/',
'/other_stuff_to_exclude'
]
};
Hope it helps, may be a
What about something like this?
$Conf{RsyncShareName} = ['/your_actual_share', '/mnt/jj/share/docs'];
$Conf{BackupFilesExclude} = {
'/your_actual_share' => [
'/mnt/',
'/other_stuff_to_exclude',
],
};
Hope it helps, may be a better way but I don't see it.
Luis A. Paulo
On Sat, Jan 23
> Your script seems to do exactly what I need. Thank you for sharing.
>
> But may I ask if you could give away a few more details about how
> DumpPreUserCmd should be filled to get the script to work.
>
> Should it look like this:
>
> /etc/backuppc/tunnel-control-script SSH_HOST SSH_USER SSH_
l...@consolejunky.net wrote:
> On 01/23/2010 07:29 PM, klemens wrote:
>> Am Samstag, den 23.01.2010, 11:54 -0600 schrieb Les Mikesell:
>>
>> or something like that ?
>>
>> linuxpc: # mii-tool eth0
>> eth0: negotiated 100baseTx-FD flow-control, link ok
>>
>>
>>
>
> Add a -v for more information
Perhaps somebody can explain what this problem is and how to solve it.
I have a Debian machine running BackupPC and a windows xp machine that I want
to back up. Both machines are on a small local network served by a router. I
have a 3rd machine on the network, running Ubuntu server (192.168.0.
On 01/23/2010 07:29 PM, klemens wrote:
> Am Samstag, den 23.01.2010, 11:54 -0600 schrieb Les Mikesell:
>
> or something like that ?
>
> linuxpc: # mii-tool eth0
> eth0: negotiated 100baseTx-FD flow-control, link ok
>
>
>
Add a -v for more information:
eth0: negotiated 100baseTx-FD, link ok
Am Samstag, den 23.01.2010, 11:54 -0600 schrieb Les Mikesell:
or something like that ?
linuxpc: # mii-tool eth0
eth0: negotiated 100baseTx-FD flow-control, link ok
> A common cause of very slow networking is having one of the connections
> configured for 'full duplex' where the other end is se
Chris Baker wrote:
>
>>> Are you sure the teamed NIC setup matches on the switch and
>>> server? It's not likely that you'll ever exceed 1 gig
>>> throughput with backuppc anyway.
>
> What do you mean by matches?
Teamed NICs need to be configured at both host and switch ends and at least on
Been reading through the backuppc docs and not quite sure how to do this.
The system I'm backing up is a linux box and it's being synced with rsync.
Could you give me an example of what this would look like in the config
file?
Thanks!
On Fri, Jan 22, 2010 at 10:10 PM, Luis Paulo wrote:
> You ma
>>Are you sure the teamed NIC setup matches on the switch and
>>server? It's not likely that you'll ever exceed 1 gig
>>throughput with backuppc anyway.
What do you mean by matches?
Throughput for this server is generally below average. Some of my older
workstations can get 4 MB/sec. This se
A while, I try to restore data on a windows machine but I have not succeeded
and I got this message "restore failed (abandoning restore)".
I checked the write permissions of the shared folder and still not work.
Please, have you any idea to get it work?
13 matches
Mail list logo