FAMLog


rsyncのバージョン確認方法

July 08, 2009

rsyncのバージョンを確認する方法の1つにrsyncコマンドを使用する方法があります。rsyncコマンドで--versionオプションを使用することで、rsyncのバージョンを確認できます。

Mac OS X v10.5.7では、rsyncのバージョン情報は次のように表示されます。なお、現時点におけるrsyncの最新バージョンは3.0.6です。

$ rsync --version
rsync  version 2.6.9  protocol version 29
Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
              inplace, IPv6, 32-bit system inums, 64-bit internal inums

rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.

Tag: Mac

このページの上へ