Home
|
简体中文
|
繁体中文
|
杂文
|
Github
|
知乎专栏
|
Facebook
|
Linkedin
|
Youtube
|
打赏(Donations)
|
About
部分 VI. Backup, Recovery, and Archiving Solutions
上一页
下一页
知乎专栏
部分 VI. Backup, Recovery, and Archiving Solutions
File Transfer, Synchronize, Storage
目录
68. Logical Volume Manager (LVM)
68.1. 物理卷管理(physical volume)
68.1.1. pvcreate
68.1.2. pvdisplay
68.1.3. pvs
68.2. 卷组管理(Volume Group)
68.2.1. vgcreate
68.2.2. vgdisplay
68.2.3. vgs
68.2.4. vgchange
68.2.5. vgextend
68.2.6. vgreduce
68.3. 逻辑卷管理(logical volume)
68.3.1. lvcreate
68.3.2. lvdisplay
68.3.3. lvremove
68.4. Format
68.5. mount
68.5.1. lv
68.5.2. snapshot
68.6. snapshot backup
69. 文件传输
69.1. 跨服务器文件传输
69.1.1. scp - secure copy (remote file copy program)
69.1.2. nc - TCP/IP swiss army knife
69.2. wget - retrieves files from the web
69.2.1. 下载所有图片
69.2.2. mirror
69.2.3. reject
69.2.4. ftp 下载
69.3. axel - A light download accelerator - Console version
70. FTP (File Transfer Protocol)
70.1. lftp
70.1.1. pget
70.1.2. lftp 批处理
70.2. ncftp
70.2.1. batch command
70.2.2. ncftpget
70.2.3. ncftpput
70.3. FileZilla
70.4. vsftpd - The Very Secure FTP Daemon
70.4.1. 安装 vsftpd
70.4.2. ftp 帐号的shell权限
70.4.3. vsftpd 认证模块
70.4.4. chroot
70.4.5. FAT
70.5. ProFTPD + MySQL / OpenLDAP 用户认证
70.5.1. Proftpd + MySQL
70.5.2. Proftpd + OpenLDAP
70.6. Pure-FTPd + LDAP + MySQL + PGSQL + Virtual-Users + Quota
71. File Synchronize
71.1. rsync - fast remote file copy program (like rcp)
71.1.1. 安装Rsync与配置守护进程
71.1.2. rsyncd.conf
71.1.3. rsync 参数说明
71.1.4. step by step to learn rsync
71.1.5. rsync examples
71.1.6. rsync for windows
71.1.7. 多进程 rsync 脚本
71.2. tsync
71.3. lsyncd
71.3.1. 安装
71.3.2. 配置 lsyncd.conf
71.3.3. 配置演示
71.4. Unison File Synchronizer
71.4.1. local
71.4.2. remote
71.4.3. config
71.5. csync2 - cluster synchronization tool
71.5.1. server
71.5.2. node
71.5.3. test
71.5.4. Advanced Configuration
71.5.5. 编译安装
71.6. synctool
72. File Share
72.1. NFSv4
72.1.1. Ubuntu
72.1.2. CentOS
72.1.3. exports
72.1.4. NFS For Windows
72.1.5. exportfs - maintain table of exported NFS file systems
72.1.6. macOS
72.1.7. Parallel NFS(pNFS)
72.2. Samba
72.2.1. install
72.2.2. smb.conf
72.2.3. Samba 相关命令
72.2.4. FAQ
73. Distributed File Systems
73.1. DRBD (Distributed Replicated Block Device)
73.1.1. disk and partition
73.1.2. Installation
73.1.3. configure
73.1.4. Starting
73.1.5. Using
73.2. Network Block Device protocol
73.2.1. nbd-server - Network Block Device protocol - server
73.2.2. nbd-client - Network Block Device protocol - client
73.3. GridFS
73.3.1. nginx-gridfs
73.3.2. lighttpd-gridfs
73.4. Moose File System
73.4.1. Master server installation
73.4.2. Backup server (metalogger) installation
73.4.3. Chunk servers installation
73.4.4. Users’ computers installation
73.4.5. Testing MFS
73.5. LizardFS
73.6. Ceph
73.6.1. Installation on Ubuntu
73.6.2. Installation on CentOS
73.6.3. Block Devices
73.7. GlusterFS
73.7.1. glusterfs-server
73.7.2. glusterfs-client
73.7.3. Testing
73.7.4. RAID
73.7.5. Filesystem Administration
73.7.6. CentOS 6.3
73.8. Lustre
73.9. MogileFS
73.10. Kosmos distributed file system (KFS)
73.11. Hadoop - HDFS
73.12. BeeGFS - The Parallel Cluster File System
73.13. Coda
73.14. OpenAFS
74. Shared Storage
74.1. Oracle OCFS2
74.1.1. 安装
74.2. GFS2
74.3. fam & imon
75. Network Attached Storage(NAS 网络附加存储)
75.1. Network Storage - Openfiler
75.1.1. Accounts
75.1.2. Volumes
75.1.3. Quota
75.1.4. Shares
75.2. OpenMediaVault
75.3. FreeNAS
76. Backup / Restore
76.1. 备份策略
76.1.1. Incremental backup
76.1.2. Differential backup
76.2. btrbk.noarch : Tool for creating snapshots and remote backups of btrfs sub-volumes
76.3. dump / restore
76.4. Bacula, the Open Source, Enterprise ready, Network Backup Tool for Linux, Unix, Mac and Windows.
76.4.1. Install Backup Server
76.4.2. Install Backup Client
76.5. Amanda: Open Source Backup
76.6. Attic - 拥有重复数据删除技术的备份软件
76.6.1. 安装 Attic
76.6.2. 快速开始
76.7. SafeKeep
76.8. Opendedup
77. inotify
77.1. inotify-tools
77.2. Incron - cron-like daemon which handles filesystem events
77.2.1. incrontab - inotify cron table manipulator
77.2.2. 使用说明
77.3. inotify-tools + rsync
77.4. pyinotify