diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-24 19:35:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-24 19:35:30 +0700 |
commit | ea2a3496ed40c78680f4a13dad282c6f32a4f102 (patch) | |
tree | 0c0ad03dbdabb7320f987a7f6bef1923061a2c8a /system/partimage/README | |
parent | 8297f5ec589a4bcee2837854271a7fe627346647 (diff) |
system/partimage: Added (backup system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/partimage/README')
-rw-r--r-- | system/partimage/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/partimage/README b/system/partimage/README new file mode 100644 index 0000000000000..21947bca77c56 --- /dev/null +++ b/system/partimage/README @@ -0,0 +1,18 @@ +partimage (backup system) + +Partimage is opensource disk backup software. It saves partitions having +a supported filesystem on a sector basis to an image file. Although it +runs under Linux, Windows and most Linux filesystems are supported. The +image file can be compressed to save disk space and transfer time and +can be split into multiple files to be copied to CDs or DVDs. + +Partimage has a textmode user interface, plus non-interactive batch +mode operation. It supports these filesystems: ext2, ext3, reiserfs, +fat16, fat32, hpfs, jfs, xfs, ufs, hfs, ntfs. It does NOT support ext4 +or btrfs. Users needing a tool like this for ext4 or btrfs are advised +to try fsarchiver. + +The daemon (partimaged) is included, but the SlackBuild author hasn't +tested it. Read /usr/doc/partimage-0.6.9/README.partimaged and proceed at +your own risk. One thing not mentioned there is that partimaged requires +a dedicated user account called partimag. |