Hi all,
To secure, improve and facilitate my system backup / restore procedure of OMV7, I would like to change my current disk configuration.
Today I have OMV7 installed on a RPI4 and a bootable 1 TB NVME m.2.
3 partitions on the disk /dev/sda :
- /dev/sda1 : ? (I don't know what this very small partition is for and if it is mandatory in the Linux disk configuration)
- /dev/sda2 : 34 GB. Only System/OMV.
- /dev/sda3 : 900 GB. Only data (frigate, onedrive, media, user-data)
The goal is to split and clone these 2 (or 3 if we consider /dev/sda1 ?) partitions from 1 disk to 2 disks :
- A bootable 64 GB SDD for system only : /dev/sda2 (and /dev/sda1 ?)
- the nvme m.2 (1 TB) for only the data : /dev/sda3
This will allow me to make an easy backup of the system before OMV and Linux updates by cloning the entire system disk.
Is this possible and what is the easiest way to do this and with what tools?
All this without losing if possible the SSH configurations (shell commands from another RPI4 with Home assistant) and my shared folders
Thank you for your help