raspberrypi-ui / piclone

Utility to back up Pi to an SD card reader
260 stars 62 forks source link

[Suggestion] Add a feature to allow the creation of image file snapshot #29

Closed SMH17 closed 3 years ago

SMH17 commented 3 years ago

The requirement of an external USB card reader to create a clone backup isn't very handy. It would be much better including a feature to allow also the creation of flashable image files so that you can save the snapshot backup images where you want (and possibly even schedule them).

spl237 commented 3 years ago

While I agree that this would be useful, it is such a fundamental change to how piclone operates that it really isn't practical to modify it to do this. Other Unix command line tools, such as dd, already exist to do this.

SMH17 commented 3 years ago

@spl237 To achieve this, You could consider to route the operation through a loopback \ virtual drive if you want to avoid radical changes to the current implementation.