I have fstab in my list of files to backup beacause I added something releated to usb.
I'm going to try to explain this properly. I have two drives sda, sdb. sda1 being the bootable one.
after boot fstab contains the sdb1 configured as no auto mount and this all good. The problem is that it is configured to mount as
ext2 when it should be ext4. Now, if I go to the mount tool and mount it the fstab file gets updated(this is did not know) and now contains ext4 wich is good. So what is going on you think?
Also, because my fstab is in my xfiles.lst and I do backup the changes are persistent is this because the fstab is generated/updated before restore is done