From manual:
But is it possible in Ubuntu Linux? I use .sh script to execute RealTimeSync. I try to generate the target folder path dynamically, so it will contain computer's hostname. I can output the hostname by commands:You can add a flexibility to a ffs_batch configuration file by creating new temporary environment variables in a bat or cmd file that are evaluated by FreeFileSync at runtime
export HOSTNAME
sh -c 'echo $HOSTNAME'
If it can be done, give an example, please!