duplicati.commandline.exe restore "file://backup/path" --restore-path="/tmp/restore" --include="**/myfile.txt"

docker exec -it duplicati dotnet /app/duplicati/Duplicati.CommandLine.dll restore "your-backup-path" --targetpath="/restore" 
