Hello, Can you see a problem in this thinking : We have two business building not connected between them. Servers are not the same. I would like outsourcing data. Backups are done on two Ethernet HDD
I have not a decent internet connectivity and I have more than 500 GB. ____________________________________________________ Suivez toute l'actualité de la Nouvelle Star, retrouvez les dépêches, les
Author: Les Mikesell <lesmikesell AT gmail DOT com>
Date: Tue, 04 May 2010 07:50:15 -0500
With rsync the size doesn't matter much after you get the initial copy (which you might take on-site and carry over or let it run over a weekend). The bandwidth/time you need nightly would depend on
Author: Les Mikesell <lesmikesell AT gmail DOT com>
Date: Tue, 04 May 2010 07:19:32 -0500
If you have decent internet connectivity, why not set up a vpn between servers so they can both access both LANs all the time and take care of themselves? -- Les Mikesell lesmikesell AT gmail DOT com
With rsync the size doesn't matter much after you get the initial copy (which you might take on-site and carry over or let it run over a weekend). The bandwidth/time you need nightly would depend o
I will test it (but I want a full backup every week). We have a connection with 250 KB/s. My goal is not to centralize backups so I wondered if my solution will be good. Imagine if the company burns
What I would do is this: Setup backuppc for company A at the company B location Setup backuppc for company B at the company A location That way you will have total failover redundancy with no "lost w
Author: Les Mikesell <lesmikesell AT gmail DOT com>
Date: Tue, 04 May 2010 09:37:24 -0500
What I'm suggesting is that you have two complete servers, each backing up both locations, and probably nightly instead of weekly if you have the usual amount of idle time at night. Assuming that it
It's a very good idea. But with this solution I am forced to do a single full then incrementals. And I'm not sure the speed of upload will be sufficient. And configure BackupPC with : FullPeriod = -1
250k is plenty for this scenario. We run nightly incrementals with weekly fulls on all of our servers including the 4 remote sites. The 2 slowest of our remotes are 256k up and that is still suffici
Author: Erik Hjertén <erik.hjerten AT companion DOT se>
Date: Tue, 04 May 2010 17:42:08 +0200
With rsync the size doesn't matter much after you get the initial copy (which you might take on-site and carry over or let it run over a weekend). The bandwidth/time you need nightly would depend on
Author: Les Mikesell <lesmikesell AT gmail DOT com>
Date: Tue, 04 May 2010 11:08:51 -0500
Rsync full backups still only transfer the differences from the last full. They run slower than incrementals because they do a block checksum comparison even on unchanged files, but don't take a lot
Author: Les Mikesell <lesmikesell AT gmail DOT com>
Date: Tue, 04 May 2010 11:13:20 -0500
Smb/tar methods fulls transfer the entire content. Rsync methods compare the previous full to the current content and only transfer the differences. The difference between rsync fulls and incremental
I will look at how much data changes each day. I'm perplexed though your solution seems the best. ____________________________________________________ Suivez toute l'actualité de la Nouvelle Star, r
I can do a full backup that I archive and incremental rsync every night. Why not if the rate of change in the content it's good. I will look at how much data changes each day. _______________________
<snip> For the machines being backed up over the internet, I'd recommend setting IncrLevels to 1, 2, 3, 4, 5, 6 in order to minimize your bandwidth usage. I have used the setup Les describes, with In
Author: "Boniforti Flavio" <flavio AT piramide DOT ch>
Date: Thu, 6 May 2010 08:36:52 +0200
Hello people. I'm popping into this thread because I'm also running "outsourced backups" (me calling them "remote backups"). I'm successfully running a backuppc server at my office, which is backing
Hello, Maybe increase Full period if you use rsync ? ____________________________________________________ Suivez toute l'actualité de la Nouvelle Star, retrouvez les dépêches, les photos et les vidé
And as Rob say : ____________________________________________________ Suivez toute l'actualité de la Nouvelle Star, retrouvez les dépêches, les photos et les vidéos : http://evenementiel.voila.fr/No
Author: Adam Goryachev <mailinglists AT websitemanagers.com DOT au>
Date: Thu, 06 May 2010 17:36:35 +1000
Enable checksum-caching, modify IncrLevels so that you don't re-transfer more and more data during each incremental. Also, I frequently add bwlimit to rsync so it doesn't 'flood' the remote link duri