In this blog, we are going to look into two deployment scenarios for protecting Microsoft O365 using Veeam.
EnjoY!
In this blog, we are going to look into two deployment scenarios for protecting Microsoft O365 using Veeam.
On Veeam v10, we can now have Fast Clone capabilities on Veeam Repository for both Platform
In this post, we are going to look at Linux XFS.
[On Linux Server]
Create XFS file system on dev/sdb
[command]
mkfs.xfs -b size=4096 -m reflink=1,crc=1 /dev/sdb
In this post, we are going to create a new disk partition on Centos 8.2.
Command use is fdisk. Open your terminal and type the following command:
[command]
fdisk -l
Note: to list your current disk.
Empty disk is /dev/sdb - 100 GB
You have successful created a 100GB partition.