I'm by no means an authority on the subject, but what you're doing is, in
my understanding about as good as any solution.

It's possible you could solve instead with some sort of replicated
filesystem. Netapp do something like this (although that would be an
expensive solution), as indeed do other storage vendors of various types.
You can do something similar with glusterfs or a bunch of other options of
a similar ilk. Honestly, rsync is probably better because it's far clearer
what's going on without too much complexity.

I guess you could refine a tiny bit by doing some sort of 'RunAfter' script
to copy the files as soon as the backup completes, but again, it's not
doing much you can't do with a cron job. We've elected for the cron
solution (we wait for the file(s) to reach a certain age before we do
anything), whereupon we encrypt and send to the cloud. The underlying
transport may be different, but the end result is much the same.

...Ralph

On Mon, Aug 15, 2016 at 1:15 PM, Michael Munger <[email protected]
> wrote:

> I have Bacula backing up all the machines on the network to computer 1 at
> site 1.
>
>
>
> I would like to replicate the backup volumes to computer 2 at site2 (so
> the data is off-site in case of fire).
>
>
>
> There is a cable internet connection and VPN available between site 1 and
> site 2 with decent speeds (sustained 500KBps on average. Example from rsync
> log: 2016/08/14 06:57:34 [16471] sent 43.54M bytes  received 18.88G bytes
> 586.76K bytes/sec)
>
>
>
> The current strategy is to have all the volumes only a 5 GB in size and
> using rsync.
>
>
>
> Is there a better way?
>
>
>
> Michael Munger, dCAP, MCPS, MCNPS, MBSS
> High Powered Help, Inc.
> Microsoft Certified Professional
> Microsoft Certified Small Business Specialist
> Digium Certified Asterisk Professional
> [email protected]
>
>
>
> ------------------------------------------------------------
> ------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. http://sdm.link/zohodev2dev
> _______________________________________________
> Bacula-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>


-- 

*Ralph Bolton*
Systems Administrator

*Calltracks Ltd*

Email:   [email protected]
Web:    www.calltracks.com
Tel:      +44 20 3199 9000
Fax:     +44 20 3199 9009
High availability call monitoring, tracking and NTS services. The opinions
expressed are those of the individual and not the company. Internet
communications are not secure and therefore Calltracks Ltd ("the company")
does not accept liability for any claims arising as a result of the use of
this medium for transmissions by or to the company. This email and any
files transmitted with it are confidential. If you are not the intended
recipient, you are hereby notified that any disclosure, distribution or
copying of this communication is strictly prohibited. Whilst we take every
reasonable precaution to screen out computer viruses from emails,
attachments to the email may contain such viruses. We cannot accept
liability for loss or damage resulting from such viruses. Calltracks Ltd is
registered in England and Wales 6539973 at Unit 15, 3rd Floor, 23-28 Penn
Street, London, N1 5DL
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to