On 05/02/13 20:35, F.Trojahn wrote:
> Hello list,
>
> I'm looking for a way to search for files or directories (not contents)
> within a host or within certain hosts. Especially when restoring parts
> of a host this would be useful.
>
> Is there any script for that on cmd line or could this be a feature for
> Frontend?
on backup server:
cd /var/lib/backuppc/pc/<hostname>/<backupnum>
find . | egrep -i "string1|string2|string3"

You can omit the backupnum if you want to find the file in older
backups, and/or omit the hostname for multiple hosts.

Short answer, no, long answer, probably in the next version, if that
ever gets written/released. A new release doesn't seem overly likely
given the lack of progress announcements over the past years (IMHO)...

Regards,
Adam

-- 
Adam Goryachev
Website Managers
www.websitemanagers.com.au


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
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