>>>>> On Thu, 16 Jun 2022 02:36:37 +0200, Justin Case said: > > Hello John, > > I found this approach quite compelling: > > > On 16. Jun 2022, at 00:24, John Lockard <jlock...@umich.edu> wrote: > > > > |sh -c ’echo /mnt/cdat-*’ > No matter what characters i use for the ‘ I get "Error sending include list.” > (already put in the actual pathes for sh and echo). Log: bacula-dir JobId 0: > Fatal error: Error running program: /usr/bin/sh -c `/usr/bin/echo > /mnt/containerdata-*`. ERR=No such file or directory
The echo should be surrounded by single quotes (ascii 39) not backquotes or other weird non-ascii quotes. The "No such file or directory" error is probably because sh and echo are in /bin, not /usr/bin. __Martin _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users