On 09/18/2010 06:55 PM, JanJaap Scholing wrote:
> Yes, i want to restore for example all the .doc files from a job with
> 1,000,000 files.
>
> With the find command in the restore shell i can find them, but not
> select them to restore, i have to mark them manualy.
>
> greets, JJ

You can use (my own) BaculaFS [1] to prefetch to cache files whose name
matches a regular expression:

baculafs -o 
driver=<mysql|postgresql|sqlite3>,user_cache_path=/path/to/cache/dir,client=some-fd,fileset=some-fileset,prefetch_regex='\.doc$'
/path/to/mount/point

If all goes well (alpha...), you should have all the doc files under the
user cache directory.

Cheers,
Avi


[1] http://pypi.python.org/pypi/BaculaFS/0.1.6

>
>
> > Date: Sat, 18 Sep 2010 09:08:31 -0400
> > From: d...@langille.org
> > To: janjaapschol...@hotmail.com; bacula-users@lists.sourceforge.net
> > Subject: Re: [Bacula-users] use find to mark files
> >
> > resending, this time with a CC to the list.
> >
> > On 9/18/2010 6:40 AM, JanJaap Scholing wrote:
> > > Hi List,
> > >
> > > Is it posible to use the find command to mark files during a restore
> > > file selection?
> >
> > Can you elaborate upon the problem you are trying to solve? Perhaps the
> > solution is not find.
> >
> > You can do a 'mark *' which selects everything within and below your
> > currently dir.
> >
> > --
> > Dan Langille - http://langille.org/
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
>
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>   

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to