Difference between revisions of "Ploop"
m |
(reorg) |
||
Line 7: | Line 7: | ||
* [[/readme/|README]] Low-level commands for advanced users only | * [[/readme/|README]] Low-level commands for advanced users only | ||
− | + | Articles about ploop in [http://openvz.livejournal.com openvz blog]: | |
− | |||
− | |||
− | |||
− | |||
* [http://openvz.livejournal.com/40830.html Introducing container in a file aka ploop] | * [http://openvz.livejournal.com/40830.html Introducing container in a file aka ploop] | ||
* [http://openvz.livejournal.com/41835.html Effective live migration with ploop write tracker] | * [http://openvz.livejournal.com/41835.html Effective live migration with ploop write tracker] | ||
* [http://openvz.livejournal.com/44508.html Ploop snapshots and backups] | * [http://openvz.livejournal.com/44508.html Ploop snapshots and backups] | ||
+ | |||
+ | Source code and packages downloads: | ||
+ | * [[Download/ploop]] | ||
+ | * [http://git.openvz.org/?p=ploop;a=summary ploop userspace git repo] | ||
[[Category: ploop]] | [[Category: ploop]] |
Revision as of 02:44, 12 June 2013
Ploop is a disk loopback block device, not unlike loop but with many features like dynamic resize, snapshots, backups etc. The main idea is to put container filesystem in a file.
- Why ploop is good for you
- Getting started with ploop
- Backup with ploop
- Ct in a file.pdf (info) Container in a file presentation
- README Low-level commands for advanced users only
Articles about ploop in openvz blog:
- Introducing container in a file aka ploop
- Effective live migration with ploop write tracker
- Ploop snapshots and backups
Source code and packages downloads: