Home
|
简体中文
|
繁体中文
|
杂文
|
Github
|
知乎专栏
|
Facebook
|
Linkedin
|
Youtube
|
打赏(Donations)
|
About
部分 VI. Backup, Recovery, and Archiving Solutions
上一页
下一页
知乎专栏
部分 VI. Backup, Recovery, and Archiving Solutions
File Transfer, Synchronize, Storage
目录
58. Logical Volume Manager (LVM)
58.1. 物理卷管理(physical volume)
58.1.1. pvcreate
58.1.2. pvdisplay
58.1.3. pvs
58.2. 卷组管理(Volume Group)
58.2.1. vgcreate
58.2.2. vgdisplay
58.2.3. vgs
58.2.4. vgchange
58.2.5. vgextend
58.2.6. vgreduce
58.3. 逻辑卷管理(logical volume)
58.3.1. lvcreate
58.3.2. lvdisplay
58.3.3. lvremove
58.4. Format
58.5. mount
58.5.1. lv
58.5.2. snapshot
58.6. snapshot backup
59. 文件传输
59.1. 跨服务器文件传输
59.1.1. scp - secure copy (remote file copy program)
59.1.2. nc - TCP/IP swiss army knife
59.2. wget - retrieves files from the web
59.2.1. 下载所有图片
59.2.2. mirror
59.2.3. reject
59.2.4. ftp 下载
59.3. axel - A light download accelerator - Console version
60. FTP (File Transfer Protocol)
60.1. lftp
60.1.1. pget
60.1.2. lftp 批处理
60.2. ncftp
60.2.1. batch command
60.2.2. ncftpget
60.2.3. ncftpput
60.3. FileZilla
60.4. vsftpd - The Very Secure FTP Daemon
60.4.1. 安装 vsftpd
60.4.2. ftp 帐号的shell权限
60.4.3. vsftpd 认证模块
60.4.4. chroot
60.4.5. FAT
60.5. ProFTPD + MySQL / OpenLDAP 用户认证
60.5.1. Proftpd + MySQL
60.5.2. Proftpd + OpenLDAP
60.6. Pure-FTPd + LDAP + MySQL + PGSQL + Virtual-Users + Quota
61. File Synchronize
61.1. rsync - fast remote file copy program (like rcp)
61.1.1. 安装Rsync与配置守护进程
61.1.2. rsyncd.conf
61.1.3. rsync 参数说明
61.1.4. step by step to learn rsync
61.1.5. rsync examples
61.1.6. rsync for windows
61.1.7. 多进程 rsync 脚本
61.2. tsync
61.3. lsyncd
61.3.1. 安装
61.3.2. 配置 lsyncd.conf
61.3.3. 配置演示
61.4. Unison File Synchronizer
61.4.1. local
61.4.2. remote
61.4.3. config
61.5. csync2 - cluster synchronization tool
61.5.1. server
61.5.2. node
61.5.3. test
61.5.4. Advanced Configuration
61.5.5. 编译安装
61.6. synctool
62. File Share
62.1. NFSv4
62.1.1. Ubuntu
62.1.2. CentOS
62.1.3. exports
62.1.4. NFS For Windows
62.1.5. exportfs - maintain table of exported NFS file systems
62.1.6. macOS
62.1.7. Parallel NFS(pNFS)
62.2. Samba
62.2.1. install
62.2.2. smb.conf
62.2.3. Samba 相关命令
62.2.4. FAQ
63. Distributed File Systems
63.1. DRBD (Distributed Replicated Block Device)
63.1.1. disk and partition
63.1.2. Installation
63.1.3. configure
63.1.4. Starting
63.1.5. Using
63.2. Network Block Device protocol
63.2.1. nbd-server - Network Block Device protocol - server
63.2.2. nbd-client - Network Block Device protocol - client
63.3. GridFS
63.3.1. nginx-gridfs
63.3.2. lighttpd-gridfs
63.4. Moose File System
63.4.1. Master server installation
63.4.2. Backup server (metalogger) installation
63.4.3. Chunk servers installation
63.4.4. Users’ computers installation
63.4.5. Testing MFS
63.5. LizardFS
63.6. Ceph
63.6.1. Installation on Ubuntu
63.6.2. Installation on CentOS
63.6.3. Block Devices
63.7. GlusterFS
63.7.1. glusterfs-server
63.7.2. glusterfs-client
63.7.3. Testing
63.7.4. RAID
63.7.5. Filesystem Administration
63.7.6. CentOS 6.3
63.8. Lustre
63.9. MogileFS
63.10. Kosmos distributed file system (KFS)
63.11. Hadoop - HDFS
63.12. BeeGFS - The Parallel Cluster File System
63.13. Coda
63.14. OpenAFS
64. Shared Storage
64.1. Oracle OCFS2
64.1.1. 安装
64.2. GFS2
64.3. fam & imon
65. Network Attached Storage(NAS 网络附加存储)
65.1. Network Storage - Openfiler
65.1.1. Accounts
65.1.2. Volumes
65.1.3. Quota
65.1.4. Shares
65.2. OpenMediaVault
65.3. FreeNAS
66. Backup / Restore
66.1. 备份策略
66.1.1. Incremental backup
66.1.2. Differential backup
66.2. btrbk.noarch : Tool for creating snapshots and remote backups of btrfs sub-volumes
66.3. dump / restore
66.4. Bacula, the Open Source, Enterprise ready, Network Backup Tool for Linux, Unix, Mac and Windows.
66.4.1. Install Backup Server
66.4.2. Install Backup Client
66.5. Amanda: Open Source Backup
66.6. Attic - 拥有重复数据删除技术的备份软件
66.6.1. 安装 Attic
66.6.2. 快速开始
66.7. SafeKeep
66.8. Opendedup
67. inotify
67.1. inotify-tools
67.2. Incron - cron-like daemon which handles filesystem events
67.2.1. incrontab - inotify cron table manipulator
67.2.2. 使用说明
67.3. inotify-tools + rsync
67.4. pyinotify