Davis, Jacob wrote, sometime around 09/08/06 14:16:
> It appears that a crucial line break was missing from my original post.
> To be clear, get_newest_file.py accepts a single path argument and
> returns the fully qualified path to a single filename like so:
> 
>> $ get_newest_file.py /usr/local/backups/ 
>> /usr/local/backups/newfile.tar
> 
> Any ideas why Bacula does not like my FileList?
> 
>>     File = "'|get_newest_file.py /usr/local/backups/'"

>>>> Could not stat '|get_newest_file.py /usr/local/backups/': 
>> ERR=No such
>> file or directory

Bacula is looking for a file called:

|get_newest_file.py /usr/local/backups/

Take out your single quotes

-- 
Russell Howe
[EMAIL PROTECTED]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to