rsync --list-only root@192.168.4.140: 使用系统用户, 列出 root 根目录下面的内容 rsync --list-only root@192.168.4.140:: 使用rsync用户, 列出 rsync 所有的(可见的)模块 : 后面可以直接跟一个目录名/ 文件名, 密码错了可以输入2, 总共3次 [root@es ~]# rsync --list-only root@192.168.4.140:lkte...
[root@xuexi ~]# rsync --list-only --port888 rsync_backup@172.16.l0.6::longshuai/a/b --password-file=/tmp/rsync_passwd 还可以使用url格式语法: [root@xuexi ~]# rsync --list-only rsync://rsync_backup@172.16.l0.6:888/longshuai/a/b --password-file=/tmp/rsync_passwd 2.6 远程shell方式...
打开命令行 cd C:\Program Files\cwRsync\bin rsync --list-only 192.168.89.131::bakup //bakup是刚刚在服务器定义的模块 --list-only 是列表可同步的文件 rsync -vzrtop --progress 192.168.89.131::bakup/data /cygdrive/e/data //把服务段的/data文件同步到客户端e盘的data下 已经同步到了/data下面 ...
ignore errors # 忽略某些IO错误信息 read only = false # 指定该模块是否可读写,即能否上传文件,false表示可读写,true表示可读不可写。所有模块默认不可上传 write only = false # 指定该模式是否支持下载,设置为true表示客户端不能下载。所有模块默认可下载 list = false # 客户端请求显示模块列表时,该模块是否...
7. rsync --list-only tom@192.168.0.254:: #显示192.168.0.254服务器所有的模块名称,需要服务器端配置list=true才会显示 8. 客户端每次连接服务器都需要输入密码很麻烦,可以创建密码文件rsync.pass,在其中包含密码,然后使用--password-file指定此文件
rsync --list-onlyroot@192.168.145.5:: 同步文件 从远程同步文件到本地 rsync -avz --password-file=/etc/rsyncd.password root@192.168.0.144::test /opt/u01/ rsync -avz 密码文件位置 服务端用户名@服务端IP::自定义模块名 同步到本地的地址
--list-only list the files instead of copying them --bwlimit=RATE limit socket I/O bandwidth --write-batch=FILE write a batched update to FILE --only-write-batch=FILE like --write-batch but w/o updating dest --read-batch=FILE read a batched update from FILE ...
rsync --list-only remote_username@remote_ip:remote_folder 守护程序传输模式 说明 如需使用守护程序传输模式,您必须事先准备一台已运行rsync守护程序的远程主机。 在守护进程模式下,rsync服务器会开放873端口,以等待客户端连接。连接时,rsync服务器会对口令进行验证,若验证通过,则可以进行文件传输。在首次连接完成后...
$ rsync--list-only root@192.168.145.5:::rhel4home+++++++++++++++++++++++++Welcome to use the mike.org.cn rsync services!2002---2009+++++++++++++++++++++++++Password:drwxr-xr-x40962009/03/1521:33:13.-rw-r--r--10182009/03/0202:33:41ks.cfg-rwxr-xr-x212882009/03/1521...
# rsync --list-only root@192.168.145.5:: +++++++++++++++++++++++++ Welcome to use the mike.org.cn rsync services! 2002---2009 +++++++++++++++++++++++++ rhel4home This is RHEL 4 data 注:前面是rsync所提供的数据源,也就...