Initial inclusion of partclone 0.3.11, fixes T4750.
Details
- Reviewers
JoshStrobl DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T4750: partclone
- Commits
- R4381:be9ff7d78870: Initial commit of partclone
Cloned a USB stick with sudo partclone.vfat -c -s /dev/sdh1 -o sdh1.img
Checked the image with sudo partclone.chkimg -s sdh1.img
Restored the image to another stick with sudo partclone.restore -s sdh1.img -o /dev/sdg1
Diff Detail
- Repository
- R4381 partclone
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Went to bed afterwards, forgot to put WIP in the title, sorry :) (same goes for the other commits, continuing work today)
is this still WIP? Because i got a working package.yml for version 0.3.11 here.
I started it because you didn't claim the task.
Well it is also working, I just need to test it a bit more and add some text.
In addition the 0.3 versions are declared unstable and testing... Not sure if we should use it.
Sure. No problem, it was my mistake anyway.
But it should be noted, that they didn't upload any sources on their homepage since 2016, but on their github https://github.com/Thomas-Tsai/partclone which they consider stable as well.
"master branch is NOT STABLE, Please check 'release' branch"
Sorry, missed to mention T4750. It's a tool to create and restore images of almost every filesystem and is also used by CloneZilla which means we are compatible to one very popular backup solution.