Coder Social home page Coder Social logo

hdkigelcojp / partclone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thomas-tsai/partclone

0.0 0.0 0.0 9.27 MB

Partclone provides utilities to backup a partition smartly and it is designed for higher compatibility of the file system by using existing library.

License: GNU General Public License v2.0

Shell 1.70% Assembly 0.05% Perl 0.10% C 96.11% Makefile 0.21% M4 1.83% sed 0.01%

partclone's Introduction

Partclone is a project similar to the well-known backup utility "Partition Image" a.k.a partimage. Partclone provides utilities to back up and restore used-blocks of a partition and it is designed for higher compatibility of the file system by using existing library, e.g. e2fslibs is used to read and write the ext2 partition.

Partclone now supports ext2, ext3, ext4, hfs+, reiserfs, reiser4, btrfs, vmfs3, vmfs5, xfs, jfs, ufs, ntfs, fat(12/16/32), exfat...

We made some utilities:

  • partclone.ext2, partclone.ext3, partclone.ext4
  • partclone.extfs
  • partclone.reiserfs
  • partclone.reiser4
  • partclone.xfs
  • partclone.exfat
  • partclone.fat (fat 12, fat 16, fat 32)
  • partclone.ntfs
  • partclone.hfsp
  • partclone.vmfs(v3 and v5)
  • partclone.ufs
  • partclone.jfs
  • partclone.btrfs
  • partclone.minix
  • partclone.f2fs
  • partclone.nilfs
  • partclone.info
  • partclone.restore
  • partclone.chkimg
  • partclone.dd ...

Basic Usage:

  • clone partition to image

    partclone.ext4 -d -c -s /dev/sda1 -o sda1.img

  • restore image to partition

    partclone.ext4 -d -r -s sda1.img -o /dev/sda1

  • partiiton to partition clone

    partclone.ext4 -d -b -s /dev/sda1 -o /dev/sdb1

  • display image information

    partclone.info -s sda1.img

  • check image

    partclone.chkimg -s sda1.img

Limitations:

  • Filesystem being backedup must be unmounted and inaccessible to other programs.

For more info about partclone, check our website http://partclone.org or github-wiki.

partclone's People

Contributors

boretom avatar cdeleuze avatar dannf avatar dimstar77 avatar gelma avatar jowagner avatar junkhacker avatar justforlxz avatar jwilk avatar kenhys avatar maxice8 avatar mdbooth avatar mjoerg avatar moriyama avatar okkez avatar peterdavehello avatar pfrouleau avatar rindeal avatar robert-scheck avatar sebastian-roth avatar stevenshiau avatar thomas-tsai avatar tjjh89017 avatar vasi avatar vnwildman avatar xiangzhai avatar zboszor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.