On Mon, Jul 18, 2016 at 8:26 AM, cardiganimpatience
<backuppc-fo...@backupcentral.com> wrote:
> I previously wrote:
> What's happening is that backup #12 is trying to go back to incremental #5 
> (which is the level 1 incremental.) I added many folders in-between 
> incremental #5 and incremental #10, and if I could get it to use a higher 
> incremental, like #7 I think it would include those large files already in 
> the pool.
> --
> I ended up just running a full backup again. Now I have another question:
> The "New files" summary shows about 25 GB of new files were imported during 
> this full backup, but the /var/lib/BackupPC//pc/$host/new folder grew to over 
> 285 GB during the backup. Is there a good way to estimate how much data was 
> transferred over the wire? Am I correct in guessing that it moved all the 
> files across the wire and held them in the /new folder until it could compare 
> them, then linked/discarded them as necessary?

If you are using rsync as the xfer method, only the changes are
transferred over the wire.  However, on the server side the changes
are merged with copies of the unchanged parts to create a complete
copy of the remote file which is then linked into the pool in the
usual way.   Also, files that are new or moved on the remote but exist
in the pool (from copies elsewhere) will be copied over the wire but
removed in the pooling process.  Unchanged files in the same location
should not be copied at all with rsync/rsyncd, but would be by other
methods using the timestamp to exclude existing files during
incrementals.

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

------------------------------------------------------------------------------
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
_______________________________________________
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/

Reply via email to