I was using a backup routine (With windows, not Lin*x) that was a bit like what you are doing. I lost the server by stupid actions on my part during the 6.x to 7.0 upgrade. When I did the restore I found that all file ownership and permissions had been lost. This may not be a problem with linux as the backup filesystem. In my case I was able to retrieve the Mission Critical data (by rebuilding all the permissions and ownership by hand) but all settings and other misc. were lost. I ended up working 30hrs straight and learned a valuable lesson about backups.
1. Use software approved for your OS
It’s because of this, and other things that I do not rely on windows tools to do backups.
I prefer to use li*x.
I even use li*x to backup win*s.
I like to be able, to have a file, to look inside it, and see that may files are there…
I do not rely on tools that net several conditions (this or that sw, this or that hardware, previous files or backups… and so on), to be able to restore the files, or even to see what’s inside.
I am sorry; I am an old gay, used to the old tolls.
A “tar czvfp …“ does wonderful things…!!!
The tar and gzip formats are so universal that, I can, even on windows see and restore what’s inside a tar.gz file…!!! And the inverse I think there are not.
Additionally, I can give you more hints, I prefer to make the backups to a partition formatted according a format that can be red/written on win*s and Lin*x, for instance, I prefer to use fat32 or ntfs, instead of other types of partitions. So, this way, (in case of…) I can walkways, take of the disk, and put it on another machine….
Regards.