Reply To: Profile settings web app

#42858
uchristo
Participant

    How about saving a small bash script? The user once needs to adjust the blockdevice

    #/bin/bash
    FILE=profile_backup_<code>date +&quot;%Y%m%d&quot;</code>.img
    dd if=/dev/mmcblk0 of=$FILE bs=1M count=1