[Bacula-users] STK SL-3000 experiences

2015-03-05 Thread tonyalbers
Thanks Davide, that's excellent news.

If anyone else has got anything to add, please do.

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] STK SL-3000 experiences

2015-03-05 Thread tonyalbers
Thanks everyone, sounds like it's going to work fine.

Now I just need to find out if we can also use the T1D drives we're 
considering..

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] STK SL-3000 experiences

2015-03-04 Thread tonyalbers
Hi guys,

Has anyone got any experience using bacula with the Storagetek SL-3000?  Or the 
SL-150 for that matter (they should behave the same way for what I'm told)

I'm looking for real-life experience here, not something like if it can be 
managed with mtx, then it _should_ work..

Thanks in advance,

Tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Plans for support block-based dedupe?

2013-01-04 Thread tonyalbers
Ok, it seems to me that there is some confusion of which kind of dedupe I'm 
referring to.

What I'm talking about is variable-length block-based target dedupe, that is, 
the DXi or DataDomain box receives all data from the client via the backup 
server (bacula SD) and then handles the deduplication and compression of these 
data. There is no dedupe or compression on the client or backup server itself 
of any sort.

This does not work in practice right now, since bacula does something to the 
backup stream that makes most of the blocks or segments unique.

I've tried this on a DXi and on a fileserver using SDFS, and both had only 5% 
data reduction after running three 6GB backups of the same filesystem on a 
client. In theory that should give us at least 66% data reduction ratio.

Please bear in mind that target dedupe is pretty much the industry standard, 
since RTO plays a huge role in deciding what type of backup and storage to use.

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Plans for support block-based dedupe?

2013-01-04 Thread tonyalbers
Hi Silver,

The downside of client-side dedupe is actually a combination of several things.

1. The client does the dedupe calculations etc. this means that it takes CPU 
resources on the client which it might not have.
2. Sometimes, client-side dedupe is chosen because of bandwidth limitations to 
the backup server (remote offices etc). In case of a large restore all files 
will have to be sent from the backup server to the client anyway, and this can 
be almost impossible because of the time it will take. That's the RTO side of 
it.
3. Partial restores can only be made to the client that did the backup, not to 
another client if necessary(redirected recover).

There are probably more, but these are just what I can think of straight away.

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Plans for support block-based dedupe?

2013-01-04 Thread tonyalbers
Spooling is definetely off.

using tar to dump the directory 3 times now.

1. Before first tar:

[root@dkarhbus02 download]# sdfscli -volume-info
Volume Capacity : 1.5 TB
Volume Current Size : 681 B
Volume Max Percentage Full : Unlimited
Volume Duplicate Data Written : 0 B
Volume Unique Data Written: 96 KB
Volume Data Read : 1.9 MB
Volume Virtual Dedup Rate (Dup/Total Bytes Written) : 0%
Volume Real Dedup Rate (DSE Size/Total Bytes Written) : -1.46195E7%
Volume Actual Storage Savings (Unique Blocks Stored/Current Size) : 
-2.11037458194E9%
[root@dkarhbus02 download]#

2. After first tar:
[root@dkarhbus02 download]# sdfscli -volume-info
Volume Capacity : 1.5 TB
Volume Current Size : 6 GB
Volume Max Percentage Full : Unlimited
Volume Duplicate Data Written : 32 KB
Volume Unique Data Written: 6 GB
Volume Data Read : 1.9 MB
Volume Virtual Dedup Rate (Dup/Total Bytes Written) : 0.0%
Volume Real Dedup Rate (DSE Size/Total Bytes Written) : -221.98%
Volume Actual Storage Savings (Unique Blocks Stored/Current Size) : -221.98%
[root@dkarhbus02 download]#

3. After second tar:
[root@dkarhbus02 download]# sdfscli -volume-info
Volume Capacity : 1.5 TB
Volume Current Size : 12.1 GB
Volume Max Percentage Full : Unlimited
Volume Duplicate Data Written : 12.1 GB
Volume Unique Data Written: 96 KB
Volume Data Read : 1.9 MB
Volume Virtual Dedup Rate (Dup/Total Bytes Written) : 100.0%
Volume Real Dedup Rate (DSE Size/Total Bytes Written) : -60.99%
Volume Actual Storage Savings (Unique Blocks Stored/Current Size) : -60.99%
[root@dkarhbus02 download]#

4. After the third tar:
[root@dkarhbus02 download]# sdfscli -volume-info
Volume Capacity : 1.5 TB
Volume Current Size : 18.1 GB
Volume Max Percentage Full : Unlimited
Volume Duplicate Data Written : 18.1 GB
Volume Unique Data Written: 128 KB
Volume Data Read : 1.9 MB
Volume Virtual Dedup Rate (Dup/Total Bytes Written) : 100.0%
Volume Real Dedup Rate (DSE Size/Total Bytes Written) : -7.33%
Volume Actual Storage Savings (Unique Blocks Stored/Current Size) : -7.33%
[root@dkarhbus02 download]#

Which looks good to me.

Now, we delete the tar files and do 3 backups using bacula:

1. After first backup:
[root@dkarhbus02 ~]# sdfscli -volume-info
Volume Capacity : 1.5 TB
Volume Current Size : 6 GB
Volume Max Percentage Full : Unlimited
Volume Duplicate Data Written : 0 B
Volume Unique Data Written: 6 GB
Volume Data Read : 1.9 MB
Volume Virtual Dedup Rate (Dup/Total Bytes Written) : 0%
Volume Real Dedup Rate (DSE Size/Total Bytes Written) : -321.8%
Volume Actual Storage Savings (Unique Blocks Stored/Current Size) : -321.81%
You have new mail in /var/spool/mail/root
[root@dkarhbus02 ~]#

2. After second backup:
[root@dkarhbus02 bacula]# sdfscli -volume-info
Volume Capacity : 1.5 TB
Volume Current Size : 12.1 GB
Volume Max Percentage Full : Unlimited
Volume Duplicate Data Written : 0 B
Volume Unique Data Written: 12.1 GB
Volume Data Read : 1.9 MB
Volume Virtual Dedup Rate (Dup/Total Bytes Written) : 0%
Volume Real Dedup Rate (DSE Size/Total Bytes Written) : -160.9%
Volume Actual Storage Savings (Unique Blocks Stored/Current Size) : -160.9%
[root@dkarhbus02 bacula]#

3. After the third backup:
[root@dkarhbus02 bacula]# sdfscli -volume-info
Volume Capacity : 1.5 TB
Volume Current Size : 18.1 GB
Volume Max Percentage Full : Unlimited
Volume Duplicate Data Written : 0 B
Volume Unique Data Written: 18.1 GB
Volume Data Read : 2 MB
Volume Virtual Dedup Rate (Dup/Total Bytes Written) : 0%
Volume Real Dedup Rate (DSE Size/Total Bytes Written) : -107.27%
Volume Actual Storage Savings (Unique Blocks Stored/Current Size) : -107.27%
You have new mail in /var/spool/mail/root
[root@dkarhbus02 bacula]#

So, looking at Volume Duplicate Data Written and Volume Unique Data Written 
it's obvious that the data created by bacula is not a good candidate for 
deduplication.

I haven't got the DXi online right now, but I'll test it out when I do and get 
back on that.

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Plans for support block-based dedupe?

2013-01-02 Thread tonyalbers
Hi everyone,

Does anyone know whether bacula can be made to work on a block-level dedupe 
storage system? Are there any plans to support this technology?

The reason I ask is that I've gotten a few requests from people who have 
devices like Quantum DXi's or DataDomain, and these both do block-level 
deduplication. 

Of course I could try to persuade them into using some other backup 
software(I'm actually working as a EMC NetWorker consultant), but they are on a 
limited budget.

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula FileDev and OpenDedup (sdfs)

2012-12-18 Thread tonyalbers
Hi guys,

I've created a sdfs mount, but when  I do backups using bacula to a file device 
on the sdfs mount, the dedupe ratio is almost 0, I've run 3 full backups from 
the same client, each job is about 2 GB:

[root@dkarhbus02 d0-sdfs]# sdfscli --volume-info
Volume Capacity : 1.5 TB
Volume Current Size : 6.1 GB
Volume Max Percentage Full : Unlimited
Volume Duplicate Data Written : 29.4 MB
Volume Unique Data Written: 6.1 GB
Volume Data Read : 727 KB
Volume Virtual Dedup Rate (Dup/Total Bytes Written) : 0.47%
Volume Real Dedup Rate (DSE Size/Total Bytes Written) : 0.46%
Volume Actual Storage Savings (Unique Blocks Stored/Current Size) : 0.46%
[root@dkarhbus02 d0-sdfs]#

I'm using inline dedupe.


Any ideas why?

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula FileDev and OpenDedup (sdfs)

2012-12-18 Thread tonyalbers
Hi John,

Thanks for the input. Compression is not enabled though.

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula FileDev and OpenDedup (sdfs)

2012-12-18 Thread tonyalbers
Blocksize is set to 32k.

Well thanks guys, I guess I'll go with mhvtl and lzo compression then.

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Fedora 16 - RHEL 5/6 Bacula RPM repository

2012-01-23 Thread tonyalbers
please have a look at the readme file at:

http://repos.fedorapeople.org/repos/slaanesh/bacula/README.txt

there's this note:

** The included /usr/share/doc/bacula-common-%{version}/README.Fedora contains
quick installation instructions and notes **

You'll find your quick answer by reading it. 

Thanks Simone, sorry for not reading the readme file. I thought it was only for 
Fedora.

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Fedora 16 - RHEL 5/6 Bacula RPM repository

2012-01-22 Thread tonyalbers
Hi all,

Simone, are the RHEL 6 packages compiled with mysql support? Whenever I try to 
start the director, i get this message in the log file:

22-Jan 17:43 bacula-dir JobId 0: Fatal error: postgresql.c:241 Unable to 
connect to PostgreSQL server. Database=bacula User=bacula
Possible causes: SQL server not running; password incorrect; max_connections 
exceeded.

But I'm running mysql, and it is working as it should be. Should I specify 
which database server I want to use somewhere?

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Centos 5.5 + Bacula + windows 2008 R2 client - nightmare!

2011-03-03 Thread tonyalbers
24-Feb 15:33 scorpion-fd JobId 3: Fatal error: Failed to connect to Storage daem
on: viper.oleo.co.uk:9103 

When working with UNIX based systems, read the log files, read them again and 
then suddenly it all shows up :o)

You'll get used to it.

/tony

+--
|This was sent by tony.alb...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users