Hello,
My server just got into a problem and now I only have access to the volumes in the rescue mode.
So first I check the volumes (I know that I called them sda1 and sda2, with primary data on sda1) and mount it with
mkdir /mnt
mount /dev/sda1 /mnt
Now I have access to that volume via /mnt insted of only /
How can I make backups to migrate my users to another server?
OS of the rescue mode of my server: FreeBSD
OS of the server: CentOS 6
OS of the destionation server CentOS 8.2
My server just got into a problem and now I only have access to the volumes in the rescue mode.
So first I check the volumes (I know that I called them sda1 and sda2, with primary data on sda1) and mount it with
mkdir /mnt
mount /dev/sda1 /mnt
Now I have access to that volume via /mnt insted of only /
How can I make backups to migrate my users to another server?
OS of the rescue mode of my server: FreeBSD
OS of the server: CentOS 6
OS of the destionation server CentOS 8.2