I was reading about /etc/fstab file, and found out that this file can dump data, and when searched for it, I understood that dump means backup.
# <file system> <dir> <type> <options> <dump> <pass>
UUID=6a454a-bfd1-38989910eccd / ext4 defaults 1 1
I want to know what it backup? The whole filesystem?
where is the backup file?
When does it work? On every boot?
Does it need an external program called
dump?
Edit:
My question is not about the backup methods. I just want to know the story behind this dump column of the fstab file.