我想存储rsync附带的--password-file选项。我不想使用ssh public_private密钥加密。我已经尝试过这个命令:
rsync -avz --progress --password-file=pass.txt source destination
上面写着:
The --password-file option may only be used when accessing an rsync daemon.
因此,我尝试使用:
rsync -avz --progress --password-file=pass.txt source destination rsyncd
我正在创建一个cron作业来保持两个脏的同步。我在用rsync。我正在运行一个rsync守护进程。我看了手册,上面写着:
RSYNC_PASSWORD
Setting RSYNC_PASSWORD to the required password allows you to
run authenticated rsync connections to an rsync daemon without
user intervention. Note that this does not supply a password
在下面的ant build.xml片段中,我正在执行一个rsync操作。rsync命令提示输入密码。
问题是,当系统提示输入密码时,我输入一次密码,然后按enter键,什么也不会发生。因此,我再次输入(第二次)并按回车键,然后它就可以工作了。
我很奇怪,我必须输入它两次,我不明白为什么?
<!-- Define a target which publishes the final build apk to the test server. -->
<target name="upload" depends="release">
我想使用elisp来执行一个特权命令,然后在看到某些输出时使用过滤器进行进一步的处理。
我的理解是,经过详尽的RTFM‘’ing之后,我可以:
将default-directory设置为以"/sudo::/“开头的路径。
调用start-file-process启动将在sudo下运行的进程。
下面是我编写的一个函数,它试图这样做:
(defun start-vpn (config-file password-file callback)
"Starts the VPN connection, waits for a DHCP address,
then in