Rescue mode backup

Rexius

New Member
Apr 10, 2017
1
0
1
29
The server on soyoustart was also a problem. It stuck in rescue mode. I want to backup the servers. How can I get backups?

Code:
 fdisk -l

Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf75ce2c1

Device     Boot    Start       End   Sectors  Size Id Type
/dev/sda1  *        4096  40962047  40957952 19.5G 83 Linux
/dev/sda2       40962048  43057151   2095104 1023M 82 Linux swap / Solaris
/dev/sda3       43057152 468854783 425797632  203G  f W95 Ext'd (LBA)
/dev/sda5       43059200 468854783 425795584  203G 8e Linux LVM

Disk /dev/mapper/pve-data: 199 GiB, 213708177408 bytes, 417398784 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
 
Hi,
look with "lvs" and you will see your vm-disks.

Perhaps you must activate your VG first.

Backup to an mounted filesystem via dd

The vm-config is in /etc/pve, which is an virtual filesystem. You must save the files below /var/lib/pve-cluster/

Udo