Thomas-Tsai / partclone

Partclone provides utilities to backup a partition smartly and it is designed for higher compatibility of the file system by using existing library.
GNU General Public License v2.0
332 stars 109 forks source link

pipable ? #90

Open eoli3n opened 7 years ago

eoli3n commented 7 years ago

I want to use partclone in my OS deploy project with bt sequential transfert to not store temp file on the destination. Is there any way to add a pipable option ? as wimlib does https://wimlib.net/apidoc/group__G__writing__and__overwriting__wims.html#ga5e1c08e0079e90a1a7212815c749892e

I know that https://github.com/tjjh89017/ezio is working on it (a fork of partclone, not on github). But it would be better to get that feature upstream.

xiangzhai commented 7 years ago

Hi eoli3n,

libpartclone might be a good choice ;-)

Regards, Leslie Zhai