rsync

  • 网络远程同步
rsyncrsync
  1. The rsync tool is a much better solution for proper synchronization .

    rsync工具是更好的文件同步解决方案。

  2. You can also use rsync to list files .

    您还可以使用rsync列举文件。

  3. You may also wish to use UNIX utilities like rsync to help out .

    您可能还希望使用一些UNIX工具(如rsync)来帮助您解决问题。

  4. By the way , you need have rsync previously installed .

    (顺便说一句,需要先安装rsync)。

  5. There are some additional options you may want to specify when using rsync .

    在使用rsync时,可能需要指定另外几个选项。

  6. Use rsync or a similar tool to propagate your environment from one machine to another .

    使用rsync或者类似的工具,将您的环境从一台计算机传播到另一台计算机。

  7. Like scp , you can use rsync to copy files locally .

    与scp一样,您可以使用rsync在本地进行文件复制。

  8. Rsync man page : Read the rsync man page .

    rsync手册页:阅读rsync的手册页。

  9. The best tool for distributing files is rsync .

    最好的文件分布工具是rsync。

  10. Using rsync only , it is not possible to encrypt the files .

    只使用rsync是无法加密文件的。

  11. In addition to the local copies , rsync also performs remote copies using ssh .

    除了本地复制之外,rsync还可以使用ssh执行远程复制。

  12. Let 's look at some common uses of rsync as review , then look at more advanced applications .

    我们先来回顾一下rsync的一般用法,然后讨论更高级的应用。

  13. Having ready access to that information , by using tar or rsync , can often be more effective .

    通过使用tar或rsync,做好对该信息进行访问的准备,这样通常将更加有效。

  14. Rsync has two additional modes .

    rsync还有两种模式。

  15. Rsync : Visit the project home page to read more about rsync and follow its development .

    rsync:访问项目主页,进一步了解rsync及其开发进度。

  16. Again , read the man page for rsync to learn more of its tricks .

    同样的,有关rsync的更多使用技巧,请阅读man页面。

  17. So , let 's start using rsync and directly synchronize your laptop with a remote server .

    现在,我们使用rsync把笔记本计算机直接同步到一个远程服务器。

  18. Try & verbose to watch rsync in action .

    可以尝试使用&verbose选项,以便在rsync命令执行的过程中进行观察。

  19. Unlike cp , the source and destination of an rsync operation can be local or remote .

    但是,与cp不同,rsync操作的源和目标既可以是本地的,也可以是远程的。

  20. Better yet , rsync transfers only the data that 's changed , minimizing the amount of data transferred .

    然而更有价值的是,rsync仅对那些更改过的数据进行传输,这样可以使得传输的数据量最小化。

  21. Rsync : This tool is a directory synchronization that copies directories between local and remote systems .

    Rsync:这是一种目录同步工具,可以在本地和远程系统之间进行目录复制。

  22. Not all rsync features are available , but for most users , the included options will be enough .

    Grsync并没有提供rsync的所有特性,但是对于大多数用户来说,它包含的选项已经足够了。

  23. There are far more options ; check rsync & help and man rsync for a complete list .

    rsync还有许多选项;可以通过rsync&help和manrsync了解所有选项。

  24. Rsync has a lot of options .

    rsync有许多选项。

  25. This variation of rsync mirrors the local doc directory in your home directory on destination .

    这个变化的rsync命令在目标计算机上您的home目录中创建本地doc目录的镜像。

  26. Rcp and rsync : Must be allowed to run on the machine the kernel was built on .

    rcp和rsync:必须允许它在构建内核的机器上运行。

  27. The & recursive ( - r ) option makes rsync copy all directories recursively .

    recursive(-r)选项让rsync递归地复制所有目录。

  28. The rsync tool can be an effective way of copying and synchronizing files , especially over slower links .

    对于复制和同步文件,尤其是在较慢的连接中,rsync工具可能是一种有效的方法。

  29. Luckily , there 's an amazing utility called rsync that synchronizes sets of files .

    幸运的是,有一个名为rsync的神奇的实用程序,它可以对文件集进行同步。

  30. If you must change the rsync command , say , to add another option , there 's only one instance to edit .

    如果您必须更改rsync命令,比如说添加另一个选项,则只需编辑一个实例。