def backup(self, sd=None, file_name=None):
    """store a bootable image from a sd device to ./images/ (run with sudo)"""
    self.check_local_or_exit()
    pios.recovery.backup(sd, file_name)