Hello,

2013/5/9 Vahe Chahinian <vahe.chahin...@concordia.ca>

> Hi,
>
> I am trying to find out if I should use a Bacula client (Fd) on our
> fileserver or just mount the folders we want to back up onto our bacula
> server and then backup those folders locally.


Both cases are good and will work. Both have advantages and disadvantages,
i.e. NFS is not as efficient as Bacula communication protocol, especially
when you will backup a lot of files (a fileserver, in example :) ), but if
you need to compress or encrypt your data then using NFS allow you to move
compress or encryption computations from fileserver to backup server, etc.
You have to check what is best for you.


> I assumed that the hashing
> would be done on either the client or the server.


What hashing do you mean? Currently Bacula can perform MD5 or SHA1 file
digest computation during backup. It is performed on client side and cannot
be moved to backup server.


> Ideally I would like
> to put the least amount of strain on the file server.


Great, then NFS will be your friend.


> Also does the
> client hash the file to be backed up and send it to the server to see if
> the data has to be sent?


It sounds like block level data deduplication which is not currently
available.


> If that is the case then it might make more
> sense to just do the hashing on the file server to save a lot of network
> bandwith.
>

Yes it is. It is called "deduplication on source". Bacula currently has
deduplication on source (base jobs) but it works completely different then
that.

BTW. You should ask above questions which are not related to Bacula
development on bacula-users list instead of bacula-devel. Do this next time.

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to