Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

部分 VI. Backup, Recovery, and Archiving Solutions

File Transfer, Synchronize, Storage

目录

59. Logical Volume Manager (LVM)
59.1. 物理卷管理(physical volume)
59.1.1. pvcreate
59.1.2. pvdisplay
59.1.3. pvs
59.2. 卷组管理(Volume Group)
59.2.1. vgcreate
59.2.2. vgdisplay
59.2.3. vgs
59.2.4. vgchange
59.2.5. vgextend
59.2.6. vgreduce
59.3. 逻辑卷管理(logical volume)
59.3.1. lvcreate
59.3.2. lvdisplay
59.3.3. lvremove
59.4. Format
59.5. mount
59.5.1. lv
59.5.2. snapshot
59.6. snapshot backup
60. 文件传输
60.1. 跨服务器文件传输
60.1.1. scp - secure copy (remote file copy program)
60.1.2. nc - TCP/IP swiss army knife
60.2. wget - retrieves files from the web
60.2.1. 下载所有图片
60.2.2. mirror
60.2.3. reject
60.2.4. ftp 下载
60.3. axel - A light download accelerator - Console version
61. FTP (File Transfer Protocol)
61.1. lftp
61.1.1. pget
61.1.2. lftp 批处理
61.2. ncftp
61.2.1. batch command
61.2.2. ncftpget
61.2.3. ncftpput
61.3. FileZilla
61.4. vsftpd - The Very Secure FTP Daemon
61.4.1. 安装 vsftpd
61.4.2. ftp 帐号的shell权限
61.4.3. vsftpd 认证模块
61.4.4. chroot
61.4.5. FAT
61.5. ProFTPD + MySQL / OpenLDAP 用户认证
61.5.1. Proftpd + MySQL
61.5.2. Proftpd + OpenLDAP
61.6. Pure-FTPd + LDAP + MySQL + PGSQL + Virtual-Users + Quota
62. File Synchronize
62.1. rsync - fast remote file copy program (like rcp)
62.1.1. 安装Rsync与配置守护进程
62.1.2. rsyncd.conf
62.1.3. rsync 参数说明
62.1.4. step by step to learn rsync
62.1.5. rsync examples
62.1.6. rsync for windows
62.1.7. 多进程 rsync 脚本
62.2. tsync
62.3. lsyncd
62.3.1. 安装
62.3.2. 配置 lsyncd.conf
62.3.3. 配置演示
62.4. Unison File Synchronizer
62.4.1. local
62.4.2. remote
62.4.3. config
62.5. csync2 - cluster synchronization tool
62.5.1. server
62.5.2. node
62.5.3. test
62.5.4. Advanced Configuration
62.5.5. 编译安装
62.6. synctool
63. File Share
63.1. NFSv4
63.1.1. Ubuntu
63.1.2. CentOS
63.1.3. exports
63.1.4. NFS For Windows
63.1.5. exportfs - maintain table of exported NFS file systems
63.1.6. macOS
63.1.7. Parallel NFS(pNFS)
63.2. Samba
63.2.1. install
63.2.2. smb.conf
63.2.3. Samba 相关命令
63.2.4. FAQ
64. Distributed File Systems
64.1. DRBD (Distributed Replicated Block Device)
64.1.1. disk and partition
64.1.2. Installation
64.1.3. configure
64.1.4. Starting
64.1.5. Using
64.2. Network Block Device protocol
64.2.1. nbd-server - Network Block Device protocol - server
64.2.2. nbd-client - Network Block Device protocol - client
64.3. GridFS
64.3.1. nginx-gridfs
64.3.2. lighttpd-gridfs
64.4. Moose File System
64.4.1. Master server installation
64.4.2. Backup server (metalogger) installation
64.4.3. Chunk servers installation
64.4.4. Users’ computers installation
64.4.5. Testing MFS
64.5. LizardFS
64.6. Ceph
64.6.1. Installation on Ubuntu
64.6.2. Installation on CentOS
64.6.3. Block Devices
64.7. GlusterFS
64.7.1. glusterfs-server
64.7.2. glusterfs-client
64.7.3. Testing
64.7.4. RAID
64.7.5. Filesystem Administration
64.7.6. CentOS 6.3
64.8. Lustre
64.9. MogileFS
64.10. Kosmos distributed file system (KFS)
64.11. Hadoop - HDFS
64.12. BeeGFS - The Parallel Cluster File System
64.13. Coda
64.14. OpenAFS
65. Shared Storage
65.1. Oracle OCFS2
65.1.1. 安装
65.2. GFS2
65.3. fam & imon
66. Network Attached Storage(NAS 网络附加存储)
66.1. Network Storage - Openfiler
66.1.1. Accounts
66.1.2. Volumes
66.1.3. Quota
66.1.4. Shares
66.2. OpenMediaVault
66.3. FreeNAS
67. Backup / Restore
67.1. 备份策略
67.1.1. Incremental backup
67.1.2. Differential backup
67.2. btrbk.noarch : Tool for creating snapshots and remote backups of btrfs sub-volumes
67.3. dump / restore
67.4. Bacula, the Open Source, Enterprise ready, Network Backup Tool for Linux, Unix, Mac and Windows.
67.4.1. Install Backup Server
67.4.2. Install Backup Client
67.5. Amanda: Open Source Backup
67.6. Attic - 拥有重复数据删除技术的备份软件
67.6.1. 安装 Attic
67.6.2. 快速开始
67.7. SafeKeep
67.8. Opendedup
68. inotify
68.1. inotify-tools
68.2. Incron - cron-like daemon which handles filesystem events
68.2.1. incrontab - inotify cron table manipulator
68.2.2. 使用说明
68.3. inotify-tools + rsync
68.4. pyinotify