Archive for the ‘Veeam Backup & Replication’ Category
Microsoft Windows Server 2019 2022 2025 – mit den kumulativen Updates vom März 2025 gibt es Probleme in der Zusammenarbeit mit Veeam Backup & Replication und es kann Blue Screen of Dead (BSOD) geben
Mittwoch, April 2nd, 2025Veeam Community Edition – provides a free way to migrate your VMware virtual machines over to Proxmox
Donnerstag, Februar 13th, 2025Linux command ’mkfs.xfs‘ – how to format using XFS and enable ‚reflink‘
Freitag, September 20th, 2024Linux command ’mkfs.xfs‘ – will create reference count btrees and therefore will enable the reflink feature. This feature is only available for filesystems created with the (default) -m crc=1 option set when the option -m crc=0 is used, the reference count btree feature is not supported and reflink is disabled
# mkfs.xfs -b size=4096 -m reflink=1,crc=1 /dev/sdb1
Explained in conjunction with Veeam Backup & Replication