我正在使用barman通过WSL使用本地Windows机器从远程服务器备份postgreSQL。它工作得很好,但必须每天手动完成。我正在尝试使用Windows Scheduler自动化它,但到目前为止还没有成功。我尝试过以下内容:
C:\Windows\system32\bash.exe -c -l "sudo barman backup remote-server"
放入cmd脚本并使用Windows Scheduler启动。C:\Windows\System32\bash.exe -c -l "sudo barman backup remote-server"
放在Windows Scheduler上。sudo barman backup remote-server
并运行bash -c -l '\mnt\c\backup.sh'
我不知道该怎么办。