About backup and restore

I have a backup images folder

run:
sudo ./tools/backup_restore/l4t_backup_restore.sh -b p3768-0000+p3767-0000-nvme

err:
Waiting for device to expose ssh …RTNETLINK answers: File exists
RTNETLINK answers: File exists
…RTNETLINK answers: File exists
RTNETLINK answers: File exists
Device has booted into initrd. You can ssh to the target by the command:
$ ssh root@fe80::1%ens35u1
Cleaning up…
Log is saved to Linux_for_Tegra/initrdlog/flash_1-1_0_20231020-004400.log
Run command:
ln -s /proc/self/fd /dev/fd && mount -o nolock [fc00:1:1::1]:/home/hgzn/jetson/Linux_for_Tegra/tools/backup_restore /mnt && /mnt/nvrestore_partitions.sh -n
on root@fc00:1:1::2
/mnt/images ~
nvrestore_partitions.sh: Use the default nvpartitionmap.txt as the index file.
nvrestore_partitions.sh: You are trying to flash images from a board model that does not
match the current board you’re flashing onto.
flash_1-1_0_20231020-004400.log (6.2 KB)

Hi,

Do you want to backup the NVMe drive? Then you’d need to add -e nvme0n1 to your command.
What did you get from serial console? Flashing log is not sufficient for debugging here.