Robert Usle
Thu, 02 Feb 2006 03:49:01 -0800
Hello List,
I'm not familiar with perl regex. I've asked my friend,
who knows perl, but he did not manage to help.
I'm trying to backup all my /usr/home/*/www directories.
For example:
/usr/home/robert/www
/usr/home/tom/www
/usr/home/john/www
etc.
$set{'homes'} = "/usr/home";
should I use $prune or $exclude[x] for that ?
Is it possible ? Any examples ?
Thanks,
Robert