BackupPC-users

Re: [BackupPC-users] Designing a BackupPC install over a WAN - minimising Full backups

2009-01-23 01:40:31
Subject: Re: [BackupPC-users] Designing a BackupPC install over a WAN - minimising Full backups
From: Adam Goryachev <mailinglists AT websitemanagers.com DOT au>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 23 Jan 2009 17:38:40 +1100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Peter Wright wrote:
> Okay, in that case I think I've completely and utterly misunderstood
> what a full backup is in backuppc terminology (and the difference to
> an "incremental" backup).
> 
> I may have to resort to reading the documentation and/or the source
> code a little more carefully. Or conduct tests to see what *actually*
> happens on backup runs.
> 
> Thanks for your conscientious efforts in trying to explain. :)

Basically, the first full backup is starting from a blank destination
folder:
rsync -av --ignore-times source:/source dest
A future full is like this where dest contains everything from the
previous full:
rsync -av --ignore-times source:/source dest
Hence, rsync will only transfer (bandwidth) the changed data + new files

An incremental is like this where dest contains everything from the
previous full (or lower level incremental):
rsync -av source:/source dest

At least, that should give you a basic idea. So regardless of
incremental/full, rsync will not be transferring all the data. The real
life difference will be hardly noticeable, however, if you pay for each
MB, then just do all full backups which will give you the bare minimum
amount of traffic.

If your transfer type was smb or tar, then a full backup will transfer
ALL files + contents each time. This is why I figure most people would
use rsync :) Also, most of my backuppc systems are remote from the
machines being backed up.

Regards,
Adam

- --
Adam Goryachev
Website Managers
www.websitemanagers.com.au
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkl5Ze8ACgkQGyoxogrTyiUmagCgpuBPN4XrsK6Sk5M9xjOC1Vvy
UWMAniR1H7x6gof7Bn8OPO/72y7H2cKy
=xDTF
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/