BackupPC-users

Re: [BackupPC-users] Which files were actually backed up?

2010-04-09 10:11:02
Subject: Re: [BackupPC-users] Which files were actually backed up?
From: Josh Malone <jmalone AT nrao DOT edu>
To: <ltracchia AT alexanderconsultants DOT net>, "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 09 Apr 2010 10:09:18 -0400
On Fri, 09 Apr 2010 09:58:41 -0400, Leandro Tracchia
<itmanager AT alexanderconsultants DOT net> wrote:
> That means I have to know ahead of time which 
> directories were backed up. What I'm looking for is a 
> flat list of the full pathnames of files that were 
> backed up. A new list should be generated for every 
> job. I'm guessing there is no such feature for this.
> 
> Perhaps some programmers out there now how to 
> implement this.

# cd /path/to/backuppc/pc/yourclient

# /path/to/backuppc/bin/BackupPC_zcat XferLOG.<backup_number>.z | grep
'create ' | grep -v 'create d'
  create   700 4294967295/4294967295      162816 file_that_was_backed_up
  create   700 4294967295/4294967295      662528 another_file
  create   700 4294967295/4294967295      263680 yet_another

-Josh


-- 
--------------------------------------------------------
       Joshua Malone       Systems Administrator
     (jmalone AT nrao DOT edu)    NRAO Charlottesville
        434-296-0263         www.cv.nrao.edu
        434-249-5699 (mobile)
BOFH excuse #426:

internet is needed to catch the etherbunny
--------------------------------------------------------

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
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/