Re: [BackupPC-users] backing up over WAN

2010-07-07 Thread Udo Rader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07.07.2010 16:57, Kameleon wrote:
>>> Yet what I have in mind would be "don't transfer a file if we already
>>> have it in the pool", thus drastically reducing the amount of data
>>> transferred over the net.
>>>
>>> IIRC, the rsync protocol per se should just allow that, but I am unsure
>>> if BackupPC utilizes it at that level.
>>>
>>> So is this "transfer minimization" doable with BackupPC?
>>
>> Rsync compares only against the last full backup tree on the same host,
>> transferring the differences.  Once you get started it will work the way you
>> want, but each new machine will transfer everything on the first run and if
>> the
>> same file is added on many machines, it will be copied separately from each,
>> then merged in the pool.   One thing you might do to to help get started
>> would
>> be to take the server on-site to each office for the first full run, then
>> move
>> to its permanent location.   Or if you have the bandwidth, perhaps you can
>> do
>> the initial run over a weekend.

Thanks to everyone for the clearance.

While not 100% the thing I had in mind, I think I can live with the
backup server travelling around a bit for the initial backups then.

- -- 
Udo Rader | CEO
BestSolution.at EDV Systemhaus GmbH | company
Eduard-Bodem-Gasse 5 | address
A-6020 Innsbruck | city
+43 512 935834 | phone
http://www.bestsolution.at | web
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMNKKRAAoJEJA9QoEqa9WByiMH/0MKpKJ3R7F8U11UNOZAwRuW
LHklLDPthv5AwNPaId3jvkeIelXccc6ZIVQDJtxESrGZdnDXlEF9nsrf0e9PLuwi
9byC4xS1AL12cRVbTjniJQaGPlJUjfwaQKfTulAULVIjkp+CNET3TaCznua4Enky
l6cfG3O6shgwDSI8aFMFNUkK9TtxI57R004G+fZbts5gYlFxpxLUTeWljMa0zt2d
PSUQF3umzJ3M1Eqadcy0p8jWJ4IkJtXSgBSbq13lURvFMRESOekUV/M+mDYszApS
0C+YJLY/9ZtumaeyPwi/h+jSwgtxcX4RTl2voZ4a8IwOV8r6yaQ/p3r2tL+Ba8o=
=6iwg
-END PGP SIGNATURE-

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] backing up over WAN

2010-07-07 Thread Kameleon
Yes, this is what we do with 4 of our sites that are off our fiber
ring. Although 2 have the bandwidth to complete the initial backup the
other 2 don't. So we just take the backup server on site and let it
get an initial full. As Les stated, after the initial full it will
work the way you intend.

Donny B.

On 7/7/10, Les Mikesell  wrote:
> Udo Rader wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Hi,
>>
>> we need to setup a "reasonable" backup solution for one of our
>> customers, consisting of a HQ office and two branches. The most
>> important requirement is off-site backup. Backup volume will be
>> approximately 50 GB per office for a full backup, meaning 150GB in total.
>>
>> So far, we have used backuppc for almost any backup solution, but this
>> time I am not 100% sure because of the "WAN" side of life.
>>
>> What I am wondering is if it was possible to retrieve files from the
>> clients more intelligently:
>>
>> If I understand BackupPC's pooling concept correctly, pooling takes
>> place after the file has been transferred to the server and is compared
>> to other files in the pool.
>>
>> Yet what I have in mind would be "don't transfer a file if we already
>> have it in the pool", thus drastically reducing the amount of data
>> transferred over the net.
>>
>> IIRC, the rsync protocol per se should just allow that, but I am unsure
>> if BackupPC utilizes it at that level.
>>
>> So is this "transfer minimization" doable with BackupPC?
>
> Rsync compares only against the last full backup tree on the same host,
> transferring the differences.  Once you get started it will work the way you
> want, but each new machine will transfer everything on the first run and if
> the
> same file is added on many machines, it will be copied separately from each,
> then merged in the pool.   One thing you might do to to help get started
> would
> be to take the server on-site to each office for the first full run, then
> move
> to its permanent location.   Or if you have the bandwidth, perhaps you can
> do
> the initial run over a weekend.
>
> --
>Les Mikesell
> lesmikes...@gmail.com
>
> --
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>

-- 
Sent from my mobile device

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] backing up over WAN

2010-07-07 Thread Les Mikesell
Udo Rader wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi,
> 
> we need to setup a "reasonable" backup solution for one of our
> customers, consisting of a HQ office and two branches. The most
> important requirement is off-site backup. Backup volume will be
> approximately 50 GB per office for a full backup, meaning 150GB in total.
> 
> So far, we have used backuppc for almost any backup solution, but this
> time I am not 100% sure because of the "WAN" side of life.
> 
> What I am wondering is if it was possible to retrieve files from the
> clients more intelligently:
> 
> If I understand BackupPC's pooling concept correctly, pooling takes
> place after the file has been transferred to the server and is compared
> to other files in the pool.
> 
> Yet what I have in mind would be "don't transfer a file if we already
> have it in the pool", thus drastically reducing the amount of data
> transferred over the net.
> 
> IIRC, the rsync protocol per se should just allow that, but I am unsure
> if BackupPC utilizes it at that level.
> 
> So is this "transfer minimization" doable with BackupPC?

