Like described in the title, I am trying to find a way to export the whole file system from the virtaul machine(VMware or virtualbox) to a .img file, which can be used to write into a SD card for a real raspberry pi. I want to do this because the virtual machines have the very convinient snapshot backup feature which the real Pi don’t have. If anyone can give me some advices?
Hi k-plan,
Thanks for your reply. So it there any better way to make incremental backup for RPi without Cope and Write the whole SD card image everytime?
Best,
dragon
my intent is to make a .deb application
I am using electronJS for its development
and if i compile on my machine, it ain’t working on dietpi
so I am developing on my machine and compiling the final build like .deb file on a rasp pi 4
but compiling there is very very much time consuming
so i was thinking if i can emulate dietpi on my macbook and compile there.