using the script with gz image #265
Closed
zacny
started this conversation in
Show and tell
Replies: 1 comment
-
You can not, PiShrink uses other tools that do not support working directly from a compressed image so there is no way to do it currently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. Is it possible to use this script with compressed version of an image. Let say, I have large capacity disc, but it is almost empty. When I do image in that way:
sudo dd if=/dev/sdb | pv | gzip > backup.img.gz
I get an image that takes up practically as much space as the data inside it.
Is it possible to shrink
backup.img.gz
file, end up withshrink-backup.img
that is almost the same size asbackup.img.gz
.Can I do this in a single command?
Beta Was this translation helpful? Give feedback.
All reactions