Describe the difference between file based backups vs block based backups.
Respuestas de entrevistas
Anónimo
21 de jun de 2019
file based backups are at server level and use server resources.
Block level backups are at storage level and do not use server resources.
1
Anónimo
4 de oct de 2020
File-based backups are easier to use. Once you start the backup procedure, every file on your computer is assessed and copied to a remote server or hard drive. It takes longer but it's very thorough. Good for small organizations without much data.
Block-level backups are faster and more efficient. They only monitor portions of files that have been changed and make those updates rather than replacing the whole file. Pick this if your organization can afford it.