搜索列表
-
Linux压缩打包命令使用方法
【Linux】Linux压缩打包命令使用方法
linux打包命令linux解压缩命令 -
Linux tar 压缩档案管理命令学习
【Linux】tar主要进行档案的压缩与解压缩,是比较常用的命令
tar压缩档案 -
CentOS 5.4 rsync+inotify配置触发式(实时)文件远程同步
【RedHat/Centos】Inotify 是文件系统事件监控机制,作为 dnotify 的有效替代。dnotify 是较早内核支持的文件监控机制。Inotify 是一种强大的、细粒度的、异步的机制,它满足各种各样的文件监控需要,不仅限于安全和性能。
CentOSrsyncinotify远程同步 -
portupgrade 中文手册(翻译)
【Unix/BSD】这个portupgrade手册页是根据 FreeBSD 6.2 release 的手册页进行翻译,不当之处,恳请指正 :-) PORTUPGRADE Section: User Commands (1) FreeBSD 软件名称: portupgrade portinstall - 通过ports或package升级安装包或者安装新软件的工具软件。 命令摘要: portupgrad
portupgrade中文手册 -
FC8下备份linux系统
【Fedora】linux系统可以使用tar来备份。我在FC8上装好了totem, mplayer, audacious, 并搞定了wifi后,我觉得该备份一下FC8系统。IBM R31+TP-LINK 310GWindows XP+FC8备份前在FC8下卸载了Windows分区(NTFS or FAT32),在网上参考了其他兄弟的建议,命令如下
系统备份--excludeFC8backup.tgztar使用应该恢复 -
用rsync实现网站镜像和备份
【RedHat/Centos】服务器端# more /etc/rsyncd.conf uid = nobodygid = nobodyuse chroot = nomax connections = 4pid file = /var/run/rsyncd.pidlock file = /var/run/rsync.locklog file = /var/log/rsyncd.log[wap]path = /usr/local/backup
备份网站实现 rsync通过ssh可以server用户