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.
dump
ing your file systems to tape: that is just very ancient technology (possible but not advised as a backup system any more). Have a look at the duplicate instead. – Fabby Aug 10 '19 at 19:09fstab
" and "How did it work in past?" . @Fabby – Mohammad Kholghi Aug 11 '19 at 08:05rsync
already back then...) – Fabby Aug 11 '19 at 08:26