Hi there!
Is there a way to run different commands with the "Run Script" Command, depending on the Backup level?
For example on a full backup, it should run "/home/script1.sh -n", but on diff and incr backups, it should run "/home/script2.sh -n -m".
I only found the character substitution "%l", but it does not change the actual command being run, thus it would require some kind of extra switching script to be installed on every client, which would make automation really hard.
Have a wonderful day!
Leon