发布时间:2013-11-04 22:54:47
方法一:使用命令df方法二:使用函数statfs()功能描述: 查询文件系统相关的信息。 用法: #include /* 或者 */ int statfs(const char *path, struct statfs *buf); int fstatfs(int fd, struct statfs .........【阅读全文】
发布时间:2013-10-22 15:20:57
原文网址:http://linux.chinaunix.net/techdoc/system/2008/09/20/1033351.shtml在对rsync服务器配置结束以后,下一步就需要在客户端发出rsync命令来实现将服务器端的文件备份到客户端来。rsync是一个功能非常强大的工具,其命令也有很多功能特色选项,我们下面就对它的选项一一进行分析说明。Rsync的命令格式可以为以.........【阅读全文】