我知道谷歌翻译 API 每个请求有 5,000 个字符的限制,但在特定时间段内允许多少个请求?
google-translate
我正在尝试从dreamhost到另一台主机进行rsync备份,这是我想要使用的命令:
nohup rsync -e"/ usr/bin/ssh"--bwlimit = 2000 -av username@server.dreamhost.com:remote_directory local_directory&
我希望这个过程能够在后台继续运行,即使我断开连接也是如此.问题是,我不知道如何在后台进程时输入密码.我该怎么做呢?
linux bash nohup
bash ×1
google-translate ×1
linux ×1
nohup ×1