Unison做双向文件同步非常不错。
server a
unison /usr/www/ ssh://root@b//home/www/ -batch
server b
unison /home/www/ ssh://root@b//usr/www/ -batch
在一个项目中使用效果非常不错,比rsync方便一点点。
Unison做双向文件同步非常不错。
server a
unison /usr/www/ ssh://root@b//home/www/ -batch
server b
unison /home/www/ ssh://root@b//usr/www/ -batch
在一个项目中使用效果非常不错,比rsync方便一点点。