Hi guys, I have an interesting event from one of my customers.
He was attacked by ransomware and the attacker also attacked the linux harden repository by deleting some OS files and now the server can't boot.
Is there a way to remount the mount point of the backup files if I reinstall only to OS? the OS is install on different disk... It's Ubuntu server
-
- Certified Trainer
- Posts: 14
- Liked: 2 times
- Joined: Jan 25, 2021 10:26 pm
- Full Name: Moshe Mazor
- Contact:
-
- Product Manager
- Posts: 10621
- Liked: 2860 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Harden Repository can't boot to OS
Hello Moshe
I'm not a Linux expert, but reinstalling the OS and then mounting existing volumes can be done using standard Linux procedures and CLI commands.
For the initial configuration in Veeam Backup & Replication, you only need to ensure that you have an operational Linux machine with SSH enabled. Once that's set, you can add this server as a new hardened repository in the backup server and then rescan the backups. After the rescan, you can start recovering data and/or modify the backup job to map it to the backup files on the newly added repository.
Best,
Fabian
I'm not a Linux expert, but reinstalling the OS and then mounting existing volumes can be done using standard Linux procedures and CLI commands.
For the initial configuration in Veeam Backup & Replication, you only need to ensure that you have an operational Linux machine with SSH enabled. Once that's set, you can add this server as a new hardened repository in the backup server and then rescan the backups. After the rescan, you can start recovering data and/or modify the backup job to map it to the backup files on the newly added repository.
Best,
Fabian
Product Management Analyst @ Veeam Software
-
- Certified Trainer
- Posts: 14
- Liked: 2 times
- Joined: Jan 25, 2021 10:26 pm
- Full Name: Moshe Mazor
- Contact:
Re: Harden Repository can't boot to OS
Thanks Fabian,
Got it Thanks.
the procedure to add existing volume you need to do the following:
1. Identify the Volume
lsblk
2. Create a Mount Point
sudo mkdir -p /mnt/data
3. Mount the Volume
sudo mount /dev/sdb1 /mnt/data
Got it Thanks.
the procedure to add existing volume you need to do the following:
1. Identify the Volume
lsblk
2. Create a Mount Point
sudo mkdir -p /mnt/data
3. Mount the Volume
sudo mount /dev/sdb1 /mnt/data
Who is online
Users browsing this forum: Bing [Bot], jsprinkleisg, Semrush [Bot] and 4 guests