[Ubuntu-zh] 求个软件类似windows下的公文包

姜伟 aitilang在163.com
星期四 十二月 20 09:47:56 GMT 2007


 
不错,用make file比用shell好多了。。。省去好多判断啊
 
 

在2007-12-20,"Yufeng Lan" <nlany.web在gmail.com> 写道:
man rsync
rsync也可以在本机两组文件上操作,用于增量同步,可以按照手册里的说明写个Makefile:
get:
        rsync -avub  /home/myfiles /media/disk/myfiles
put:
        rsync -avub . /media/disk/myfiles /home/myfiles
sync: get put
然后每次make sync就搞定了,不过一定要先测试几次,调整适合你需要的参数,强烈推荐b参数留备份。 



On Dec 20, 2007 8:23 AM, gao stone <gaoghy在gmail.com> wrote:
如果你可以随时接入网络,倒是建议你用google doc,它会记录下每天的变化(版本控制。)限制是文件不能太大。

在 07-12-20,LI Daobing<lidaobing在gmail.com> 写道:

> On Dec 20, 2007 12:59 AM, Francis Joe < francis.tm在gmail.com> wrote:
> > Bofu 写道:
> > > 因为工作需要,我经常要用U盘和电脑上的文件同步,主要是看哪个文件新,就覆
> > > 盖对方的文件!有没有这种软件
> > >
> > >
> > >
> > 写Bash脚本。
> >
> unison
> 好像有对应的界面
>
>
>
> --
> Best Regards,
>  LI Daobing
> --
> ubuntu-zh mailing list
> ubuntu-zh在lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>



--
gao stone
***************************************
ubuntu, humanity to others!
Say  "Yes" to OPEN SOURCE!
***************************************

-- 
ubuntu-zh mailing list
ubuntu-zh在lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh 


-------------- 涓嬩竴閮ㄥ垎 --------------
一个HTML附件被移除...
URL: https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20071220/08f8f6a0/attachment.htm 


More information about the ubuntu-zh mailing list