Vembu BDR suite is a Backup and Disaster Recovery solution which is an amalgamation of Vembu VMBackup, Vembu Image Backup, Vembu Network Backup and Vembu OnlineBackup. The Vembu VMBackup, Vembu Network Backup, Vembu Image Backup are all client agents that have the backup type which is both image based and application/file level backup to the centralised backup server called Vembu BDR Backup Server.
If the Vembu BDR Backup Server installed in Linux machine and once the Vembu BDR backup storage is filled with its allocated space, add another HDD for the virtual machine in which Vembu BDR running and follow the below steps to use the added drive as backup storage. In the below process we will change the drive into XFS file system.
Steps to Partition & Mount the Added HDD:
Note: The below Commands should be entered in Terminal with root privileges. Change the “sdb” & “sdb1” respective to your drive environment.
- apt-get install xfsprogs
- fdisk /dev/sdb
- Command as “n” to create a new partition.
- Command as “p” to select the partition type.
- Command as “1” to make the whole drive into 1 partition. You can change the number, if you want to make more number of partitions.
- “Press Enter” for the starting sector of partition.
- “Press Enter” for the Ending sector of the partition.
- Command as “w” to create the partition table.
- mkfs.xfs /dev/sdb1
- mkdir /mnt/VembuStorageDrive
- mount -t xfs /dev/sdb1 /mnt/VembuStorageDrive
- df -h
- echo ‘/dev/sdb1 /mnt/VembuStorageDrive xfs defaults 0 0’ >> /etc/fstab
(Need to install xfsprogs to make the drive as XFS file system).
(Partition the drive)
Once the above command entered, it will lead to partition process. During partition process enter the commands that are in the double quotes in the below steps.
(Format the drive with xfs file system)
(Create a folder VembuStorageDrive at the specified location to make the mount point)
(Mount the Drive into the folder created)
(Make sure whether the drive mounted successfully. The newly mounted volume will be at the bottom of list)
(This will add the mounted drive into fstab, so that it will be mounted whenever the system rebooted)
Interested in trying Vembu BDR suite?, Try Now on a 30-days free trial: https://www.bdrsuite.com/vembu-bdr-suite-download/
Got questions? Email us at: vembu-support@vembu.com for answers.
Follow our Twitter and Facebook feeds for new releases, updates, insightful posts and more.