Rsync compares only against the last full backup tree on the same host, 
transferring the differences.  Once you get started it will work the way you 
want, but each new machine will transfer everything on the first run and if the 
same file is added on many machines, it will be copied separately from each, 
then merged in the pool.   One thing you might do to to help get started would 
be to take the server on-site to each office for the first full run, then move 
to its permanent location.   Or if you have the bandwidth, perhaps you can do 
the initial run over a weekend.

-- 
   Les Mikesell
lesmikes...@gmail.com

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] backing up over WAN

2010-07-07 Thread Tyler J. Wagner
On Wednesday 07 July 2010 09:32:25 Udo Rader wrote:
> If I understand BackupPC's pooling concept correctly, pooling takes
> place after the file has been transferred to the server and is compared
> to other files in the pool.

No, a checksum is calculated for a file and then compared against the pool. If 
it doesn't exist in the pool, it is copied to the pc tree. After that is done, 
it is inserted into the pool by the linking process.

Corrections, anyone?

Regards,
Tyler

-- 
"In a time of universal deceit, telling the truth is a revolutionary act."
   -- George Orwell

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] backing up over WAN

2010-07-07 Thread Udo Rader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

we need to setup a "reasonable" backup solution for one of our
customers, consisting of a HQ office and two branches. The most
important requirement is off-site backup. Backup volume will be
approximately 50 GB per office for a full backup, meaning 150GB in total.

So far, we have used backuppc for almost any backup solution, but this
time I am not 100% sure because of the "WAN" side of life.

What I am wondering is if it was possible to retrieve files from the
clients more intelligently:

If I understand BackupPC's pooling concept correctly, pooling takes
place after the file has been transferred to the server and is compared
to other files in the pool.

Yet what I have in mind would be "don't transfer a file if we already
have it in the pool", thus drastically reducing the amount of data
transferred over the net.

IIRC, the rsync protocol per se should just allow that, but I am unsure
if BackupPC utilizes it at that level.

So is this "transfer minimization" doable with BackupPC?

Thanks in advance :-)

Udo Rader

- -- 
Udo Rader | CEO
BestSolution.at EDV Systemhaus GmbH | company
Eduard-Bodem-Gasse 5 | address
A-6020 Innsbruck | city
+43 512 935834 | phone
http://www.bestsolution.at | web
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMNDuZAAoJEJA9QoEqa9WBkPwH/jJUpqKzsR612WWO8rj5p7ea
K2oqeWi677WKu+B82eIp7THvbWOLKN3tl5V+VwPEBWxW1JAmNtiiRRQ5Au6CntiY
KY7SvsUq1GcR7fpPaT2BQ3bKTeNMWjnSmPEYD4ct1jDcCJl9R0d6SWTrgS+lJZF3
dXyGiwqp5jcJn9dgpKcHvLh12YtpNV5mFqsBM/WCRjbyykjmkoaobOXAyKnzXxaZ
cAVoyU6WgSmmzV9ls5b9s/bQXcjx1ORI3ZSK9xAAHiSNqzBfC2vzqnhz/9IJkUAu
We1coCQD+MnRMrl7An7egVfCpHtlJqA+hMQeg5037vgbFH8WqiXfr3E73+h4i0c=
=kK3c
-END PGP SIGNATURE-

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up over WAN connection

2006-01-30 Thread Carl Wilhelm Soderstrom
On 01/27 10:08 , Sean Gleason wrote:
> I am currently running BackupPC to a number of remote offices and have
> been recently asked to add another office that has way more data than
> the bandwidth could support during the initial FULL 

what I ended up doing when I ran into this issue, was breaking the backup
into parts (via rsync excludes), then gradually making the amount of data
excluded smaller and smaller.

It did end up taking months to go through the whole process tho; since they
didn't want backups running during the day.

This was to back up 80GB or so, moving it over a T1. more data, smaller
pipes, or greater urgency will of course make this much less attractive.

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up over WAN connection

2006-01-29 Thread Les Mikesell
On Sat, 2006-01-28 at 22:21, David Rees wrote:
> On 1/27/06, Sean Gleason <[EMAIL PROTECTED]> wrote:
> > ... build a white box and change the
> > config to point to the white box on the LAN for the first FULL than change
> > the config back to the WAN.  Would this work and has anyone done this in the
> > past.
> 
> This method will work, I have done basically the same thing before
> with good results.

Yes, you can change the config after some backups are in
place and it will still use them for rsync comparisons no
matter what else you change.  I've usually been able to
get my first run to complete over a weekend by manually
starting it on Friday but if that isn't going to work
for your size/bandwidth you can use some other tricks.

-- 
  Les Mikesell
   [EMAIL PROTECTED]




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up over WAN connection

2006-01-28 Thread David Rees
On 1/27/06, Sean Gleason <[EMAIL PROTECTED]> wrote:
> ... build a white box and change the
> config to point to the white box on the LAN for the first FULL than change
> the config back to the WAN.  Would this work and has anyone done this in the
> past.

This method will work, I have done basically the same thing before
with good results.

-Dave


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backing up over WAN connection

2006-01-27 Thread Sean Gleason








I am currently running BackupPC to a number of remote
offices and have been recently asked to add another office that has way more
data than the bandwidth could support during the initial FULL after the initial
FULL the bandwidth should be fine since there is only about 10MB of changed
files a day.  Is there any definitive way to copy the data locally at the
remote office have them ship it to the data center than backup the copy of the
data on the LAN than point the config back to the remote office.  Could an
external USB drive do this or could I build a white box and change the config
to point to the white box on the LAN for the first FULL than change the config
back to the WAN.  Would this work and has anyone done this in the
past.  Thanks in advance for any input.