BackupPC-users

Re: [BackupPC-users] Viewing detail of a backup in progress?

2011-04-17 12:22:22
Subject: Re: [BackupPC-users] Viewing detail of a backup in progress?
From: Chris Bennett <chris AT ceegeebee DOT com>
To: Scott <coolcoder AT gmail DOT com>
Date: Mon, 18 Apr 2011 00:01:06 +0930
Hi Scott,

> Is it possible/how to view details on a backup in progress - for
> example, it would be great to see what file it is backing up, how
> many/how big the backup is so far.  Totals would be nice, like 100
> files totaling 200MB backed up out of 500 files totaling 2GB.
> 
> I have a slow backup and I have no idea how far along it is.

I don't any suggestions on measuring % completion or throughput, but
if you are using rsync on an OS that has strace available, you can do
something like:
  # strace -fp `pidof rsync` -e open
  [..]
  open("usr/lib/chromium-browser/xdg-mime", O_RDONLY) = 3
  open("usr/lib/chromium-browser/xdg-settings", O_RDONLY) = 3
  open("usr/lib/cli/Mono.Addins-0.2/Mono.Addins.dll", O_RDONLY) = 3
  [..]

on the host you are backing up.

You can do something similar on the backuppc server but you'll see I/O activity
on the file pool path, which may or may not be of use to you.

Hope that helps.

Regards,

Chris Bennett (cgb)

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
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/