Le vendredi 17 Décembre 2004 07:46, Computer King a écrit :
> I am having the same problems with /usr/src /usr/ports directories
>
> Pierluigi Di Lorenzo wrote:
> >I'm a flexbackup user from about 4 months.
> >I'm having problem using $prune option to exclude some directory.
> >I'm backing up /home ($set{'backup'} = "/home";) using dump and I want to
> >exclude subdirectory /home/backup and /home/images/mondo
> >I tried with variuos combinations like:
> >$prune{'/'} = "backup images/mondo";
> >and others, with the same result of not excluding files from backup.
> >I read faq, perhaps I don't understand how regex works :(
> >Can someone explain how can I do this?
> >Thank's in advance!

Prune is per file systems, so use this :

$prune{'/home'} = "backup images/mondo";


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
flexbackup-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to