[NBLUG/talk] Synchronizing strategies

Jordan Erickson jerickson at logicalnetworking.net
Sat Nov 22 10:57:44 PST 2014


I use rsync+ssh+rsnapshot+cron for a (albeit daily) backup of multiple
VMs in "the cloud" (my cloud) totaling about 1.5TB total to a local
disk, then another rsnapshot to an external disk about every month. It's
fast. rsync is designed to take large amounts of data and sync them
efficiently.

Is there a requirement for "every hour" (and not something more frequent
like, every time a file changes)? If not, maybe a trigger that whenever
a file changes, it's sync'd... I'm sure multiple avenues are possible
with some simple script-fu (and probably plenty of ready-to-go packages
as well).


Jordan Erickson (PGP: 0x78DD41CB)
LNS: 707-636-5678, http://logicalnetworking.net

 

On 11/22/2014 10:50 AM, steve wrote:
> On 11/22/2014 10:43 AM, Zack Gold wrote:
>> rsync + cron?
>>
>> On Nov 22, 2014 1:36 PM, "Omar Eljumaily" <omar at omnicode.com
>> <mailto:omar at omnicode.com>> wrote:
>>
>>     Does anybody know about file synchronization strategies, mainly for
>>     synching from a local file server to a cloud?  What I'm trying to
>>     accomplish is:
> For a terebyte???
> _______________________________________________
> talk mailing list
> talk at nblug.org
> http://nblug.org/cgi-bin/mailman/listinfo/talk



More information about the talk mailing list