On 2012-10-26 15:33, lst_ho...@kwsoft.de wrote:
> Zitat von noob1321 :
>
>> You didn't tell us how the line speed is, could that be an issue?
>> You could also look at if the files are small, small filesizes = bad
>> performance.
>>
>> if your network connection is speedy and the files are small yo
Zitat von noob1321 :
> You didn't tell us how the line speed is, could that be an issue?
> You could also look at if the files are small, small filesizes = bad
> performance.
>
> if your network connection is speedy and the files are small you could
> compress chunks of the data before backing up
You didn't tell us how the line speed is, could that be an issue?
You could also look at if the files are small, small filesizes = bad
performance.
if your network connection is speedy and the files are small you could
compress chunks of the data before backing up.
how does the backup perfor
On Fri, Oct 26, 2012 at 12:19 PM, Joseph Spenner wrote:
> In case anyone finds this useful, I wrote this to quickly show all the
> FileSets:
>
> -
>
> #!/usr/bin/perl
>
> @fileSetCommand=`echo "show fileset" | bconsole |grep FileSet`;
>
> foreach $line (@fileSetCommand) {
> $line =~ m/
In case anyone finds this useful, I wrote this to quickly show all the FileSets:
-
#!/usr/bin/perl
@fileSetCommand=`echo "show fileset" | bconsole |grep FileSet`;
foreach $line (@fileSetCommand) {
$line =~ m/\=(.*)/;
$fileSet=$1;
push (@fileSets, $fileSet);
}
Am 26.10.2012 12:14, schrieb trexman:
> Has nobody any idea?
>
> +--
> |This was sent by supp...@haiberg.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +---
On Fri, Oct 26, 2012 at 8:47 AM, Vijay Amirtharaj A
wrote:
> Hi All,
>
> I am using tandberg T40 Storage library with 2 drive, I have 32 TB luster
> file system in a single partition. I am using Bacula,right now i am taking
> backup by using one tape drive,is it possible to take backup 2 tape driv
Hi All,
I am using tandberg T40 Storage library with 2 drive, I have 32 TB luster
file system in a single partition. I am using Bacula,right now i am taking
backup by using one tape drive,is it possible to take backup 2 tape drive
for 1 luster partition.
--
Thanks
Vijay Amirtharaj A
-
Has nobody any idea?
+--
|This was sent by supp...@haiberg.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--
--
On 10/26/2012 08:56 AM, Paul Van Wambeke wrote:
>
> Hi
>
> I had very slow backup times with a Ubuntu server 10.04 running the
> Bacula director, 5.01 and handling a Windows 2008 R2 server with
> Bacula-fd 5.2. I discovered that the throughput of the ethernet adapter
> (broadcom) in the Windo
On 10/26/2012 04:04 AM, Jari Fredriksson wrote:
> 08.10.2012 10:31, mayak-cq kirjoitti:
>> hi all,
>>
>> i have a bacula instance that's been running fine for a long while ...
>>
>> i was able to tweak the volume retention to keep a maximum number of
>> backups available, until, a user saved a giga
On Thu, Oct 25, 2012 at 08:55:54AM -0700, warley wrote:
> Hi guys!
>
> Sometimes the mtx gives some errors, like this one:
>
> root@server1:~# mtx -f /dev/sg2 status
> Storage Changer /dev/sg2:1 Drives, 8 Slots ( 0 Import/Export )
> Data Transfer Element 0:Empty
> Storage Element 1:Full :
Hi
I had very slow backup times with a Ubuntu server 10.04 running the
Bacula director, 5.01 and handling a Windows 2008 R2 server with
Bacula-fd 5.2. I discovered that the throughput of the ethernet adapter
(broadcom) in the Windows Server was VERY low ..
I solved the problem after some
13 matches
Mail list logo