Hi, I try to customize a Fileset with the following command:
File = '|sh -c "echo D://Backup//%n"' Basically I want to backup the folder under D:\Backup with the same name as the jobname. This Fileset is used in a few jobs, and the Backupjobs contain the D:\Backup\Jobname and the D:\Backup\PreviousJobName folders. So if I use the Fileset in the following jobs: job1 job2 job3 job4 job2 will contain: D:\Backup\job1 D:\Backup\job2 job3 will contain: D:\Backup\job2 D:\Backup\job3 and so on.... What do I do wrong? Unfortunately the character substituion doesn't seem to work in a File resource. I tried File = D://Backup//%n But it doesn't substitute %n with jobname. Thanks in advance. Robert -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
