On Wed, 03 Feb 2010 14:29:05 -0800, John Jason Jordan <joh...@comcast.net> 
wrote:
> - *.iso
> - *.ISO
> 
> To get the script to run I had to delete the last two. Apparently my
> syntax is faulty, but I can't figure out how to do it. The instructions
> in the man page were written for someone smarter than me.

Your problem is that '*' doesn't match directories.  So you want **.iso,
I think (or is it **/*.iso?  I'm not completely clear on how ** works.)

--
R. David Murray                                      www.bitdance.com
Business Process Automation - Network/Server Management - Routers/Firewalls


_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to