-
Notifications
You must be signed in to change notification settings - Fork 1
Given pibackup creates an image of the first two partitions and compresses the image later on I faced multiple time an error message which told me how much space is required and how much space is available because the target partition was too small. The space is displayed in bytes which usually is a huge number. I suggest to write the sizes in MiB or GiB which makes the sizes much more readable.
All reactions
Replies: 2 comments
I just noticed my suggestion is implemented in 2.0.1 👍
imageI suggest to use the same algorithm you use for the source device consistently also for the partition size, i.e. 23875 MiB should be displayed as 238.92 GiB
All reactions
0 replies
done
All reactions
-
❤️ 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment