
1 lusin 2013 年 4 月 22 日 我是想知道如何将本地的数据同步到LINUX服务器 网站本地更新频繁,数据如何自动同步到服务器:) |
2 feiandxs 2013 年 4 月 22 日 在key设置好的情况下 rsync -avz user@linode_ip:/dir/data/* ~/backup/ 加入cron执行 windows下安装cwrsync的客户端用计划任务执行 or seafile/aerofs/dropbox 1L的话反过来就行。 |
4 feiandxs 2013 年 4 月 22 日 对了楼主,这种问题下次问之前可以多搜索搜索。真的。 尤其不要在cpyug的邮件列表里问这么初级的问题,以及就算你实在憋不住要问,请加[OT]标签。谢谢。 |
5 c4tn 2013 年 4 月 22 日 最简单的下载一个winscp |
7 cnxh 2013 年 4 月 22 日 dropbox + cron |
8 wangkangluo1 2013 年 4 月 22 日 集成软件:http://wangkangle.com/pub/tools/MobaXterm_Personal_4.0.exe rsync -avP -e ssh [email protected]:/root/paths/test.tar.gz ./ |
9 kenneth OP @wangkangluo1 想问下如果本地是windows的如何写路径呢?能否用rsync? |
12 shierji 2013 年 4 月 22 日 我都是用github中转这边push那边pull= = 主要是不想自己搭git服务器 |
13 wangkangluo1 2013 年 4 月 22 日 @kenneth 本地目录ls :Drivers 可直接使用rsync通过ssh 与远程同步 rsync -avP -e ssh [email protected]:/root/paths/test.tar.gz /root /paths |
14 kenneth OP cygwin中的rsync为什么同步不下来?大家遇到过? |
15 kenneth OP @feiandxs @wangkangluo1 还是同步不下来啊?哪里错了? rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender= 3.0.9] rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(610) [Receive r=3.0.8] |
16 wangkangluo1 2013 年 4 月 24 日 @kenneth 你用的指令? |
18 feiandxs 2013 年 4 月 25 日 |
19 ftao 2013 年 4 月 25 日 或者考虑新出的 BitTorrent Sync , 挺合适的。 http://labs.bittorrent.com/experiments/sync.html |
20 jint 2013 年 4 月 25 日 via Android BitTorrent Sync +1 |