I find Presto Metronome the best SW metronome for Mac which meets my needs very well. However, it cannot be run in macOS 10.15 Catalina anymore since it’s distributed as a 32-bit application. Could you rebuild and release Presto Metronome as a 64-bit application or perhaps publish the source, so I could do it myself?
The partclone.restore command is correct but the zcat part does not work. You only put the .gz.aa to zcat while all the *.gz.?? files are needed. zcat is still not able to merge the files *.gz.?? . On the contrary, cat | gzip works well. (Credit: https://askubuntu.com/a/453334/250300) So the whole command should look like: cat /home/partimag/xpsp3-img/sda1.ntfs-ptcl-img.gz.* | gzip -d -c | partclone.restore -C -o /dev/sda1 (I removed the non-necessary flags of partclone.restore.) However, I was still...
The partclone.restore command is correct but the zcat part does not work. You only put the .gz.aa to zcat while all the *.gz.?? files are needed. zcat is still not able to merge the files *.gz.?? . On the contrary, cat | gzip works well. (Credit: https://askubuntu.com/a/453334/250300) So the whole command should look like: cat /home/partimag/xpsp3-img/sda1.ntfs-ptcl-img.gz.* | gzip -d -c | partclone.restore -C -o /dev/sda1 (I removed the non-necessary flags of partclone.restore.) However, I was still...
The partclone.restore command is correct but the zcat part does not work. You only put the .gz.aa to zcat while all the *.gz.?? files are needed. zcat is still not able to merge the files *.gz.?? , cat | gzip works well. (Credit: https://askubuntu.com/a/453334/250300) So the whole command should look like: cat /home/partimag/xpsp3-img/sda1.ntfs-ptcl-img.gz.* | gzip -d -c | partclone.restore -C -o /dev/sda1 (I removed the non-necessary flags of partclone.restore.) However, I was still not able to...
The partclone.restore is correct but the zcat part does not work. You only put the .gz.aa to zcat while all the *.gz.?? files are needed. zcat is still not able to merge the files *.gz.?? , cat | gzip works well. (Credit: https://askubuntu.com/a/453334/250300) So the whole command should look like: cat /home/partimag/xpsp3-img/sda1.ntfs-ptcl-img.gz.* | gzip -d -c | partclone.restore -C -o /dev/sda1 (I removed the non-necessary flags of partclone.restore.) However, I was still not able to restore...