I am doing a restore that requires a linux file recovery enabler, for an on-prem restore.
For various reasons I cannot deploy a new FREL but I have a FREL in Azure.
I assume that the FREL is only used to browse the restore metadata, and the actual restore will be done without using the Azure FREL and without being bonked over the head with egress charges.
Best answer by Collin Harper
Hello @christopherlecky
The FREL will write the data for a backup and read the data for a restore. The FREL acts as the MediaAgent.
The FREL is required to Browse and Restore the Linux VM data because only a FREL can understand the data format during backups and restores, for example: ext2, ext3, ext4, XFS, JFS, HFS, HFS Plus, and Btrfs file systems.
Regarding egress, since the data is coming out of the cloud to on-prem, you will be charged for it. Only if the data stays in the cloud, in the same region as the bucket, would you (most likely) not be charged for it. I say “most likely” because with certain tiers of storage, you will always be charged for reading the data out of it .
The question I am asking is that if the frel is used but the media agent is a separate media agent does the frel do anything other than gather metadata information.
If I have understood the datapath correctly, the MA will make the backupmedia available to the FREL , the FREL will be responsible to browse and recover the filedata directly from the backupimage and send the files to the destination.
So you will send the data from onprem MA to FREL in cloud and back to destination server creating egress charges.